Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h87 const void *SymbolTag; variable
94 SymbolTag(symbolTag) { in SymbolConjured()
107 const void *getTag() const { return SymbolTag; } in getTag()
117 const void *SymbolTag) { in Profile() argument
123 profile.AddPointer(SymbolTag); in Profile()
127 Profile(profile, Elem, LCtx, T, Count, SymbolTag); in Profile()
540 const void *SymbolTag = nullptr) {
542 return acquire<SymbolConjured>(Elem, LCtx, T, VisitCount, SymbolTag);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp154 DefinedOrUnknownSVal SValBuilder::conjureSymbolVal(const void *SymbolTag, in conjureSymbolVal() argument
171 return conjureSymbolVal(SymbolTag, elem, LCtx, T, Count); in conjureSymbolVal()