Home
last modified time | relevance | path

Searched defs:DISPATCH (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h30 #define DISPATCH(NAME, CLASS) \ macro
78 #define DISPATCH(CLASS) \ macro
108 #define DISPATCH(CLASS) \ macro
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAttrVisitor.h28 #define DISPATCH(NAME) \ macro
H A DTemplateArgumentVisitor.h28 #define DISPATCH(NAME) \ macro
H A DTypeVisitor.h20 #define DISPATCH(CLASS) \ macro
H A DDeclVisitor.h34 #define DISPATCH(NAME, CLASS) \ macro
H A DCommentVisitor.h23 #define DISPATCH(NAME, CLASS) \ macro
H A DTypeLocVisitor.h20 #define DISPATCH(CLASSNAME) \ macro
H A DStmtVisitor.h39 #define DISPATCH(NAME, CLASS) \ macro
H A DOpenMPClause.h8713 #define DISPATCH(CLASS) \ macro
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h31 DISPATCH, enumerator
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1981 #define DISPATCH(CLASS) return assign##CLASS##Impl(cast<CLASS>(Sym), Constraint) macro