Searched refs:evalCall (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp27 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
32 bool BuiltinFunctionChecker::evalCall(const CallExpr *CE, function in class:BuiltinFunctionChecker
H A DExprInspectionChecker.cpp32 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
36 bool ExprInspectionChecker::evalCall(const CallExpr *CE, function in class:ExprInspectionChecker
39 // (globals should not be invalidated, etc), hence the use of evalCall.
H A DChrootChecker.cpp54 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
64 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { function in class:ChrootChecker
H A DCheckerDocumentation.cpp197 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; } function in class:clang::ento::CheckerDocumentation
H A DStreamChecker.cpp76 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
108 bool StreamChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { function in class:StreamChecker
H A DCStringChecker.cpp62 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
1876 bool CStringChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { function in class:CStringChecker
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp499 evalCall(dstCallEvaluated, *I, *CallTemplate);
510 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, function in class:ExprEngine
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h438 return ((const CHECKER *)checker)->evalCall(CE, C);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h539 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,

Completed in 440 milliseconds