Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h83 const void *SymbolTag; variable
89 LCtx(lctx), SymbolTag(symbolTag) { in SymbolConjured()
103 const void *getTag() const { return SymbolTag; } in getTag()
113 const void *SymbolTag) { in Profile() argument
119 profile.AddPointer(SymbolTag); in Profile()
123 Profile(profile, S, T, Count, LCtx, SymbolTag); in Profile()
511 const void *SymbolTag = nullptr);
516 const void *SymbolTag = nullptr) {
517 return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag);
533 const void *SymbolTag = nullptr);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp186 const void *SymbolTag) { in conjureSymbol() argument
188 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); in conjureSymbol()
193 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol()
237 unsigned Count, const void *SymbolTag) { in getMetadataSymbol() argument
239 SymbolMetadata::Profile(profile, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol()
244 new (SD) 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()