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

/freebsd-9.3-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 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.cpp74 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
106 bool StreamChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { function in class:StreamChecker
H A DCStringChecker.cpp60 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
1859 bool CStringChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { function in class:CStringChecker
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h520 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp499 evalCall(dstCallEvaluated, *I, *CallTemplate);
510 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, function in class:ExprEngine
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h442 return ((const CHECKER *)checker)->evalCall(CE, C);

Completed in 131 milliseconds