Home
last modified time | relevance | path

Searched refs:type_decl (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/wgsl/
H A Dparser_impl_type_decl_test.cc40 auto t = p->type_decl(); in TEST_F()
57 auto t = p->type_decl(); in TEST_F()
72 auto t = p->type_decl(); in TEST_F()
85 auto t = p->type_decl(); in TEST_F()
98 auto t = p->type_decl(); in TEST_F()
111 auto t = p->type_decl(); in TEST_F()
124 auto t = p->type_decl(); in TEST_F()
146 auto t = p->type_decl(); in TEST_P()
165 auto t = p->type_decl(); in TEST_P()
183 auto t = p->type_decl(); in TEST_P()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-ast/
H A Dgenerate_ast.py163 for name, type_decl in ast.type_decls.items():
471 if isinstance(type_decl, Enum):
590 for type_decl in ast.type_decls.values():
606 for type_decl in ast.type_decls.values():
610 write(1, "{},", type_decl.name)
620 for type_decl in ast.type_decls.values():
625 type_decl.name,
626 type_decl.lifetime_params())
686 for type_decl in ast.type_decls.values():
691 type_decl.name,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-ast/
H A Dgenerate_ast.py163 for name, type_decl in ast.type_decls.items():
471 if isinstance(type_decl, Enum):
590 for type_decl in ast.type_decls.values():
606 for type_decl in ast.type_decls.values():
610 write(1, "{},", type_decl.name)
620 for type_decl in ast.type_decls.values():
625 type_decl.name,
626 type_decl.lifetime_params())
686 for type_decl in ast.type_decls.values():
691 type_decl.name,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-ast/
H A Dgenerate_ast.py163 for name, type_decl in ast.type_decls.items():
471 if isinstance(type_decl, Enum):
590 for type_decl in ast.type_decls.values():
606 for type_decl in ast.type_decls.values():
610 write(1, "{},", type_decl.name)
620 for type_decl in ast.type_decls.values():
625 type_decl.name,
626 type_decl.lifetime_params())
686 for type_decl in ast.type_decls.values():
691 type_decl.name,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-ast/
H A Dgenerate_ast.py163 for name, type_decl in ast.type_decls.items():
471 if isinstance(type_decl, Enum):
590 for type_decl in ast.type_decls.values():
606 for type_decl in ast.type_decls.values():
610 write(1, "{},", type_decl.name)
620 for type_decl in ast.type_decls.values():
625 type_decl.name,
626 type_decl.lifetime_params())
686 for type_decl in ast.type_decls.values():
691 type_decl.name,
[all …]
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Dkythe-data.cc161 kythe_entity_t KytheData::AddTypeDefinition(const Declarable* type_decl) { in AddTypeDefinition() argument
162 CHECK(type_decl); in AddTypeDefinition()
165 auto it = that->types_.find(type_decl); in AddTypeDefinition()
168 KythePosition pos = MakeKythePosition(type_decl->IdentifierPosition()); in AddTypeDefinition()
170 KytheConsumer::Kind::Type, type_decl->type_name(), pos); in AddTypeDefinition()
171 that->types_.insert(it, std::make_pair(type_decl, type_id)); in AddTypeDefinition()
176 const Declarable* type_decl) { in AddTypeUse() argument
177 CHECK(type_decl); in AddTypeUse()
179 kythe_entity_t type_id = AddTypeDefinition(type_decl); in AddTypeUse()
/dports/devel/p5-Tie-Util/Tie-Util-0.04/lib/Tie/
H A DUtil.pm50 my $type_decl = '';
53 $type_decl = "my \$type = reftype " . ($1||$2);
56 $type_decl;
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/opt/
H A Dfreeze_spec_const_test.cpp29 const char* type_decl; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
44 test_case.type_decl, test_case.expected_frozen_const}; in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfreeze_spec_const_test.cpp29 const char* type_decl; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
44 test_case.type_decl, test_case.expected_frozen_const}; in TEST_P()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/
H A Dfreeze_spec_const_test.cpp29 const char* type_decl; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
44 test_case.type_decl, test_case.expected_frozen_const}; in TEST_P()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/
H A Dfreeze_spec_const_test.cpp29 const char* type_decl; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
44 test_case.type_decl, test_case.expected_frozen_const}; in TEST_P()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/opt/
H A Dfreeze_spec_const_test.cpp29 const char* type_decl; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
44 test_case.type_decl, test_case.expected_frozen_const}; in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/opt/
H A Dfreeze_spec_const_test.cpp29 const char* type_decl; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
44 test_case.type_decl, test_case.expected_frozen_const}; in TEST_P()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/normalize/tyinfer/
H A Dmod.rs31 type_decl: &'grammar Option<TypeRef>, field
172 if let &Some(ref type_decl) = nt.type_decl { in nonterminal_type()
173 return this.type_ref(type_decl); in nonterminal_type()
346 type_decl: &data.type_decl, in new()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9045 use type_decl
48 use type_decl

12345678910>>...42