/netbsd-src/external/apache2/llvm/dist/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() 55 case BO_Sub: DISPATCH(BinSub, BinaryOperator); in Visit() 56 case BO_Shl: DISPATCH(BinShl, BinaryOperator); in Visit() 57 case BO_Shr: DISPATCH(BinShr, BinaryOperator); in Visit() [all …]
|
H A D | TemplateArgumentVisitor.h | 28 #define DISPATCH(NAME) \ macro 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(Template); in Visit() 41 DISPATCH(TemplateExpansion); in Visit() 42 DISPATCH(Expression); in Visit() 43 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 35 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS); in visit() 46 RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) { DISPATCH(PARENT, PARENT); } 54 #undef DISPATCH
|
H A D | OpenMPClause.h | 8305 #define DISPATCH(CLASS) \ macro 8310 RetTy Visit##Class(PTR(Class) S) { DISPATCH(Class); } 8329 #undef DISPATCH
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValVisitor.h | 30 #define DISPATCH(NAME, CLASS) \ macro 37 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id); in Visit() 42 case loc::Id ## Kind: DISPATCH(Loc ## Id, loc :: Id); in Visit() 49 case nonloc::Id ## Kind: DISPATCH(NonLoc ## Id, nonloc :: Id); in Visit() 58 RetTy Visit ## Id(Id V) { DISPATCH(Parent, Id); } 62 RetTy VisitLoc ## Id(loc::Id V) { DISPATCH(Parent, Parent); } 64 RetTy VisitNonLoc ## Id(nonloc::Id V) { DISPATCH(Parent, Parent); } 70 #undef DISPATCH 78 #define DISPATCH(CLASS) \ macro 85 case SymExpr::Id ## Kind: DISPATCH(Id); in Visit() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | picflag.m4 | 1 # _GCC_PICFLAG(FLAG, DISPATCH) 3 # Store PIC flag corresponding to DISPATCH triplet in FLAG.
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | picflag.m4 | 1 # _GCC_PICFLAG(FLAG, DISPATCH) 3 # Store PIC flag corresponding to DISPATCH triplet in FLAG.
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | picflag.m4 | 1 # _GCC_PICFLAG(FLAG, DISPATCH) 3 # Store PIC flag corresponding to DISPATCH triplet in FLAG.
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | picflag.m4 | 1 # _GCC_PICFLAG(FLAG, DISPATCH) 3 # Store PIC flag corresponding to DISPATCH triplet in FLAG.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/ |
H A D | gr6.md | 23 ;; 1. The FETCH/DECODE/DISPATCH stages, an in-order front-end, 30 ;; execution unit of the PROCESS stage and the DISPATCH stage is responsible 48 ;; cycle by the FETCH/DECODE/DISPATCH stages, except for
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
H A D | gr6.md | 23 ;; 1. The FETCH/DECODE/DISPATCH stages, an in-order front-end, 30 ;; execution unit of the PROCESS stage and the DISPATCH stage is responsible 48 ;; cycle by the FETCH/DECODE/DISPATCH stages, except for
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | mln_rule.c | 53 DISPATCH(lkmtp, cmd, ver, ipfruleaction, ipfruleaction, ipfruleaction);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | ppro.md | 35 ;; 2) the DISPATCH/EXECUTE unit, which is the out-of-order core
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | ppro.md | 35 ;; 2) the DISPATCH/EXECUTE unit, which is the out-of-order core
|
/netbsd-src/sys/arch/luna68k/dev/xplx/ |
H A D | xplx.asm | 833 ; ここから呼び出される DISPATCH ルーチンは、
|