Home
last modified time | relevance | path

Searched defs:DISPATCH (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c69 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
Dglapi_nop.c108 #define DISPATCH(func, args, msg) nop(#func); macro
/third_party/mesa3d/src/gallium/targets/libgl-xlib/
Dxlib.c123 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/third_party/node/deps/v8/src/codegen/
Dcode-reference.cc85 #define DISPATCH(ret, method) \ macro
100 #define DISPATCH(ret, method) \ macro
/third_party/node/deps/v8/include/cppgc/internal/
Dgc-info.h63 #define DISPATCH(is_polymorphic, has_finalizer, has_non_hidden_name, function) \ macro
/third_party/typescript/tests/cases/compiler/
DneverAsDiscriminantType.ts41 DISPATCH = 0, enumerator
/third_party/node/deps/v8/src/regexp/
Dregexp-interpreter.cc336 #define DISPATCH() \ macro
346 #define DISPATCH() \ macro
/third_party/python/Python/
Dceval.c1300 #define DISPATCH() \ macro
1311 #define DISPATCH() goto predispatch; macro