/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/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SValVisitor.h | 30 #define DISPATCH(NAME, CLASS) \ macro 78 #define DISPATCH(CLASS) \ macro 108 #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 | TypeLocVisitor.h | 22 #define DISPATCH(CLASSNAME) \ macro
|
D | DeclVisitor.h | 35 #define DISPATCH(NAME, CLASS) \ macro
|
D | CommentVisitor.h | 26 #define DISPATCH(NAME, CLASS) \ macro
|
/external/llvm-project/clang/include/clang/AST/ |
D | TemplateArgumentVisitor.h | 28 #define DISPATCH(NAME) \ macro
|
D | AttrVisitor.h | 28 #define DISPATCH(NAME) \ macro
|
D | TypeVisitor.h | 20 #define DISPATCH(CLASS) \ macro
|
D | DeclVisitor.h | 34 #define DISPATCH(NAME, CLASS) \ macro
|
D | CommentVisitor.h | 23 #define DISPATCH(NAME, CLASS) \ macro
|
D | TypeLocVisitor.h | 20 #define DISPATCH(CLASSNAME) \ macro
|
D | StmtVisitor.h | 39 #define DISPATCH(NAME, CLASS) \ macro
|
/external/mesa3d/src/hgl/ |
D | GLDispatcher.cpp | 30 #define DISPATCH(func, args, msg) \ 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/gallium/targets/libgl-xlib/ |
D | xlib.c | 123 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/ |
D | ConvertStandardToSPIRV.cpp | 730 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() macro 774 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() macro 800 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() macro
|
/external/llvm-project/clang/test/Analysis/ |
D | plist-macros-with-expansion.cpp | 478 #define DISPATCH(...) PARAMS_RESOLVE_TO_VA_ARGS(__VA_ARGS__); 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/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 1303 #define DISPATCH(functionControl, llvmAttr) \ in matchAndRewrite() macro
|
/external/python/cpython3/Python/ |
D | ceval.c | 1039 #define DISPATCH() \ in _PyEval_EvalFrameDefault() macro 1050 #define DISPATCH() continue in _PyEval_EvalFrameDefault() macro
|
/external/python/cpython2/Python/ |
D | ceval.c | 744 #define DISPATCH() \ in PyEval_EvalFrameEx() macro
|