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

/freebsd-11.0-release/contrib/llvm/tools/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 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 DExprInspectionChecker.cpp33 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
40 bool ExprInspectionChecker::evalCall(const CallExpr *CE, function in class:ExprInspectionChecker
43 // (globals should not be invalidated, etc), hence the use of evalCall.
H A DCheckerDocumentation.cpp207 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;
1958 bool CStringChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { function in class:CStringChecker
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp500 evalCall(dstCallEvaluated, *I, *CallTemplate);
511 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, function in class:ExprEngine
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h453 return ((const CHECKER *)checker)->evalCall(CE, C);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h543 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,

Completed in 74 milliseconds