OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPreVisit
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h
179
runCheckersForStmt(/*
isPreVisit
=*/true, Dst, Src, S, Eng);
193
runCheckersForStmt(/*
isPreVisit
=*/false, Dst, Src, S, Eng, wasInlined);
197
void runCheckersForStmt(bool
isPreVisit
,
207
runCheckersForObjCMessage(/*
isPreVisit
=*/true, Dst, Src, msg, Eng);
216
runCheckersForObjCMessage(/*
isPreVisit
=*/false, Dst, Src, msg, Eng,
221
void runCheckersForObjCMessage(bool
isPreVisit
,
230
runCheckersForCallEvent(/*
isPreVisit
=*/true, Dst, Src, Call, Eng);
237
runCheckersForCallEvent(/*
isPreVisit
=*/false, Dst, Src, Call, Eng,
242
void runCheckersForCallEvent(bool
isPreVisit
, ExplodedNodeSet &Dst,
515
bool
IsPreVisit
;
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp
139
bool
IsPreVisit
;
148
CheckStmtContext(bool
isPreVisit
, const CheckersTy &checkers,
150
:
IsPreVisit
(
isPreVisit
), Checkers(checkers), S(s), Eng(eng),
156
ProgramPoint::Kind K =
IsPreVisit
? ProgramPoint::PreStmtKind :
167
void CheckerManager::runCheckersForStmt(bool
isPreVisit
,
173
CheckStmtContext C(
isPreVisit
, *getCachedStmtCheckersFor(S,
isPreVisit
),
181
bool
IsPreVisit
, WasInlined;
189
CheckObjCMessageContext(bool
isPreVisit
, const CheckersTy &checkers
[
all
...]
Completed in 347 milliseconds