Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h84 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 DSymbolManager.cpp185 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()
H A DSValBuilder.cpp158 DefinedOrUnknownSVal SValBuilder::conjureSymbolVal(const void *SymbolTag, in conjureSymbolVal() argument
173 return conjureSymbolVal(SymbolTag, Ex, LCtx, T, Count); in conjureSymbolVal()