Searched defs:DISPATCH (Results 1 – 14 of 14) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SValVisitor.h | 31 #define DISPATCH(NAME, CLASS) \ macro 79 #define DISPATCH(CLASS) \ macro 109 #define DISPATCH(CLASS) \ macro
|
/external/clang/include/clang/AST/ |
D | StmtVisitor.h | 37 #define DISPATCH(NAME, CLASS) \ macro 196 #define DISPATCH(CLASS) \ macro
|
D | TypeVisitor.h | 21 #define DISPATCH(CLASS) \ macro
|
D | DeclVisitor.h | 35 #define DISPATCH(NAME, CLASS) \ macro
|
D | TypeLocVisitor.h | 22 #define DISPATCH(CLASSNAME) \ macro
|
D | CommentVisitor.h | 26 #define DISPATCH(NAME, CLASS) \ macro
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 69 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
D | glapi_nop.c | 108 #define DISPATCH(func, args, msg) nop(#func); macro
|
/external/mesa3d/src/hgl/ |
D | GLDispatcher.cpp | 30 #define DISPATCH(func, args, msg) \ macro
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
D | xlib.c | 123 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 1297 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 64 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/external/python/cpython3/Python/ |
D | ceval.c | 1300 #define DISPATCH() \ macro 1311 #define DISPATCH() goto predispatch; macro
|
/external/python/cpython2/Python/ |
D | ceval.c | 744 #define DISPATCH() \ in PyEval_EvalFrameEx() macro
|