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

/freebsd-13-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.h433 const SymbolConjured* conjureSymbol(const Stmt *E,
439 const SymbolConjured* conjureSymbol(const Expr *E, function in class:clang::ento::SymbolManager
443 return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag);
/freebsd-13-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.cpp165 const SymbolConjured* SymbolManager::conjureSymbol(const Stmt *E, function in class:SymbolManager
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp218 auto Sym = SymMgr.conjureSymbol(S, LCtx, ACtx.LongTy, blockCount);
H A DContainerModeling.cpp338 SymMgr.conjureSymbol(CE, C.getLocationContext(),
862 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,
885 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,
H A DIteratorModeling.cpp449 Sym = SymMgr.conjureSymbol(CE, C.getLocationContext(),
469 RetVal = nonloc::SymbolVal(SymMgr.conjureSymbol(

Completed in 119 milliseconds