OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maybeDead
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
BasicConstraintManager.cpp
287
if (SymReaper.
maybeDead
(sym))
297
if (SymReaper.
maybeDead
(sym))
SymbolManager.cpp
260
bool SymbolReaper::
maybeDead
(SymbolRef sym) {
BasicStore.cpp
360
SymReaper.
maybeDead
(*SI);
RangeConstraintManager.cpp
278
if (SymReaper.
maybeDead
(sym))
RegionStore.cpp
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
448
//
maybeDead
- If a symbol is known to be live, marks the symbol as live.
451
bool
maybeDead
(SymbolRef sym);
Completed in 524 milliseconds