Searched refs:NONLOC_SVAL (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.def | 30 // 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
|
D | SValVisitor.h | 49 #define NONLOC_SVAL(Id, Parent) \ in Visit() macro 64 #define NONLOC_SVAL(Id, Parent) \ macro
|
D | SVals.h | 310 #define NONLOC_SVAL(Id, Parent) Id ## Kind, macro
|