HomeSort by relevance Sort by last modified time
    Searched defs:DISPATCH (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \
92 * dispatch functions for them. We can't directly include GLES/gl.h because
  /external/clang/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /external/mesa3d/src/hgl/
GLDispatcher.cpp 19 * NOTE: this file portion implements C-based dispatch of the OpenGL entrypoints
30 #define DISPATCH(func, args, msg) \
31 const struct _glapi_table* dispatch; \
32 dispatch = _glapi_Dispatch ? _glapi_Dispatch : _glapi_get_dispatch();\
33 (dispatch->func) args
36 const struct _glapi_table* dispatch; \
37 dispatch = _glapi_Dispatch ? _glapi_Dispatch : _glapi_get_dispatch();\
38 return (dispatch->func) args
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH

Completed in 614 milliseconds

1 2 3 4 5 6