OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolDerived
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
71
void
SymbolDerived
::dumpToStream(raw_ostream &os) const {
186
const
SymbolDerived
*
191
SymbolDerived
::Profile(profile, parentSymbol, R);
195
SD = (SymExpr*) BPAlloc.Allocate<
SymbolDerived
>();
196
new (SD)
SymbolDerived
(SymbolCounter, parentSymbol, R);
201
return cast<
SymbolDerived
>(SD);
312
QualType
SymbolDerived
::getType() const {
458
KnownLive = isLive(cast<
SymbolDerived
>(sym)->getParentSymbol());
ProgramState.cpp
755
// If this is a
SymbolDerived
with a tainted parent, it's also tainted.
756
if (const
SymbolDerived
*SD = dyn_cast<
SymbolDerived
>(*SI))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
77
/// expression symbol and all the operands in it. Note,
SymbolDerived
is
203
class
SymbolDerived
: public SymbolData {
208
SymbolDerived
(SymbolID sym, SymbolRef parent, const TypedValueRegion *r)
513
const
SymbolDerived
*getDerivedSymbol(SymbolRef parentSymbol,
Completed in 1258 milliseconds