Home
last modified time | relevance | path

Searched defs:FunctionDecl (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go102 type FunctionDecl struct { struct
103 Source tok.Source
104 Name string
105 Decorations Decorations
106 TemplateParams TemplateParams
107 Parameters Parameters
108 ReturnType *TemplatedName
112 func (f FunctionDecl) Format(w fmt.State, verb rune) {
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dfunction.h46 enum class FunctionDecl { enum
/third_party/spirv-tools/source/val/
Dfunction.h46 enum class FunctionDecl { enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.h46 enum class FunctionDecl { enum
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_function_decl_test.cc23 TEST_F(ParserImplTest, FunctionDecl) { in TEST_F() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs134 FunctionDecl(FunctionPrototypeC), enumerator