Skip to content

Commit

Permalink
Add parseAPI/BoundFactCalculator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent f3251f1 commit ae4bddf
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/parseAPI/developer/BoundFactCalculator.h.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
.. _`sec:BoundFactCalculator.h`:

BoundFactCalculator.h
=====================
#####################

.. cpp:namespace:: Dyninst::ParseAPI

.. code:: c
// To avoid the bound fact calculation from deadlock
#define IN_QUEUE_LIMIT 10
.. cpp:namespace:: Dyninst::parseAPI
.. cpp:class:: BoundFactsCalculator

.. cpp:function:: bool CalculateBoundedFacts()
.. cpp:function:: BoundFactsCalculator(ParseAPI::Function *f, GraphPtr s, bool first, \
bool oneByteRead, SymbolicExpression &sym)
.. cpp:function:: BoundFact *GetBoundFactIn(Node::Ptr node)
.. cpp:function:: BoundFact *GetBoundFactOut(Node::Ptr node)

0 comments on commit ae4bddf

Please sign in to comment.