Searched refs:SymbolExtent (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp99 void SymbolExtent::dumpToStream(raw_ostream &os) const {
219 const SymbolExtent*
222 SymbolExtent::Profile(profile, R);
226 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
227 new (SD) SymbolExtent(SymbolCounter, R);
232 return cast<SymbolExtent>(SD);
331 QualType SymbolExtent::getType() const {
481 KnownLive = isLiveRegion(cast<SymbolExtent>(sym)->getRegion());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h164 /// SymbolExtent - Represents the extent (size in bytes) of a bounded region.
167 class SymbolExtent : public SymbolData { class in namespace:clang::ento
171 SymbolExtent(SymbolID sym, const SubRegion *r) function in class:clang::ento::SymbolExtent
502 const SymbolExtent *getExtentSymbol(const SubRegion *R);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h110 std::string VisitSymbolExtent(const SymbolExtent *S) {

Completed in 129 milliseconds