Home
last modified time | relevance | path

Searched refs:TypeDef (Results 1 – 25 of 997) sorted by relevance

12345678910>>...40

/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dtemplate_partial_specialization_typedef.i6 namespace TypeDef {
103 namespace TypeDef {
113 %template(A_) TwoParm<TypeDef::Double, TypeDef::Double>;
114 %template(B_) TwoParm<TypeDef::DoublePtr, TypeDef::DoublePtr>;
115 %template(C_) TwoParm<TypeDef::DoublePtr, TypeDef::ConstDoublePtr>;
116 %template(D_) TwoParm<TypeDef::ConstIntPtr, TypeDef::ConstIntPtr>;
117 %template(E_) TwoParm<TypeDef::IntPtr, TypeDef::IntPtr>;
118 %template(F_) TwoParm<TypeDef::IntPtr, TypeDef::Int>;
119 %template(G_) TwoParm<TypeDef::IntPtr, TypeDef::ConstIntPtr>;
128 %template(E1_) Two::TwoParm<TypeDef::ConstIntPtr, TypeDef::IntPtr>;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/TableGen/
H A DTypeDef.cpp21 Dialect TypeDef::getDialect() const { in getDialect()
30 StringRef TypeDef::getCppClassName() const { in getCppClassName()
34 bool TypeDef::hasDescription() const { in hasDescription()
39 StringRef TypeDef::getDescription() const { in getDescription()
43 bool TypeDef::hasSummary() const { in hasSummary()
48 StringRef TypeDef::getSummary() const { in getSummary()
59 bool TypeDef::genStorageClass() const { in genStorageClass()
73 unsigned TypeDef::getNumParameters() const { in getNumParameters()
86 bool TypeDef::genAccessors() const { in genAccessors()
97 bool TypeDef::operator==(const TypeDef &other) const { in operator ==()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/TableGen/
H A DTypeDef.cpp42 Dialect TypeDef::getDialect() const { in getDialect()
51 StringRef TypeDef::getCppClassName() const { in getCppClassName()
59 bool TypeDef::hasDescription() const { in hasDescription()
64 StringRef TypeDef::getDescription() const { in getDescription()
68 bool TypeDef::hasSummary() const { in hasSummary()
73 StringRef TypeDef::getSummary() const { in getSummary()
84 bool TypeDef::genStorageClass() const { in genStorageClass()
111 bool TypeDef::genAccessors() const { in genAccessors()
127 bool TypeDef::operator==(const TypeDef &other) const { in operator ==()
131 bool TypeDef::operator<(const TypeDef &other) const { in operator <()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/TableGen/
H A DTypeDef.cpp42 Dialect TypeDef::getDialect() const { in getDialect()
51 StringRef TypeDef::getCppClassName() const { in getCppClassName()
59 bool TypeDef::hasDescription() const { in hasDescription()
64 StringRef TypeDef::getDescription() const { in getDescription()
68 bool TypeDef::hasSummary() const { in hasSummary()
73 StringRef TypeDef::getSummary() const { in getSummary()
84 bool TypeDef::genStorageClass() const { in genStorageClass()
111 bool TypeDef::genAccessors() const { in genAccessors()
127 bool TypeDef::operator==(const TypeDef &other) const { in operator ==()
131 bool TypeDef::operator<(const TypeDef &other) const { in operator <()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/parser/
H A Dcodes.rs9 TypeDef(tables::TypeDef), enumerator
18 0 => Self::TypeDef(tables::TypeDef(Row::new(code.1, TableIndex::TypeDef, file))), in decode()
42 TypeDef(tables::TypeDef), enumerator
50 0 => Self::TypeDef(tables::TypeDef(Row::new(code.1, TableIndex::TypeDef, file))), in decode()
75 TypeDef(tables::TypeDef), enumerator
94 3 => Self::TypeDef(tables::TypeDef(Row::new(code.1, TableIndex::TypeDef, file))), in decode()
139 TypeDef(tables::TypeDef), enumerator
149 0 => Self::TypeDef(tables::TypeDef(Row::new(code.1, TableIndex::TypeDef, file))), in decode()
318 Self::TypeDef(value) => value.name(), in name()
332 pub fn resolve(&self) -> tables::TypeDef { in resolve() argument
[all …]
H A Dtype_reader.rs7 nested: BTreeMap<tables::TypeDef, BTreeMap<&'static str, tables::TypeDef>>,
12 TypeDef(tables::TypeDef), enumerator
43 BTreeMap::<tables::TypeDef, BTreeMap<&'static str, tables::TypeDef>>::new(); in new()
49 let def = tables::TypeDef(Row::new(row, TableIndex::TypeDef, file)); in new()
68 .or_insert_with(|| TypeRow::TypeDef(def)); in new()
162 pub fn nested_types(&'static self, enclosing: &tables::TypeDef) -> Vec<tables::TypeDef> { in nested_types() argument
183 TypeRow::TypeDef(row) => ElementType::from_type_def(*row, Vec::new()), in to_element_type()
189 pub fn resolve_type_def(&'static self, namespace: &str, name: &str) -> tables::TypeDef { in resolve_type_def() argument
191 if let Some(TypeRow::TypeDef(row)) = types.get(trim_tick(name)) { in resolve_type_def()
199 pub fn resolve_type_ref(&'static self, type_ref: &tables::TypeRef) -> tables::TypeDef { in resolve_type_ref() argument
/dports/lang/nim/nim-1.6.2/tests/parser/
H A Dttypemodifiers.nim5 TypeDef
9 TypeDef
15 TypeDef
20 TypeDef
27 TypeDef
31 TypeDef
37 TypeDef
42 TypeDef
49 TypeDef
56 TypeDef
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/Rest/Validator/
H A DValidator.php5 use MediaWiki\ParamValidator\TypeDef\TitleDef;
6 use MediaWiki\ParamValidator\TypeDef\UserDef;
14 use Wikimedia\ParamValidator\TypeDef\BooleanDef;
15 use Wikimedia\ParamValidator\TypeDef\EnumDef;
16 use Wikimedia\ParamValidator\TypeDef\ExpiryDef;
17 use Wikimedia\ParamValidator\TypeDef\FloatDef;
18 use Wikimedia\ParamValidator\TypeDef\IntegerDef;
19 use Wikimedia\ParamValidator\TypeDef\PasswordDef;
20 use Wikimedia\ParamValidator\TypeDef\StringDef;
21 use Wikimedia\ParamValidator\TypeDef\TimestampDef;
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/Rest/Validator/
H A DValidator.php5 use MediaWiki\ParamValidator\TypeDef\TitleDef;
6 use MediaWiki\ParamValidator\TypeDef\UserDef;
14 use Wikimedia\ParamValidator\TypeDef\BooleanDef;
15 use Wikimedia\ParamValidator\TypeDef\EnumDef;
16 use Wikimedia\ParamValidator\TypeDef\ExpiryDef;
17 use Wikimedia\ParamValidator\TypeDef\FloatDef;
18 use Wikimedia\ParamValidator\TypeDef\IntegerDef;
19 use Wikimedia\ParamValidator\TypeDef\PasswordDef;
20 use Wikimedia\ParamValidator\TypeDef\StringDef;
21 use Wikimedia\ParamValidator\TypeDef\TimestampDef;
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/tables/
H A Dnested_class.rs7 pub fn nested_type(&self) -> TypeDef { in nested_type() argument
8 TypeDef(Row::new( in nested_type()
10 TableIndex::TypeDef, in nested_type()
15 pub fn enclosing_type(&self) -> TypeDef { in enclosing_type() argument
16 TypeDef(Row::new( in enclosing_type()
18 TableIndex::TypeDef, in enclosing_type()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/Rest/Validator/
H A DValidator.php13 use Wikimedia\ParamValidator\TypeDef\BooleanDef;
14 use Wikimedia\ParamValidator\TypeDef\EnumDef;
15 use Wikimedia\ParamValidator\TypeDef\ExpiryDef;
16 use Wikimedia\ParamValidator\TypeDef\FloatDef;
17 use Wikimedia\ParamValidator\TypeDef\IntegerDef;
18 use Wikimedia\ParamValidator\TypeDef\PasswordDef;
19 use Wikimedia\ParamValidator\TypeDef\StringDef;
20 use Wikimedia\ParamValidator\TypeDef\TimestampDef;
21 use Wikimedia\ParamValidator\TypeDef\UploadDef;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/wasmparser-0.77.0/src/readers/
H A Dtype_section.rs18 SectionWithLimitedItems, TypeDef,
54 pub fn read(&mut self) -> Result<TypeDef<'a>> { in read()
56 0x60 => TypeDef::Func(self.reader.read_func_type()?), in read()
57 0x61 => TypeDef::Module(self.reader.read_module_type()?), in read()
58 0x62 => TypeDef::Instance(self.reader.read_instance_type()?), in read()
70 type Item = TypeDef<'a>;
92 type Item = Result<TypeDef<'a>>;
/dports/www/firefox/firefox-99.0/third_party/rust/wasmparser/src/readers/
H A Dtype_section.rs18 SectionWithLimitedItems, TypeDef,
54 pub fn read(&mut self) -> Result<TypeDef<'a>> { in read()
56 0x60 => TypeDef::Func(self.reader.read_func_type()?), in read()
57 0x61 => TypeDef::Module(self.reader.read_module_type()?), in read()
58 0x62 => TypeDef::Instance(self.reader.read_instance_type()?), in read()
70 type Item = TypeDef<'a>;
92 type Item = Result<TypeDef<'a>>;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dtype_section.rs18 SectionWithLimitedItems, TypeDef,
54 pub fn read(&mut self) -> Result<TypeDef<'a>> { in read()
56 0x60 => TypeDef::Func(self.reader.read_func_type()?), in read()
57 0x61 => TypeDef::Module(self.reader.read_module_type()?), in read()
58 0x62 => TypeDef::Instance(self.reader.read_instance_type()?), in read()
70 type Item = TypeDef<'a>;
92 type Item = Result<TypeDef<'a>>;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dtype_section.rs18 SectionWithLimitedItems, TypeDef,
54 pub fn read(&mut self) -> Result<TypeDef<'a>> { in read()
56 0x60 => TypeDef::Func(self.reader.read_func_type()?), in read()
57 0x61 => TypeDef::Module(self.reader.read_module_type()?), in read()
58 0x62 => TypeDef::Instance(self.reader.read_instance_type()?), in read()
70 type Item = TypeDef<'a>;
92 type Item = Result<TypeDef<'a>>;
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmTypeDef.h303 class TypeDef {
312 TypeDef() : kind_(TypeDefKind::None) {} in TypeDef() function
314 explicit TypeDef(FuncType&& funcType) in TypeDef() function
317 explicit TypeDef(StructType&& structType) in TypeDef() function
320 explicit TypeDef(ArrayType&& arrayType) in TypeDef() function
323 TypeDef(TypeDef&& td) noexcept : kind_(td.kind_) { in TypeDef() function
339 ~TypeDef() { in ~TypeDef()
355 TypeDef& operator=(TypeDef&& that) noexcept {
450 WASM_DECLARE_SERIALIZABLE(TypeDef)
578 const TypeDef* elem = &typeDef; in indexOf()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DTypeDefGen.cpp50 for (const TypeDef typeDef : defs) in findAllTypeDefs()
64 for (const TypeDef typeDef : defs) in findAllTypeDefs()
303 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDecls()
315 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls()
319 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls()
482 void emitParserPrinter(TypeDef typeDef, raw_ostream &os) { in emitParserPrinter()
630 if (llvm::none_of(types, [](const TypeDef &type) { in emitParsePrintDispatch()
641 for (const TypeDef &type : types) { in emitParsePrintDispatch()
666 for (const TypeDef &type : types) { in emitParsePrintDispatch()
692 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDefs()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DTypeDefGen.cpp50 for (const TypeDef typeDef : defs) in findAllTypeDefs()
64 for (const TypeDef typeDef : defs) in findAllTypeDefs()
303 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDecls()
315 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls()
319 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls()
482 void emitParserPrinter(TypeDef typeDef, raw_ostream &os) { in emitParserPrinter()
630 if (llvm::none_of(types, [](const TypeDef &type) { in emitParsePrintDispatch()
641 for (const TypeDef &type : types) { in emitParsePrintDispatch()
666 for (const TypeDef &type : types) { in emitParsePrintDispatch()
692 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDefs()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-tblgen/
H A DTypeDefGen.cpp37 SmallVectorImpl<TypeDef> &typeDefs) { in findAllTypeDefs()
50 for (const TypeDef &typeDef : defs) in findAllTypeDefs()
64 for (const TypeDef &typeDef : defs) in findAllTypeDefs()
238 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDecls()
254 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls()
258 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls()
269 static void emitTypeDefList(SmallVectorImpl<TypeDef> &typeDefs, in emitTypeDefList()
432 void emitParserPrinter(TypeDef typeDef, raw_ostream &os) { in emitParserPrinter()
469 static void emitTypeDefDef(TypeDef typeDef, raw_ostream &os) { in emitTypeDefDef()
527 for (const TypeDef &typeDef : typeDefs) in emitParsePrintDispatch()
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/
H A Delements_test.go27 defs []TypeDef
29 expectTypeDef TypeDef
32 {"existing", []TypeDef{{Name: "a"}, {Name: "b"}}, "a", TypeDef{Name: "a"}, true},
33 {"notExisting", []TypeDef{{Name: "a"}, {Name: "b"}}, "c", TypeDef{}, false},
97 schemaTypeDefs []TypeDef
104 …{"existingNamedType", []TypeDef{{Name: existing, Atom: a}}, TypeRef{NamedType: &existing}, a, true…
/dports/security/vault/vault-1.8.2/vendor/sigs.k8s.io/structured-merge-diff/v3/schema/
H A Delements_test.go27 defs []TypeDef
29 expectTypeDef TypeDef
32 {"existing", []TypeDef{{Name: "a"}, {Name: "b"}}, "a", TypeDef{Name: "a"}, true},
33 {"notExisting", []TypeDef{{Name: "a"}, {Name: "b"}}, "c", TypeDef{}, false},
97 schemaTypeDefs []TypeDef
104 …{"existingNamedType", []TypeDef{{Name: existing, Atom: a}}, TypeRef{NamedType: &existing}, a, true…
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/
H A Delements_test.go27 defs []TypeDef
29 expectTypeDef TypeDef
32 {"existing", []TypeDef{{Name: "a"}, {Name: "b"}}, "a", TypeDef{Name: "a"}, true},
33 {"notExisting", []TypeDef{{Name: "a"}, {Name: "b"}}, "c", TypeDef{}, false},
97 schemaTypeDefs []TypeDef
104 …{"existingNamedType", []TypeDef{{Name: existing, Atom: a}}, TypeRef{NamedType: &existing}, a, true…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/
H A Delements_test.go27 defs []TypeDef
29 expectTypeDef TypeDef
32 {"existing", []TypeDef{{Name: "a"}, {Name: "b"}}, "a", TypeDef{Name: "a"}, true},
33 {"notExisting", []TypeDef{{Name: "a"}, {Name: "b"}}, "c", TypeDef{}, false},
97 schemaTypeDefs []TypeDef
104 …{"existingNamedType", []TypeDef{{Name: existing, Atom: a}}, TypeRef{NamedType: &existing}, a, true…
/dports/net/inlets/inlets-3.0.2/vendor/sigs.k8s.io/structured-merge-diff/v4/structured-merge-diff-4.0.2/schema/
H A Delements_test.go27 defs []TypeDef
29 expectTypeDef TypeDef
32 {"existing", []TypeDef{{Name: "a"}, {Name: "b"}}, "a", TypeDef{Name: "a"}, true},
33 {"notExisting", []TypeDef{{Name: "a"}, {Name: "b"}}, "c", TypeDef{}, false},
97 schemaTypeDefs []TypeDef
104 …{"existingNamedType", []TypeDef{{Name: existing, Atom: a}}, TypeRef{NamedType: &existing}, a, true…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/sigs.k8s.io/structured-merge-diff/v4/structured-merge-diff-4.1.0/schema/
H A Delements_test.go27 defs []TypeDef
29 expectTypeDef TypeDef
32 {"existing", []TypeDef{{Name: "a"}, {Name: "b"}}, "a", TypeDef{Name: "a"}, true},
33 {"notExisting", []TypeDef{{Name: "a"}, {Name: "b"}}, "c", TypeDef{}, false},
97 schemaTypeDefs []TypeDef
104 …{"existingNamedType", []TypeDef{{Name: existing, Atom: a}}, TypeRef{NamedType: &existing}, a, true…

12345678910>>...40