OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DerivedKind
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
48
enum Kind { RegionValueKind, ConjuredKind,
DerivedKind
, ExtentKind,
209
: SymbolData(
DerivedKind
, sym), parentSymbol(parent), R(r) {}
220
profile.AddInteger((unsigned)
DerivedKind
);
231
return SE->getKind() ==
DerivedKind
;
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
121
case SymExpr::
DerivedKind
:
457
case SymExpr::
DerivedKind
:
ProgramState.cpp
550
case SymExpr::
DerivedKind
:
Completed in 53 milliseconds