Home
last modified time | relevance | path

Searched defs:Bar (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/clang/test/FixIt/
H A Dformat-darwin.m69 struct Bar { struct
74 void testParens(Foo *obj, struct Bar *record) { argument
101 void testWarn() {
125 void testPreserveHex() {
136 void testSignedness(NSInteger i, NSUInteger u) {
146 void testNoWarn() {
156 void testWarn() {
172 void testPreserveHex() {
180 void testNoWarn() {
188 void testSignedness(NSInteger i, NSUInteger u) {
[all …]
/aosp_15_r20/external/clang/test/Index/
H A Dprint-type.cpp16 struct Bar { struct
17 Bar(outer::Foo<bool>* foo) { } in Bar() argument
19 typedef int FooType;
20 int *p;
21 int *f(int *p, char *x, FooType z) { in f()
25 typedef double OtherType;
26 typedef int ArrayType[5];
27 Baz<int, 1, Foo> baz;
28 Qux<int, char*, Foo<int>> qux;
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dms-delayed-default-template-args.cpp37 template <typename T> struct Bar { T x; }; argument
48 template <typename T> struct Bar { T x; }; struct
64 namespace ns { typedef int Bar; } typedef
94 template <typename T> struct Bar { T x; }; argument
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/
Dstruct_decl_child_structs_big_endian.rs87 Bar(Bar), enumerator
176 pub struct Bar { struct
180 impl TryFrom<&Foo> for Bar { implementation
182 fn try_from(parent: &Foo) -> Result<Bar, Self::Error> { in try_from()
186 impl TryFrom<Foo> for Bar { implementation
188 fn try_from(parent: Foo) -> Result<Bar, Self::Error> { in try_from()
210 impl Bar { implementation
249 impl Packet for Bar { implementation
Dpacket_decl_child_packets_little_endian.rs87 Bar(Bar), enumerator
175 pub struct Bar { struct
179 impl TryFrom<&Foo> for Bar { argument
181 fn try_from(parent: &Foo) -> Result<Bar, Self::Error> { in try_from()
185 impl TryFrom<Foo> for Bar { implementation
187 fn try_from(parent: Foo) -> Result<Bar, Self::Error> { in try_from()
209 impl Bar { impl
248 impl Packet for Bar { implementation
Dpacket_decl_child_packets_big_endian.rs87 Bar(Bar), enumerator
175 pub struct Bar { struct
179 impl TryFrom<&Foo> for Bar { implementation
181 fn try_from(parent: &Foo) -> Result<Bar, Self::Error> { in try_from()
185 impl TryFrom<Foo> for Bar { implementation
187 fn try_from(parent: Foo) -> Result<Bar, Self::Error> { in try_from()
209 impl Bar { implementation
248 impl Packet for Bar { implementation
Dstruct_decl_child_structs_little_endian.rs87 Bar(Bar), enumerator
176 pub struct Bar { struct
180 impl TryFrom<&Foo> for Bar { argument
182 fn try_from(parent: &Foo) -> Result<Bar, Self::Error> { in try_from()
186 impl TryFrom<Foo> for Bar { implementation
188 fn try_from(parent: Foo) -> Result<Bar, Self::Error> { in try_from()
210 impl Bar { implementation
249 impl Packet for Bar { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs73 struct Bar; in test_nested() struct
75 impl fmt::Debug for Bar { in test_nested() implementation
148 struct Bar; in test_nested_non_exhaustive() struct
150 impl fmt::Debug for Bar { in test_nested_non_exhaustive() implementation
244 struct Bar; in test_nested() struct
246 impl fmt::Debug for Bar { in test_nested() implementation
365 struct Bar; in test_nested() struct
367 impl fmt::Debug for Bar { in test_nested() implementation
542 struct Bar; in test_nested() struct
544 impl fmt::Debug for Bar { in test_nested() implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs73 struct Bar; in test_nested() struct
75 impl fmt::Debug for Bar { in test_nested() implementation
148 struct Bar; in test_nested_non_exhaustive() struct
150 impl fmt::Debug for Bar { in test_nested_non_exhaustive() implementation
244 struct Bar; in test_nested() struct
246 impl fmt::Debug for Bar { in test_nested() implementation
365 struct Bar; in test_nested() struct
367 impl fmt::Debug for Bar { in test_nested() implementation
542 struct Bar; in test_nested() struct
544 impl fmt::Debug for Bar { in test_nested() implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_64bit_enum_big_endian.rs64 pub struct Bar { struct
66 bar: BarData, argument
110 impl Packet for Bar { implementation
133 impl Bar { impl
157 pub fn build(self) -> Bar { in build()
162 impl From<BarBuilder> for Bar { implementation
163 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_64bit_enum_array_big_endian.rs64 pub struct Bar { struct
66 bar: BarData, argument
118 impl Packet for Bar { implementation
141 impl Bar { impl
165 pub fn build(self) -> Bar { in build()
170 impl From<BarBuilder> for Bar { implementation
171 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_64bit_enum_array_little_endian.rs64 pub struct Bar { struct
66 bar: BarData, argument
118 impl Packet for Bar { implementation
141 impl Bar { impl
165 pub fn build(self) -> Bar { in build()
170 impl From<BarBuilder> for Bar { implementation
171 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_64bit_enum_little_endian.rs64 pub struct Bar { struct
66 bar: BarData, argument
110 impl Packet for Bar { implementation
133 impl Bar { impl
157 pub fn build(self) -> Bar { in build()
162 impl From<BarBuilder> for Bar { implementation
163 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_24bit_enum_big_endian.rs79 pub struct Bar { struct
81 bar: BarData, argument
125 impl Packet for Bar { implementation
148 impl Bar { implementation
172 pub fn build(self) -> Bar { in build()
177 impl From<BarBuilder> for Bar { implementation
178 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_24bit_enum_array_big_endian.rs79 pub struct Bar { struct
81 bar: BarData, argument
133 impl Packet for Bar { implementation
156 impl Bar { implementation
180 pub fn build(self) -> Bar { in build()
185 impl From<BarBuilder> for Bar { implementation
186 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_24bit_enum_little_endian.rs79 pub struct Bar { struct
81 bar: BarData, argument
125 impl Packet for Bar { implementation
148 impl Bar { implementation
172 pub fn build(self) -> Bar { in build()
177 impl From<BarBuilder> for Bar { implementation
178 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_array_unknown_element_width_dynamic_count_little_endian.rs90 pub struct Bar { struct
92 bar: BarData, argument
144 impl Packet for Bar { implementation
167 impl Bar { implementation
191 pub fn build(self) -> Bar { in build()
196 impl From<BarBuilder> for Bar { implementation
197 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_array_unknown_element_width_dynamic_size_big_endian.rs90 pub struct Bar { struct
92 bar: BarData, argument
156 impl Packet for Bar { implementation
179 impl Bar { impl
203 pub fn build(self) -> Bar { in build()
208 impl From<BarBuilder> for Bar { implementation
209 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_array_unknown_element_width_dynamic_count_big_endian.rs90 pub struct Bar { struct
92 bar: BarData, argument
144 impl Packet for Bar { implementation
167 impl Bar { impl
191 pub fn build(self) -> Bar { in build()
196 impl From<BarBuilder> for Bar { implementation
197 fn from(builder: BarBuilder) -> Bar { in from()
Dpacket_decl_array_with_padding_little_endian.rs90 pub struct Bar { struct
92 bar: BarData, argument
148 impl Packet for Bar { implementation
171 impl Bar { impl
195 pub fn build(self) -> Bar { in build()
200 impl From<BarBuilder> for Bar { implementation
201 fn from(builder: BarBuilder) -> Bar { in from()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/spec/
Dconversions.go60 type Bar struct { struct
61 f int "bar"
65 func _[X Foo, T Bar](x X) T { return T(x) }
66 func _[X Foo | Bar, T Bar](x X) T { return T(x) }
67 func _[X Foo, T Foo | Bar](x X) T { return T(x) }
75 func _[X ~*Foo, T ~*Bar](x X) T { return T(x) }
76 func _[X ~*Foo | ~*Bar, T ~*Bar](x X) T { return T(x) }
77 func _[X ~*Foo, T ~*Foo | ~*Bar](x X) T { return T(x) }
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dpass-object-size.cpp60 template <typename T> struct Bar { struct
62 int Foo(void *const __attribute__((pass_object_size(0)))) { in Foo()
69 …int (Bar<int>::*B)(void *) = &Bar<int>::Foo<double>; //expected-error{{address of overloaded funct… in Decls() local
75 …int (Bar<int>::*B)(void *) = &Bar<int>::Foo<double>; //expected-error{{address of overloaded funct… in Assigns() local
84 struct Bar : public Foo { struct
119 void Bar() { in Bar() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs73 struct Bar; in test_nested() struct
75 impl fmt::Debug for Bar { in test_nested() implementation
148 struct Bar; in test_nested_non_exhaustive() struct
150 impl fmt::Debug for Bar { in test_nested_non_exhaustive() implementation
244 struct Bar; in test_nested() struct
246 impl fmt::Debug for Bar { in test_nested() implementation
365 struct Bar; in test_nested() struct
367 impl fmt::Debug for Bar { in test_nested() implementation
542 struct Bar; in test_nested() struct
544 impl fmt::Debug for Bar { in test_nested() implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs73 struct Bar; in test_nested() struct
75 impl fmt::Debug for Bar { in test_nested() implementation
148 struct Bar; in test_nested_non_exhaustive() struct
150 impl fmt::Debug for Bar { in test_nested_non_exhaustive() implementation
244 struct Bar; in test_nested() struct
246 impl fmt::Debug for Bar { in test_nested() implementation
365 struct Bar; in test_nested() struct
367 impl fmt::Debug for Bar { in test_nested() implementation
542 struct Bar; in test_nested() struct
544 impl fmt::Debug for Bar { in test_nested() implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs73 struct Bar; in test_nested() struct
75 impl fmt::Debug for Bar { in test_nested() implementation
148 struct Bar; in test_nested_non_exhaustive() struct
150 impl fmt::Debug for Bar { in test_nested_non_exhaustive() implementation
244 struct Bar; in test_nested() struct
246 impl fmt::Debug for Bar { in test_nested() implementation
365 struct Bar; in test_nested() struct
367 impl fmt::Debug for Bar { in test_nested() implementation
542 struct Bar; in test_nested() struct
544 impl fmt::Debug for Bar { in test_nested() implementation
[all …]

12345678910>>...29