Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h69 #define DISPATCH(CLASS) \ macro
99 #define DISPATCH(CLASS) \ macro
/freebsd-src/contrib/llvm-project/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( global() macro
[all...]
H A DOpenMPClause.h8809 #define DISPATCH( global() macro
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h31 DISPATCH, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1987 #define DISPATCH(CLASS) return assign##CLASS##Impl(cast<CLASS>(Sym), Constraint) macro