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
266 class NonLoc : public DefinedSVal { class in namespace:clang::ento
268 NonLoc() {} function in class:clang::ento::NonLoc
269 explicit NonLoc(unsigned SubKind, const void *d) function in class:clang::ento::NonLoc
304 // Subclasses of NonLoc.
313 class SymbolVal : public NonLoc {
315 SymbolVal(SymbolRef sym) : NonLoc(SymbolValKind, sym) {}
333 static bool isKind(const NonLoc& V) {
339 class ConcreteInt : public NonLoc {
[all...]

Completed in 95 milliseconds