Home
last modified time | relevance | path

Searched refs:SymbolTag (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h78 const void *SymbolTag; variable
84 LCtx(lctx), SymbolTag(symbolTag) {} in SymbolConjured()
88 const void *getTag() const { return SymbolTag; } in getTag()
96 const void *SymbolTag) { in Profile() argument
102 profile.AddPointer(SymbolTag); in Profile()
106 Profile(profile, S, T, Count, LCtx, SymbolTag); in Profile()
419 const void *SymbolTag = nullptr);
424 const void *SymbolTag = nullptr) {
425 return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag);
439 const void *SymbolTag = nullptr);
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp170 const void *SymbolTag) { in conjureSymbol() argument
172 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); in conjureSymbol()
177 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol()
221 unsigned Count, const void *SymbolTag) { in getMetadataSymbol() argument
224 SymbolMetadata::Profile(profile, R, S, T, Count, SymbolTag); in getMetadataSymbol()
229 new (SD) SymbolMetadata(SymbolCounter, R, S, T, Count, SymbolTag); in getMetadataSymbol()
DSValBuilder.cpp112 DefinedOrUnknownSVal SValBuilder::conjureSymbolVal(const void *SymbolTag, in conjureSymbolVal() argument
127 return conjureSymbolVal(SymbolTag, Ex, LCtx, T, Count); in conjureSymbolVal()