Lines Matching refs:SVal
46 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl()
68 SymbolRef SVal::getAsLocSymbol(bool IncludeBaseRegions) const { in getAsLocSymbol()
80 SymbolRef SVal::getLocSymbolInBase() const { in getLocSymbolInBase()
104 SymbolRef SVal::getAsSymbol(bool IncludeBaseRegions) const { in getAsSymbol()
112 const llvm::APSInt *SVal::getAsInteger() const { in getAsInteger()
120 const MemRegion *SVal::getAsRegion() const { in getAsRegion()
184 QualType SVal::getType(const ASTContext &Context) const { in getType()
249 bool SVal::isConstant() const { in isConstant()
253 bool SVal::isConstant(int I) const { in isConstant()
261 bool SVal::isZeroConstant() const { in isZeroConstant()
269 LLVM_DUMP_METHOD void SVal::dump() const { dumpToStream(llvm::errs()); } in dump()
271 void SVal::printJson(raw_ostream &Out, bool AddQuotes) const { in printJson()
280 void SVal::dumpToStream(raw_ostream &os) const { in dumpToStream()