Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Daddr-label-in-coroutines.cpp19 #define DISPATCH() goto *dispatch_table[*inst++] in f1() macro
37 #define DISPATCH() goto *dispatch_table[*inst++] in f2() macro
56 #define DISPATCH() goto *dispatch_table[*inst++] in f3() macro
/llvm-project/clang/include/clang/AST/
H A DTemplateArgumentVisitor.h28 #define DISPATCH(NAME) \ macro
[all...]
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.h40 #define DISPATCH( global() macro
[all...]
H A DOpenMPClause.h8849 #define DISPATCH( global() macro
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h69 #define DISPATCH(CLASS) \ macro
99 #define DISPATCH(CLASS) \ macro
/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h31 DISPATCH, enumerator
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/
H A DArithToSPIRV.cpp961 DISPATCH(arith::CmpIPredicate::sgt, spirv::SGreaterThanOp); in matchAndRewrite() macro
919 #define DISPATCH( matchAndRewrite() macro
[all...]
/llvm-project/clang/test/Analysis/
H A Dplist-macros-with-expansion.cpp817 #define DISPATCH(...) PARAMS_RESOLVE_TO_VA_ARGS(__VA_ARGS__); macro
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1434 #define DISPATCH( matchAndRewrite() macro
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1987 #define DISPATCH( global() macro