Home
last modified time | relevance | path

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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h31 #define DISPATCH(NAME, CLASS) \ macro
79 #define DISPATCH(CLASS) \ macro
109 #define DISPATCH(CLASS) \ macro
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h30 #define DISPATCH(NAME, CLASS) \ macro
78 #define DISPATCH(CLASS) \ macro
108 #define DISPATCH(CLASS) \ macro
/external/clang/include/clang/AST/
DStmtVisitor.h37 #define DISPATCH(NAME, CLASS) \ macro
196 #define DISPATCH(CLASS) \ macro
DTypeVisitor.h21 #define DISPATCH(CLASS) \ macro
DTypeLocVisitor.h22 #define DISPATCH(CLASSNAME) \ macro
DDeclVisitor.h35 #define DISPATCH(NAME, CLASS) \ macro
DCommentVisitor.h26 #define DISPATCH(NAME, CLASS) \ macro
/external/llvm-project/clang/include/clang/AST/
DTemplateArgumentVisitor.h28 #define DISPATCH(NAME) \ macro
DAttrVisitor.h28 #define DISPATCH(NAME) \ macro
DTypeVisitor.h20 #define DISPATCH(CLASS) \ macro
DDeclVisitor.h34 #define DISPATCH(NAME, CLASS) \ macro
DCommentVisitor.h23 #define DISPATCH(NAME, CLASS) \ macro
DTypeLocVisitor.h20 #define DISPATCH(CLASSNAME) \ macro
DStmtVisitor.h39 #define DISPATCH(NAME, CLASS) \ macro
/external/mesa3d/src/hgl/
DGLDispatcher.cpp30 #define DISPATCH(func, args, msg) \ macro
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c69 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
Dglapi_nop.c108 #define DISPATCH(func, args, msg) nop(#func); macro
/external/mesa3d/src/gallium/targets/libgl-xlib/
Dxlib.c123 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp730 #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/
Dplist-macros-with-expansion.cpp478 #define DISPATCH(...) PARAMS_RESOLVE_TO_VA_ARGS(__VA_ARGS__); macro
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c1297 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c64 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp1303 #define DISPATCH(functionControl, llvmAttr) \ in matchAndRewrite() macro
/external/python/cpython3/Python/
Dceval.c1039 #define DISPATCH() \ in _PyEval_EvalFrameDefault() macro
1050 #define DISPATCH() continue in _PyEval_EvalFrameDefault() macro
/external/python/cpython2/Python/
Dceval.c744 #define DISPATCH() \ in PyEval_EvalFrameEx() macro

12