Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h82 const void *SymbolTag; variable
88 LCtx(lctx), SymbolTag(symbolTag) { in SymbolConjured()
100 const void *getTag() const { return SymbolTag; } in getTag()
110 const void *SymbolTag) { in Profile() argument
116 profile.AddPointer(SymbolTag); in Profile()
120 Profile(profile, S, T, Count, LCtx, SymbolTag); in Profile()
447 const void *SymbolTag = nullptr);
452 const void *SymbolTag = nullptr) {
453 return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag);
469 const void *SymbolTag = nullptr);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp176 const void *SymbolTag) { in conjureSymbol() argument
178 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); in conjureSymbol()
183 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol()
227 unsigned Count, const void *SymbolTag) { in getMetadataSymbol() argument
229 SymbolMetadata::Profile(profile, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol()
234 new (SD) SymbolMetadata(SymbolCounter, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol()
H A DSValBuilder.cpp135 DefinedOrUnknownSVal SValBuilder::conjureSymbolVal(const void *SymbolTag, in conjureSymbolVal() argument
150 return conjureSymbolVal(SymbolTag, Ex, LCtx, T, Count); in conjureSymbolVal()