Home
last modified time | relevance | path

Searched defs:func_begin (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp214 auto func_begin = module_->begin(); in AddInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp214 auto func_begin = module_->begin(); in AddInstruction() local
/third_party/spirv-tools/source/opt/
Dir_loader.cpp219 auto func_begin = module_->begin(); in AddInstruction() local
/third_party/spirv-tools/test/val/
Dval_arithmetics_test.cpp1218 const std::string func_begin = in GenerateCoopMatCode() local
1529 const std::string func_begin = R"( in GenerateCoopMatKHRCode() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_arithmetics_test.cpp1217 const std::string func_begin = in GenerateCoopMatCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_arithmetics_test.cpp1217 const std::string func_begin = in GenerateCoopMatCode() local
/third_party/python/Parser/
Dasdl_c.py1254 def func_begin(self, name): member in ObjVisitor