Home
last modified time | relevance | path

Searched refs:NONLOC_SVAL (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.def30 // NONLOC_SVAL(Id, Parent) - for values in nonloc:: namespace, which occupy a
51 #ifndef NONLOC_SVAL
52 #define NONLOC_SVAL(Id, Parent)
64 NONLOC_SVAL(CompoundVal, NonLoc)
65 NONLOC_SVAL(ConcreteInt, NonLoc)
66 NONLOC_SVAL(LazyCompoundVal, NonLoc)
67 NONLOC_SVAL(LocAsInteger, NonLoc)
68 NONLOC_SVAL(SymbolVal, NonLoc)
70 #undef NONLOC_SVAL
DSValVisitor.h49 #define NONLOC_SVAL(Id, Parent) \ in Visit() macro
64 #define NONLOC_SVAL(Id, Parent) \ macro
DSVals.h310 #define NONLOC_SVAL(Id, Parent) Id ## Kind, macro