Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.def27 // LOC_SVAL(Id, Parent) - for values in loc:: namespace, which occupy a sub-kind
47 #ifndef LOC_SVAL
48 #define LOC_SVAL(Id, Parent)
60 LOC_SVAL(ConcreteInt, Loc)
61 LOC_SVAL(GotoLabel, Loc)
62 LOC_SVAL(MemRegionVal, Loc)
71 #undef LOC_SVAL
DSValVisitor.h42 #define LOC_SVAL(Id, Parent) \ in Visit() macro
62 #define LOC_SVAL(Id, Parent) \ macro
DSVals.h471 #define LOC_SVAL(Id, Parent) Id ## Kind, macro