OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Escaped
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
130
llvm::SmallPtrSet<const VarDecl*, 20>
Escaped
;
140
llvm::SmallPtrSet<const VarDecl*, 20> &
escaped
)
142
Escaped
(
escaped
), currentBlock(0) {}
165
if (
Escaped
.count(V))
395
llvm::SmallPtrSet<const VarDecl*, 20>
Escaped
;
399
//
escaped
.
410
Escaped
.insert(VD);
440
DeadStoreObs A(cfg, BR.getContext(), BR, AC, pmap, FS.
Escaped
);
StreamChecker.cpp
30
enum Kind { Opened, Closed, OpenFailed,
Escaped
} K;
38
//bool isEscaped() const { return K ==
Escaped
; }
50
return StreamState(
Escaped
, s);
MallocChecker.cpp
57
Escaped
73
bool isEscaped() const { return K ==
Escaped
; }
93
return RefState(
Escaped
, RS->getStmt(), RS->getAllocationFamily());
198
const InvalidatedSymbols &
Escaped
,
202
const InvalidatedSymbols &
Escaped
,
298
const InvalidatedSymbols &
Escaped
,
[
all
...]
Completed in 56 milliseconds