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

  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 27 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
32 bool BuiltinFunctionChecker::evalCall(const CallExpr *CE,
ChrootChecker.cpp 54 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
64 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const {
ExprInspectionChecker.cpp 33 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
40 bool ExprInspectionChecker::evalCall(const CallExpr *CE,
43 // (globals should not be invalidated, etc), hence the use of evalCall.
CheckerDocumentation.cpp 207 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; }
StreamChecker.cpp 76 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
108 bool StreamChecker::evalCall(const CallExpr *CE, CheckerContext &C) const {
CStringChecker.cpp 62 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 500 evalCall(dstCallEvaluated, *I, *CallTemplate);
511 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 453 return ((const CHECKER *)checker)->evalCall(CE, C);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 543 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,

Completed in 1097 milliseconds