Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h81 const void *SymbolTag; variable
87 LCtx(lctx), SymbolTag(symbolTag) { in SymbolConjured()
99 const void *getTag() const { return SymbolTag; } in getTag()
107 const void *SymbolTag) { in Profile() argument
113 profile.AddPointer(SymbolTag); in Profile()
117 Profile(profile, S, T, Count, LCtx, SymbolTag); in Profile()
491 const void *SymbolTag = nullptr);
496 const void *SymbolTag = nullptr) {
497 return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag);
513 const void *SymbolTag = nullptr);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp188 const void *SymbolTag) { in conjureSymbol() argument
190 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); in conjureSymbol()
195 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol()
239 unsigned Count, const void *SymbolTag) { in getMetadataSymbol() argument
241 SymbolMetadata::Profile(profile, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol()
246 new (SD) SymbolMetadata(SymbolCounter, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol()
H A DSValBuilder.cpp136 DefinedOrUnknownSVal SValBuilder::conjureSymbolVal(const void *SymbolTag, in conjureSymbolVal() argument
151 return conjureSymbolVal(SymbolTag, Ex, LCtx, T, Count); in conjureSymbolVal()