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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp87 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym))
113 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym))
222 // If this is a SymbolCast from a tainted value, it's also tainted.
223 if (const auto *SC = dyn_cast<SymbolCast>(*SI)) {
H A DExprInspectionChecker.cpp380 Optional<std::string> VisitSymbolCast(const SymbolCast *S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp78 void SymbolCast::dumpToStream(raw_ostream &os) const {
149 itr.push_back(cast<SymbolCast>(SE)->getOperand());
253 const SymbolCast*
257 SymbolCast::Profile(ID, Op, From, To);
261 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>();
262 new (data) SymbolCast(Op, From, To);
266 return cast<SymbolCast>(data);
500 KnownLive = isLive(cast<SymbolCast>(sym)->getOperand());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h155 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) {
273 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym))
H A DSymbolManager.h254 class SymbolCast : public SymExpr { class in namespace:clang::ento
264 SymbolCast(const SymExpr *In, QualType From, QualType To) function in class:clang::ento::SymbolCast
514 const SymbolCast* getCastSymbol(const SymExpr *Operand,
H A DSMTConv.h329 // Wrapper to generate SMTSolverRef from SymbolCast data.
429 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) {

Completed in 128 milliseconds