Searched refs:DISPATCH (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/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 | 29 #define DISPATCH(NAME) \ macro 36 DISPATCH(Null); in Visit() 37 DISPATCH(Type); in Visit() 38 DISPATCH(Declaration); in Visit() 39 DISPATCH(NullPtr); in Visit() 40 DISPATCH(Integral); 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 | 22 #define DISPATCH(CLASSNAME) \ macro 33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc); in Visit() 43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc); in Visit() 51 DISPATCH(PARENT); \ 58 #undef DISPATCH
|
| H A D | TypeVisitor.h | 21 #define DISPATCH(CLASS) \ macro 73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); in Visit() 82 DISPATCH(PARENT); \ 91 #undef DISPATCH
|
| H A D | DeclVisitor.h | 35 #define DISPATCH(NAME, CLASS) \ macro 41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl); in Visit() 51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); } 57 #undef DISPATCH
|
| H A D | AttrVisitor.h | 29 #define DISPATCH(NAME) \ macro 37 DISPATCH(NAME##Attr); in Visit() 46 RetTy Visit##NAME##Attr(PTR(NAME##Attr) A) { DISPATCH(Attr); } 52 #undef DISPATCH
|
| H A D | CommentVisitor.h | 24 #define DISPATCH(NAME, CLASS) \ macro 36 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS); in visit() 47 RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) { DISPATCH(PARENT, PARENT); } 55 #undef DISPATCH
|
| H A D | RecursiveASTVisitor.h | 667 #define DISPATCH(NAME, CLASS, VAR) \ 679 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr())); 735 #undef DISPATCH
|
| H A D | OpenMPClause.h | 5317 #define DISPATCH(CLASS) \ macro 5321 RetTy Visit ## Class (PTR(Class) S) { DISPATCH(Class); } 5336 #undef DISPATCH
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValVisitor.h | 31 #define DISPATCH(NAME, CLASS) \ macro 43 case loc::Id ## Kind: DISPATCH(Loc ## Id, loc :: Id); in Visit() 59 RetTy Visit ## Id(Id V) { DISPATCH(Parent, Id); } 63 RetTy VisitLoc ## Id(loc::Id V) { DISPATCH(Parent, Parent); } 71 #undef DISPATCH 79 #define DISPATCH(CLASS) \ macro 86 case SymExpr::Id ## Kind: DISPATCH(Id); in Visit() 101 #undef DISPATCH 109 #define DISPATCH(CLASS) \ macro 124 RetTy Visit ## Id(const Id *R) { DISPATCH(Parent); } [all …]
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | ppro.md | 36 ;; 2) the DISPATCH/EXECUTE unit, which is the out-of-order core
|