Searched refs:SymbolTag (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 84 const void *SymbolTag; variable 90 LCtx(lctx), SymbolTag(symbolTag) { in SymbolConjured() 104 const void *getTag() const { return SymbolTag; } in getTag() 114 const void *SymbolTag) { in Profile() argument 120 profile.AddPointer(SymbolTag); in Profile() 124 Profile(profile, S, T, Count, LCtx, SymbolTag); in Profile() 512 const void *SymbolTag = nullptr); 517 const void *SymbolTag = nullptr) { 518 return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag); 534 const void *SymbolTag = nullptr);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 185 const void *SymbolTag) { in conjureSymbol() argument 187 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); in conjureSymbol() 191 SD = new (BPAlloc) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol() 233 unsigned Count, const void *SymbolTag) { in getMetadataSymbol() argument 235 SymbolMetadata::Profile(profile, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol() 239 SD = new (BPAlloc) SymbolMetadata(SymbolCounter, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol()
|