Searched refs:conjureSymbol (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h179 const SymbolConjured* conjureSymbol(const Stmt *stmt, function in class:clang::ento::SValBuilder
184 return SymMgr.conjureSymbol(stmt, LCtx, type, visitCount, symbolTag);
187 const SymbolConjured* conjureSymbol(const Expr *expr, function in class:clang::ento::SValBuilder
191 return SymMgr.conjureSymbol(expr, LCtx, visitCount, symbolTag);
H A DSymbolManager.h486 const SymbolConjured* conjureSymbol(const Stmt *E,
492 const SymbolConjured* conjureSymbol(const Expr *E, function in class:clang::ento::SymbolManager
496 return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp164 SymbolRef sym = SymMgr.conjureSymbol(expr, LCtx, type, count, symbolTag);
182 SymbolRef sym = SymMgr.conjureSymbol(stmt, LCtx, type, visitCount);
200 SymbolRef sym = SymMgr.conjureSymbol(E, LCtx, T, VisitCount);
H A DExprEngineObjC.cpp71 SymbolRef Sym = SymMgr.conjureSymbol(elem, LCtx, T,
H A DSymbolManager.cpp183 const SymbolConjured* SymbolManager::conjureSymbol(const Stmt *E, function in class:SymbolManager
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp526 Sym = SymMgr.conjureSymbol(CE, C.getLocationContext(),
546 RetVal = nonloc::SymbolVal(SymMgr.conjureSymbol(
723 auto Sym = SymMgr.conjureSymbol(CE, C.getLocationContext(),
766 SymMgr.conjureSymbol(CE, C.getLocationContext(),
1331 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,
1354 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,

Completed in 178 milliseconds