Home
last modified time | relevance | path

Searched defs:evalCall (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp32 bool BuiltinFunctionChecker::evalCall(const CallExpr *CE, in evalCall() function in BuiltinFunctionChecker
H A DExprInspectionChecker.cpp36 bool ExprInspectionChecker::evalCall(const CallExpr *CE, in evalCall() function in ExprInspectionChecker
H A DChrootChecker.cpp64 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in ChrootChecker
H A DCheckerDocumentation.cpp197 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; } in evalCall() function in clang::ento::CheckerDocumentation
H A DCStringChecker.cpp1876 bool CStringChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in CStringChecker
H A DRetainCountChecker.cpp3207 bool RetainCountChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in RetainCountChecker
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp510 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall() function in ExprEngine