/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | override-layout.cpp | 39 struct PACKED X4 { struct 54 X4(); argument
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | annotate-nested-name-specifier.cpp | 69 struct X4 { struct 76 ::X4<type>::g(t); in h() argument 83 struct X4<Integer> { struct 91 ::X4<type>::g(t); in h() argument
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-function-1.cpp | 40 template <typename T> struct X4 { struct 50 template struct X4<void>; // expected-note{{in instantiation of}} argument 51 template struct X4<int>; // expected-note{{in instantiation of}} variable
|
H A D | temp_explicit.cpp | 60 template<typename T> struct X4 { struct 68 void f2(X4<int&>); // okay, Inner, not instantiated argument 71 template struct X4<int&>; // expected-note{{instantiation}} variable 72 template struct X4<float&>; // expected-note{{instantiation}} variable
|
H A D | instantiate-member-pointers.cpp | 40 struct X4 { struct 46 int &get_X4(X4<&Y::x> x4, Y& y) { in get_X4() argument
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | static-cast.cpp | 179 struct X4 { struct 180 typedef const X3 X3_typedef; 182 void f() const { in f() 186 const X2 *x2;
|
H A D | default-constructor-initializers.cpp | 16 struct X4 { // expected-error {{must explicitly initialize the member 'x2'}} \ struct 22 X4 x4; // expected-note {{first required here}} argument
|
/aosp_15_r20/external/clang/test/CXX/class/class.mem/ |
H A D | p13.cpp | 61 struct X4 { // expected-note{{previous}} struct 66 unsigned X4; // expected-error{{redeclares 'X4'}} member
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | override-layout.c | 49 struct X4 { struct 55 void use_X4() { struct X4 x4; x4.y = sizeof(struct X4); }; in use_X4() argument
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | multi-level-substitution.cpp | 145 struct X4 { struct 146 template<typename> struct Inner { 151 struct Inner<tuple<unsigned_pair<Values1, Values2>...>> {
|
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/embed3.dir/ |
D | embed1.go | 21 type X4 struct{ p.M1 } argument
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1.cpp | 21 template <int (*F)(int)> struct X4 { X4(); }; struct 22 template <int (*F)(int)> X4<F>::X4() { } in X4() function in non_type_tmpl_param::X4
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/flt2dec/strategy/ |
H A D | grisu.rs | 140 const X4: u32 = 1_0000; in max_pow10_no_more_than() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/flt2dec/strategy/ |
H A D | grisu.rs | 140 const X4: u32 = 1_0000; in max_pow10_no_more_than() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/flt2dec/strategy/ |
H A D | grisu.rs | 140 const X4: u32 = 1_0000; in max_pow10_no_more_than() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/flt2dec/strategy/ |
H A D | grisu.rs | 140 const X4: u32 = 1_0000; in max_pow10_no_more_than() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/flt2dec/strategy/ |
H A D | grisu.rs | 140 const X4: u32 = 1_0000; in max_pow10_no_more_than() constant
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/ |
D | issue16153.go | 25 X4 int64 = iota const
|
/aosp_15_r20/external/clang/test/CXX/expr/expr.post/expr.call/ |
H A D | p7-0x.cpp | 16 struct X4 { struct
|
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-cxx0x-no-extra-copy.cpp | 35 struct X4 { struct
|
H A D | p5-cxx03-extra-copy.cpp | 38 struct X4 { struct
|
/aosp_15_r20/external/clang/test/Preprocessor/ |
H A D | macro_fn_comma_swallow.c | 22 #define X4(...) AA , ## __VA_ARGS__ BB macro
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | missing-end-4.m | 27 @interface X4 // expected-note {{class started here}} interface
|
/aosp_15_r20/external/clang/test/CXX/except/except.spec/ |
H A D | p14-ir.cpp | 22 struct X4 { struct
|
/aosp_15_r20/external/clang/test/CXX/expr/expr.unary/expr.new/ |
H A D | p20.cpp | 70 struct X4 { struct
|