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,
ExprInspectionChecker.cpp 32 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
36 bool ExprInspectionChecker::evalCall(const CallExpr *CE,
39 // (globals should not be invalidated, etc), hence the use of evalCall.
ChrootChecker.cpp 54 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
64 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const {
CheckerDocumentation.cpp 197 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/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 526 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 499 evalCall(dstCallEvaluated, *I, *CallTemplate);
510 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 442 return ((const CHECKER *)checker)->evalCall(CE, C);

Completed in 98 milliseconds