OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:evalCall
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp
32
bool
evalCall
(const CallExpr *CE, CheckerContext &C) const;
36
bool ExprInspectionChecker::
evalCall
(const CallExpr *CE,
39
// (globals should not be invalidated, etc), hence the use of
evalCall
.
BuiltinFunctionChecker.cpp
27
bool
evalCall
(const CallExpr *CE, CheckerContext &C) const;
32
bool BuiltinFunctionChecker::
evalCall
(const CallExpr *CE,
CheckerDocumentation.cpp
197
bool
evalCall
(const CallExpr *CE, CheckerContext &C) const { return true; }
ChrootChecker.cpp
54
bool
evalCall
(const CallExpr *CE, CheckerContext &C) const;
64
bool ChrootChecker::
evalCall
(const CallExpr *CE, CheckerContext &C) const {
StreamChecker.cpp
76
bool
evalCall
(const CallExpr *CE, CheckerContext &C) const;
108
bool StreamChecker::
evalCall
(const CallExpr *CE, CheckerContext &C) const {
CStringChecker.cpp
62
bool
evalCall
(const CallExpr *CE, CheckerContext &C) const;
[
all
...]
RetainCountChecker.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
499
evalCall
(dstCallEvaluated, *I, *CallTemplate);
510
void ExprEngine::
evalCall
(ExplodedNodeSet &Dst, ExplodedNode *Pred,
[
all
...]
Completed in 936 milliseconds