Searched refs:LOC_SVAL (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SVals.def | 26 // LOC_SVAL(Id, Parent) - for values in loc:: namespace, which occupy a sub-kind 46 #ifndef LOC_SVAL 47 #define LOC_SVAL(Id, Parent) 59 LOC_SVAL(ConcreteInt, Loc) 60 LOC_SVAL(GotoLabel, Loc) 61 LOC_SVAL(MemRegionVal, Loc) 71 #undef LOC_SVAL
|
| H A D | SValVisitor.h | 41 #define LOC_SVAL(Id, Parent) \ in Visit() macro 61 #define LOC_SVAL(Id, Parent) \ macro
|
| H A D | SVals.h | 66 #define LOC_SVAL(Id, Parent) Id ## Kind, macro
|