Home
last modified time | relevance | path

Searched refs:evalCall (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/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, in evalCall() function in BuiltinFunctionChecker
H A DChrootChecker.cpp54 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 DCheckerDocumentation.cpp230 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; } in evalCall() function in clang::ento::CheckerDocumentation
H A DExprInspectionChecker.cpp57 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
67 bool ExprInspectionChecker::evalCall(const CallExpr *CE, in REGISTER_SET_WITH_PROGRAMSTATE()
H A DStreamChecker.cpp75 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 DStdLibraryFunctionsChecker.cpp228 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
371 bool StdLibraryFunctionsChecker::evalCall(const CallExpr *CE, in evalCall() function in StdLibraryFunctionsChecker
H A DCStringChecker.cpp61 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 DRetainCountChecker.h314 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
H A DRetainCountChecker.cpp909 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 DExprEngineCallAndReturn.cpp496 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 DChecker.h478 return ((const CHECKER *)checker)->evalCall(CE, C); in _evalCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h662 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,