HomeSort by relevance Sort by last modified time
    Searched defs:U3 (Results 1 - 13 of 13) sorted by null

  /external/clang/test/Sema/
static-assert.c 41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}}
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 33 union U3 {
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}}
p1.cpp 77 union U3 {
86 struct s4 : CopyCtor { // expected-note {{because no constructor can be used to copy an object of type 'const U3::s4'}}
88 struct s5 : CopyAssign { // expected-note {{because no assignment operator can be used to copy an object of type 'const U3::s5'}}
  /external/clang/test/CodeGen/
mcu-struct-return.c 18 union U3 {
20 } u3; variable in typeref:union:U3
40 union U3 foo3() { return u3; }
54 union U3 x3 = foo3();
xcore-stringtype.c 142 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
144 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"}
145 // CHECK: !{{[0-9]+}} = !{void (%union.U3*)* @unionType3,
146 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"}
148 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
156 union U3;
157 union U2{union U3 *pu3;};
158 union U3{union U1 u1;};
162 void unionType3(union U3 u3) {
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
e.go 92 *U3
95 // U2.M should appear as method of U2 and as method of U3 only if AllMethods is set.
98 type U3 struct {
102 // U3.N should appear as method of U3 and as method of U2 only if AllMethods is set.
103 func (*U3) N() {}
  /prebuilts/go/linux-x86/src/go/doc/testdata/
e.go 92 *U3
95 // U2.M should appear as method of U2 and as method of U3 only if AllMethods is set.
98 type U3 struct {
102 // U3.N should appear as method of U3 and as method of U2 only if AllMethods is set.
103 func (*U3) N() {}
  /prebuilts/go/darwin-x86/src/math/big/
arith_amd64.s 156 U3: // n >= 0
175 JGE U3 // if n >= 0 goto U3
  /prebuilts/go/linux-x86/src/math/big/
arith_amd64.s 156 U3: // n >= 0
175 JGE U3 // if n >= 0 goto U3
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 55 constexpr union U3 {} u3 = {}; variable in typeref:union:U3
  /external/clang/test/SemaCXX/
err_typecheck_assign_const.cpp 57 struct U3 {
62 U3 u3; member in struct:U4
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunjce_provider.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunjce_provider.jar 

Completed in 294 milliseconds