Searched refs:SymbolTag (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 159 const void *SymbolTag; variable 167 SymbolTag(symbolTag) {} in SymbolConjured() 171 const void *getTag() const { return SymbolTag; } in getTag() 179 const void *SymbolTag) { in Profile() argument 185 profile.AddPointer(SymbolTag); in Profile() 189 Profile(profile, S, T, Count, LCtx, SymbolTag); in Profile() 501 const void *SymbolTag = nullptr); 506 const void *SymbolTag = nullptr) { 507 return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag); 521 const void *SymbolTag = nullptr);
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 170 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()
|
D | SValBuilder.cpp | 109 DefinedOrUnknownSVal SValBuilder::conjureSymbolVal(const void *SymbolTag, in conjureSymbolVal() argument 121 return conjureSymbolVal(SymbolTag, Ex, LCtx, T, Count); in conjureSymbolVal()
|