OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockEntrance
(Results
1 - 10
of
10
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp
63
if (Optional<
BlockEntrance
> BE = P.getAs<
BlockEntrance
>()) {
86
// There is no
BlockEntrance
corresponding to the exit block as well, so
UnreachableCodeChecker.cpp
79
if (Optional<
BlockEntrance
> BE = P.getAs<
BlockEntrance
>()) {
IdempotentOperationChecker.cpp
589
} else if (Optional<
BlockEntrance
> BEnt = P.getAs<
BlockEntrance
>()) {
/external/clang/include/clang/Analysis/
ProgramPoint.h
193
class
BlockEntrance
: public ProgramPoint {
195
BlockEntrance
(const CFGBlock *B, const LocationContext *L,
198
assert(B && "
BlockEntrance
requires non-null block");
212
BlockEntrance
() {}
664
return clang::
BlockEntrance
(reinterpret_cast<clang::CFGBlock*>(x), 0);
670
return clang::
BlockEntrance
(reinterpret_cast<clang::CFGBlock*>(x), 0);
/external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
117
if (U.getNode()->getLocation().getAs<
BlockEntrance
>())
237
HandleBlockEntrance(Loc.castAs<
BlockEntrance
>(), Pred);
309
BlockEntrance
BE(Blk, Pred->getLocationContext());
322
void CoreEngine::HandleBlockEntrance(const
BlockEntrance
&L,
ExprEngineC.cpp
524
while (!N->getLocation().getAs<
BlockEntrance
>()) {
644
if (PP.getAs<PreStmtPurgeDeadSymbols>() || PP.getAs<
BlockEntrance
>()) {
[
all
...]
BugReporter.cpp
[
all
...]
CheckerManager.cpp
368
const ProgramPoint &L =
BlockEntrance
(BC.Block,
ExprEngine.cpp
279
if (Pred->getLocation().getAs<
BlockEntrance
>())
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h
92
void HandleBlockEntrance(const
BlockEntrance
&E, ExplodedNode *Pred);
Completed in 178 milliseconds