HomeSort by relevance Sort by last modified time
    Searched refs:EndOfFunctionNodeBuilder (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 40 class EndOfFunctionNodeBuilder;
80 virtual void processEndOfFunction(EndOfFunctionNodeBuilder& builder) = 0;
TransferFuncs.h 29 class EndOfFunctionNodeBuilder;
65 EndOfFunctionNodeBuilder& Builder) {}
CoreEngine.h 44 friend class EndOfFunctionNodeBuilder;
468 class EndOfFunctionNodeBuilder {
478 EndOfFunctionNodeBuilder(const CFGBlock* b, ExplodedNode* N, CoreEngine* e,
482 ~EndOfFunctionNodeBuilder();
484 EndOfFunctionNodeBuilder withCheckerTag(void *tag) {
485 return EndOfFunctionNodeBuilder(&B, Pred, &Eng, tag);
ExplodedGraph.h 60 friend class EndOfFunctionNodeBuilder;
ExprEngine.h 171 void processEndOfFunction(EndOfFunctionNodeBuilder& builder);
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 34 void checkEndPath(EndOfFunctionNodeBuilder &B, ExprEngine &Eng) const;
134 void StackAddrEscapeChecker::checkEndPath(EndOfFunctionNodeBuilder &B,
StreamChecker.cpp 78 void checkEndPath(EndOfFunctionNodeBuilder &B, ExprEngine &Eng) const;
421 void StreamChecker::checkEndPath(EndOfFunctionNodeBuilder &B,
MallocChecker.cpp 81 void checkEndPath(EndOfFunctionNodeBuilder &B, ExprEngine &Eng) const;
601 void MallocChecker::checkEndPath(EndOfFunctionNodeBuilder &B,
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 40 class EndOfFunctionNodeBuilder;
220 void runCheckersForEndPath(EndOfFunctionNodeBuilder &B, ExprEngine &Eng);
294 typedef CheckerFn<void (EndOfFunctionNodeBuilder &, ExprEngine &)>
Checker.h 199 static void _checkEndPath(void *checker, EndOfFunctionNodeBuilder &B,
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 282 EndOfFunctionNodeBuilder Builder(Blk, Pred, this);
726 EndOfFunctionNodeBuilder::~EndOfFunctionNodeBuilder() {
738 EndOfFunctionNodeBuilder::generateNode(const GRState* State,
757 void EndOfFunctionNodeBuilder::GenerateCallExitNode(const GRState *state) {
CheckerManager.cpp 276 void CheckerManager::runCheckersForEndPath(EndOfFunctionNodeBuilder &B,
280 EndOfFunctionNodeBuilder specialB = B.withCheckerTag(fn.Checker);
CFRefCount.cpp 102 EndOfFunctionNodeBuilder *ENB;
108 GenericNodeBuilderRefCount(EndOfFunctionNodeBuilder &enb)
    [all...]
ExprEngine.cpp     [all...]

Completed in 145 milliseconds