OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentSymbol
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
165
SymbolRef
parentSymbol
;
170
: SymbolData(DerivedKind, sym),
parentSymbol
(parent), R(r) {}
172
SymbolRef getParentSymbol() const { return
parentSymbol
; }
187
Profile(profile,
parentSymbol
, R);
385
const SymbolDerived *getDerivedSymbol(SymbolRef
parentSymbol
,
SValBuilder.h
142
SymbolRef
parentSymbol
, const TypedRegion *region);
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
126
SymbolManager::getDerivedSymbol(SymbolRef
parentSymbol
,
130
SymbolDerived::Profile(profile,
parentSymbol
, R);
135
new (SD) SymbolDerived(SymbolCounter,
parentSymbol
, R);
SValBuilder.cpp
135
SValBuilder::getDerivedRegionValueSymbolVal(SymbolRef
parentSymbol
,
142
SymbolRef sym = SymMgr.getDerivedSymbol(
parentSymbol
, region);
Completed in 395 milliseconds