Searched refs:NONLOC_SVAL (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SVals.def | 29 // NONLOC_SVAL(Id, Parent) - for values in nonloc:: namespace, which occupy a 50 #ifndef NONLOC_SVAL 51 #define NONLOC_SVAL(Id, Parent) 63 NONLOC_SVAL(CompoundVal, NonLoc) 64 NONLOC_SVAL(ConcreteInt, NonLoc) 65 NONLOC_SVAL(LazyCompoundVal, NonLoc) 66 NONLOC_SVAL(LocAsInteger, NonLoc) 67 NONLOC_SVAL(SymbolVal, NonLoc) 68 NONLOC_SVAL(PointerToMember, NonLoc) 70 #undef NONLOC_SVAL
|
| D | SValVisitor.h | 48 #define NONLOC_SVAL(Id, Parent) \ in Visit() macro 63 #define NONLOC_SVAL(Id, Parent) \ macro
|
| D | SVals.h | 53 #define NONLOC_SVAL(Id, Parent) Id ## Kind, macro
|