Searched refs:DISPATCH (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtVisitor.h | 39 #define DISPATCH(NAME, CLASS) \ macro 49 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator); in Visit() 50 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator); in Visit() 51 case BO_Mul: DISPATCH(BinMul, BinaryOperator); in Visit() 52 case BO_Div: DISPATCH(BinDiv, BinaryOperator); in Visit() 53 case BO_Rem: DISPATCH(BinRem, BinaryOperator); in Visit() 54 case BO_Add: DISPATCH(BinAdd, BinaryOperator); in Visit() 109 case Stmt::CLASS ## Class: DISPATCH(CLASS, CLASS); in Visit() 124 DISPATCH(BinaryOperator, BinaryOperator); \ 158 DISPATCH(UnaryOperator, UnaryOperator); \ [all …]
|
| H A D | TemplateArgumentVisitor.h | 35 DISPATCH(Null); in Visit() 36 DISPATCH(Type); in Visit() 37 DISPATCH(Declaration); in Visit() 38 DISPATCH(NullPtr); in Visit() 39 DISPATCH(Integral); in Visit() 40 DISPATCH(StructuralValue); in Visit() 41 DISPATCH(Template); in Visit() 42 DISPATCH(TemplateExpansion); in Visit() 43 DISPATCH(Expression); in Visit() 44 DISPATCH(Pack); in Visit() [all …]
|
| H A D | TypeLocVisitor.h | 20 #define DISPATCH(CLASSNAME) \ macro 31 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc); in Visit() 41 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc); in Visit() 49 DISPATCH(PARENT); \ 56 #undef DISPATCH
|
| H A D | TypeVisitor.h | 20 #define DISPATCH(CLASS) \ macro 72 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); in Visit() 81 DISPATCH(PARENT); \ 90 #undef DISPATCH
|
| H A D | DeclVisitor.h | 34 #define DISPATCH(NAME, CLASS) \ macro 40 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl); in Visit() 50 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); } 56 #undef DISPATCH
|
| H A D | AttrVisitor.h | 28 #define DISPATCH(NAME) \ macro 36 DISPATCH(NAME##Attr); in Visit() 45 RetTy Visit##NAME##Attr(PTR(NAME##Attr) A) { DISPATCH(Attr); } 51 #undef DISPATCH
|
| H A D | CommentVisitor.h | 23 #define DISPATCH(NAME, CLASS) \ macro 36 DISPATCH(CLASS, CLASS); in visit() 47 RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) { DISPATCH(PARENT, PARENT); } 55 #undef DISPATCH
|
| H A D | OpenMPClause.h | 8809 #define DISPATCH(CLASS) \ macro 8814 RetTy Visit##Class(PTR(Class) S) { DISPATCH(Class); } 8833 #undef DISPATCH
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValVisitor.h | 69 #define DISPATCH(CLASS) \ macro 76 case SymExpr::Id ## Kind: DISPATCH(Id); in Visit() 84 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } 91 #undef DISPATCH 99 #define DISPATCH(CLASS) \ macro 105 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id); in Visit() 114 RetTy Visit ## Id(const Id *R) { DISPATCH(Parent); } 122 #undef DISPATCH
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
| H A D | InOrderIssueStage.h | 31 DISPATCH, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | InOrderIssueStage.cpp | 125 SI.update(IR, /* delay */ 1, StallInfo::StallKind::DISPATCH); in canExecute() 366 case StallInfo::StallKind::DISPATCH: { in notifyStallEvent()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1987 #define DISPATCH(CLASS) return assign##CLASS##Impl(cast<CLASS>(Sym), Constraint) macro 2001 DISPATCH(Id); in assignImpl() 2033 DISPATCH(Parent); \ 2046 #undef DISPATCH
|