Home
last modified time | relevance | path

Searched defs:BASIC_SVAL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h37 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id); in Visit() macro
57 #define BASIC_SVAL(Id, Parent) \ macro
H A DSVals.h79 #define BASIC_SVAL(Id, Parent) Id ## Kind, macro