OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConjuredKind
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
48
enum Kind { RegionValueKind,
ConjuredKind
, DerivedKind, ExtentKind,
168
: SymbolData(
ConjuredKind
, sym), S(s), T(t), Count(count),
183
profile.AddInteger((unsigned)
ConjuredKind
);
197
return SE->getKind() ==
ConjuredKind
;
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
120
case SymExpr::
ConjuredKind
:
454
case SymExpr::
ConjuredKind
:
ProgramState.cpp
549
case SymExpr::
ConjuredKind
:
Completed in 65 milliseconds