A C D E F G I L M N P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- call(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the set of function directly calling a given function(s)
- called(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the subset of the given functions which are called.
- called(Q, Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the subset of the given functions which are called.
- calledBy(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the set of functions that are directly called by given function(s)
- calledBy(Q, Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the given functions which were called by the given callers.
- calledBy(Q, Q, Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the given functions which were called by the given callers.
- callers(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the direct callers of the given functions.
- callers(Q, Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the direct callers of the given functions.
- CallSiteAnalysis - Class in com.ensoftcorp.open.c.commons.analysis
- CallSiteAnalysis() - Constructor for class com.ensoftcorp.open.c.commons.analysis.CallSiteAnalysis
- cfg(Node) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
- cfg(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
- cfg(String) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the control-flow graph (CFG) of the given function name in (funcName)
- cg(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the call graph of the given function(s) in (funcs)
- com.ensoftcorp.open.c.commons - package com.ensoftcorp.open.c.commons
- com.ensoftcorp.open.c.commons.analysis - package com.ensoftcorp.open.c.commons.analysis
- com.ensoftcorp.open.c.commons.log - package com.ensoftcorp.open.c.commons.log
- CommonQueries - Class in com.ensoftcorp.open.c.commons.analysis
-
Common queries which are useful for writing larger C analysis programs, and for using on the shell.
- conditionsAbove(Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the control flow graph between conditional nodes and the given origin.
- conditionsAbove(Q, Q) - Static method in class com.ensoftcorp.open.c.commons.analysis.CommonQueries
-
Returns the control flow graph between conditional nodes and the given origin.
All Classes All Packages