Home
last modified time | relevance | path

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 DSVals.def26 // 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 DSValVisitor.h41 #define LOC_SVAL(Id, Parent) \ in Visit() macro
61 #define LOC_SVAL(Id, Parent) \ macro
H A DSVals.h66 #define LOC_SVAL(Id, Parent) Id ## Kind, macro