Home
last modified time | relevance | path

Searched defs:DELEGATE (Results 1 – 4 of 4) sorted by relevance

/third_party/spirv-tools/source/opt/
Dmodule.cpp88 #define DELEGATE(list) list.ForEachInst(f, run_on_debug_line_insts) in ForEachInst() macro
112 #define DELEGATE(i) i.ForEachInst(f, run_on_debug_line_insts) in ForEachInst() macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp88 #define DELEGATE(list) list.ForEachInst(f, run_on_debug_line_insts) in ForEachInst() macro
110 #define DELEGATE(i) i.ForEachInst(f, run_on_debug_line_insts) in ForEachInst() macro
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.cpp88 #define DELEGATE(list) list.ForEachInst(f, run_on_debug_line_insts) in ForEachInst() macro
110 #define DELEGATE(i) i.ForEachInst(f, run_on_debug_line_insts) in ForEachInst() macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstVisitor.h29 #define DELEGATE(CLASS_TO_VISIT) \ macro