Searched refs:DISPATCH (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtVisitor.h37 #define DISPATCH(NAME, CLASS) \ macro
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
55 case BO_Shr: DISPATCH(BinSh
169 #undef DISPATCH macro
196 #define DISPATCH macro
215 #undef DISPATCH macro
[all...]
H A DTypeLocVisitor.h22 #define DISPATCH(CLASSNAME) \ macro
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH macro
H A DTypeVisitor.h21 #define DISPATCH(CLASS) \ macro
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH macro
H A DCommentVisitor.h26 #define DISPATCH(NAME, CLASS) \ macro
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH macro
H A DDeclVisitor.h35 #define DISPATCH(NAME, CLASS) \ macro
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH macro
H A DRecursiveASTVisitor.h627 #define DISPATCH(NAME, CLASS, VAR) \ macro
639 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr()));
695 #undef DISPATCH macro
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h31 #define DISPATCH(NAME, CLASS) \ macro
38 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id);
43 case loc::Id ## Kind: DISPATCH(Loc ## Id, loc :: Id);
50 case nonloc::Id ## Kind: DISPATCH(NonLoc ## Id, nonloc :: Id);
59 RetTy Visit ## Id(Id V) { DISPATCH(Parent, Id); }
63 RetTy VisitLoc ## Id(loc::Id V) { DISPATCH(Parent, Parent); }
65 RetTy VisitNonLoc ## Id(nonloc::Id V) { DISPATCH(Parent, Parent); }
71 #undef DISPATCH macro
79 #define DISPATCH(CLASS) \ macro
86 case SymExpr::Id ## Kind: DISPATCH(I
101 #undef DISPATCH macro
109 #define DISPATCH macro
132 #undef DISPATCH macro
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_resource.def38 DECL_COMPUTE_RESOURCE(DISPATCH, 1)
/external/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
H A Dglapi_nop.c92 #define DISPATCH(func, args, msg) Warn(#func); macro
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c127 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c1148 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c70 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c6844 OP(SETBIGGROUPNUM) OP(DISPATCH) OP(HALT)
7260 * the DISPATCH opcode for the message). */
8075 /* We have some unknown fields (or ENDGROUP) to parse. The DISPATCH or TAG
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c7518 OP(SETBIGGROUPNUM) OP(DISPATCH) OP(HALT)
7939 * the DISPATCH opcode for the message). */
8786 /* We have some unknown fields (or ENDGROUP) to parse. The DISPATCH or TAG

Completed in 1209 milliseconds