Searched defs:NonLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h10 // This file defines SVal, Loc, and NonLoc, classes that represent
51 NonLocKind = 3 // for subclass NonLoc (an R-value that's not
219 class NonLoc : public DefinedSVal { class in namespace:clang::ento
221 explicit NonLoc(unsigned SubKind, const void *d) function in class:clang::ento::NonLoc
255 // Subclasses of NonLoc.
264 class SymbolVal : public NonLoc {
266 SymbolVal(SymbolRef sym) : NonLoc(SymbolValKind, sym) {}
281 static inline bool classof(const NonLoc* V) {
287 class ConcreteInt : public NonLoc {
289 explicit ConcreteInt(const llvm::APSInt& V) : NonLoc(ConcreteIntKin
[all...]

Completed in 114 milliseconds