| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BuiltinFunctionChecker.cpp | 27 bool evalCall(const CallExpr *CE, CheckerContext &C) const; 32 bool BuiltinFunctionChecker::evalCall(const CallExpr *CE, in evalCall() function in BuiltinFunctionChecker
|
| H A D | ChrootChecker.cpp | 54 bool evalCall(const CallExpr *CE, CheckerContext &C) const; 64 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in ChrootChecker
|
| H A D | CheckerDocumentation.cpp | 230 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; } in evalCall() function in clang::ento::CheckerDocumentation
|
| H A D | ExprInspectionChecker.cpp | 57 bool evalCall(const CallExpr *CE, CheckerContext &C) const; 67 bool ExprInspectionChecker::evalCall(const CallExpr *CE, in REGISTER_SET_WITH_PROGRAMSTATE()
|
| H A D | StreamChecker.cpp | 75 bool evalCall(const CallExpr *CE, CheckerContext &C) const; 107 bool StreamChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in REGISTER_MAP_WITH_PROGRAMSTATE()
|
| H A D | StdLibraryFunctionsChecker.cpp | 228 bool evalCall(const CallExpr *CE, CheckerContext &C) const; 371 bool StdLibraryFunctionsChecker::evalCall(const CallExpr *CE, in evalCall() function in StdLibraryFunctionsChecker
|
| H A D | CStringChecker.cpp | 61 bool evalCall(const CallExpr *CE, CheckerContext &C) const; 2334 bool CStringChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in CStringChecker
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 314 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
|
| H A D | RetainCountChecker.cpp | 909 bool RetainCountChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in RetainCountChecker
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 496 evalCall(dstCallEvaluated, *I, *CallTemplate); in VisitCallExpr() 551 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall() function in ExprEngine
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 478 return ((const CHECKER *)checker)->evalCall(CE, C); in _evalCall()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 662 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
|