Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h148 unsigned visitCount,
150 return SymMgr.conjureSymbol(stmt, LCtx, type, visitCount, symbolTag);
155 unsigned visitCount,
157 return SymMgr.conjureSymbol(expr, LCtx, visitCount, symbolTag);
185 unsigned visitCount);
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp144 unsigned visitCount) { in conjureSymbolVal() argument
148 SymbolRef sym = SymMgr.conjureSymbol(stmt, LCtx, type, visitCount); in conjureSymbolVal()