Searched refs:VisitCount (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 510 unsigned VisitCount, 515 unsigned VisitCount, 517 return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag); 532 unsigned VisitCount,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 216 unsigned VisitCount) { in getConjuredHeapSymbolVal() argument 218 return getConjuredHeapSymbolVal(E, LCtx, T, VisitCount); in getConjuredHeapSymbolVal() 224 QualType type, unsigned VisitCount) { in getConjuredHeapSymbolVal() argument 230 SymbolRef sym = SymMgr.conjureSymbol(E, LCtx, type, VisitCount); in getConjuredHeapSymbolVal()
|