OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:evalCall
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
AnalysisOrderChecker.cpp
125
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const {
126
if (isCallbackEnabled(C, "
EvalCall
")) {
127
llvm::errs() << "
EvalCall
";
BuiltinFunctionChecker.cpp
28
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
33
bool BuiltinFunctionChecker::
evalCall
(const CallEvent &Call,
DebugContainerModeling.cpp
52
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
63
bool DebugContainerModeling::
evalCall
(const CallEvent &Call,
DebugIteratorModeling.cpp
55
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
66
bool DebugIteratorModeling::
evalCall
(const CallEvent &Call,
CheckerDocumentation.cpp
229
bool
evalCall
(const CallExpr *CE, CheckerContext &C) const { return true; }
ChrootChecker.cpp
55
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
65
bool ChrootChecker::
evalCall
(const CallEvent &Call, CheckerContext &C) const {
STLAlgorithmModeling.cpp
65
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
68
bool STLAlgorithmModeling::
evalCall
(const CallEvent &Call,
ExprInspectionChecker.cpp
67
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
77
bool ExprInspectionChecker::
evalCall
(const CallEvent &Call,
84
// (globals should not be invalidated, etc), hence the use of
evalCall
.
SmartPtrModeling.cpp
47
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
178
bool SmartPtrModeling::
evalCall
(const CallEvent &Call,
StreamChecker.cpp
212
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
430
bool StreamChecker::
evalCall
(const CallEvent &Call, CheckerContext &C) const {
StdLibraryFunctionsChecker.cpp
559
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
859
bool StdLibraryFunctionsChecker::
evalCall
(const CallEvent &Call,
CStringChecker.cpp
105
bool
evalCall
(const CallEvent &Call, CheckerContext &C) const;
2297
bool CStringChecker::
evalCall
(const CallEvent &Call, CheckerContext &C) const {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp
889
bool RetainCountChecker::
evalCall
(const CallEvent &Call,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
514
evalCall
(dstCallEvaluated, *I, *CallTemplate);
569
void ExprEngine::
evalCall
(ExplodedNodeSet &Dst, ExplodedNode *Pred,
Completed in 50 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026