Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTemplateArgumentVisitor.h28 #define DISPATCH(NAME) \ macro
H A DAttrVisitor.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.h8738 #define DISPATCH(CLASS) \ macro
/llvm-project-15.0.7/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h31 DISPATCH, enumerator
/llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToSPIRV/
H A DArithmeticToSPIRV.cpp726 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() macro
761 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() macro
/llvm-project-15.0.7/clang/test/Analysis/
H A Dplist-macros-with-expansion.cpp817 #define DISPATCH(...) PARAMS_RESOLVE_TO_VA_ARGS(__VA_ARGS__); macro
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1308 #define DISPATCH(functionControl, llvmAttr) \ in matchAndRewrite() macro
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1919 #define DISPATCH(CLASS) return assign##CLASS##Impl(cast<CLASS>(Sym), Constraint) macro