Home
last modified time | relevance | path

Searched defs:X4 (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Doverride-layout.cpp39 struct PACKED X4 { struct
54 X4(); argument
/aosp_15_r20/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp69 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 Dinstantiate-function-1.cpp40 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 Dtemp_explicit.cpp60 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 Dinstantiate-member-pointers.cpp40 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 Dstatic-cast.cpp179 struct X4 { struct
180 typedef const X3 X3_typedef;
182 void f() const { in f()
186 const X2 *x2;
H A Ddefault-constructor-initializers.cpp16 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 Dp13.cpp61 struct X4 { // expected-note{{previous}} struct
66 unsigned X4; // expected-error{{redeclares 'X4'}} member
/aosp_15_r20/external/clang/test/CodeGen/
H A Doverride-layout.c49 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 Dmulti-level-substitution.cpp145 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/
Dembed1.go21 type X4 struct{ p.M1 } argument
/aosp_15_r20/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp21 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 Dgrisu.rs140 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 Dgrisu.rs140 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 Dgrisu.rs140 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 Dgrisu.rs140 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 Dgrisu.rs140 const X4: u32 = 1_0000; in max_pow10_no_more_than() constant
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/
Dissue16153.go25 X4 int64 = iota const
/aosp_15_r20/external/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp16 struct X4 { struct
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx0x-no-extra-copy.cpp35 struct X4 { struct
H A Dp5-cxx03-extra-copy.cpp38 struct X4 { struct
/aosp_15_r20/external/clang/test/Preprocessor/
H A Dmacro_fn_comma_swallow.c22 #define X4(...) AA , ## __VA_ARGS__ BB macro
/aosp_15_r20/external/clang/test/Parser/
H A Dmissing-end-4.m27 @interface X4 // expected-note {{class started here}} interface
/aosp_15_r20/external/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp22 struct X4 { struct
/aosp_15_r20/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp70 struct X4 { struct

12345