HomeSort by relevance Sort by last modified time
    Searched full:subobject (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-ambiguous.cpp 11 // appended to the A subobject's vftable in slot #2.
16 // appended to the A subobject's vftable in slot #2.
30 // appended to the A subobject's vftable in slot #1.
35 // appended to the A subobject's vftable in slot #1.
  /external/clang/include/clang/AST/
CXXInheritance.h 41 /// base "number" that identifies which base subobject of the
52 /// \brief Identifies which base class subobject (of type
63 /// (direct or indirect) base class subobject.
68 /// subobject is being used.
79 /// subobject.
100 /// base subobject of type A. One path is (D,0) -> (B,0) -> (A,0)
115 /// refer to the same base class subobject of type A (the virtual
130 /// the cv-unqualified canonical type of the base class subobject.
229 /// hierarchy by the method itself and a class subobject number.
232 : Method(nullptr), Subobject(0), InVirtualSubobject(nullptr) {
    [all...]
VTTBuilder.h 105 /// \brief Lay out the secondary VTTs of the given base subobject.
109 /// subobject.
111 /// \param BaseIsMorallyVirtual whether the base subobject is a virtual base
120 /// subobject.
129 /// \brief Lay out the VTT for the given subobject, including any
  /external/tcpdump/tests/
rsvp_infloop-v.out 5 Subobject Type: Label, length 0
12 Subobject Type: Label, length 0
19 Subobject Type: Label, length 0
26 Subobject Type: Label, length 0
33 Subobject Type: Label, length 0
  /external/clang/test/CXX/class.derived/class.abstract/
p4.cpp 24 // subobject but not pure in another subobject.
  /abi/cpp/src/
dynamic_cast.cc 95 // Return a pointer to the subobject described by base_info.
151 const void *subobject = local
154 walk_object(subobject, ti->__base_info[i].__base_type,
248 const void *subobject = local
250 base_to_derived_cast(subobject, ti->__base_info[i].__base_type,
278 * source subobject with respect to the complete object;
310 // (refers) to a public base class subobject of a T object [note: this can
312 // from the subobject pointed (referred) to by v, the result is a pointer
320 // If it is known that v points to a public base class subobject
325 // If there is only one T type subobject, we only need to look a
    [all...]
  /external/clang/test/Sema/
designated-initializers.c 49 [4 ... 6] = { .x = 3, .y = 4.0 } // expected-warning 2 {{subobject initialization overrides initialization of other fields within its enclosing subobject}}
133 [0].c = 3, // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}}
135 [1].b = get8(), // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}}
136 [0].b = 8 // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}}
150 [2].before = 0, // expected-warning{{initializer overrides prior initialization of this subobject}}
151 0, // expected-warning{{initializer overrides prior initialization of this subobject}}
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 95 // Return a pointer to the subobject described by base_info.
151 const void *subobject = local
154 walk_object(subobject, ti->__base_info[i].__base_type,
248 const void *subobject = local
250 base_to_derived_cast(subobject, ti->__base_info[i].__base_type,
278 * source subobject with respect to the complete object;
310 // (refers) to a public base class subobject of a T object [note: this can
312 // from the subobject pointed (referred) to by v, the result is a pointer
320 // If it is known that v points to a public base class subobject
325 // If there is only one T type subobject, we only need to look a
    [all...]
  /external/libchrome/base/memory/
weak_ptr_unittest.nc 20 #if defined(NCTEST_AUTO_DOWNCAST) // [r"fatal error: cannot initialize a member subobject of type 'base::DerivedProducer \*' with an lvalue of type 'base::Producer \*const'"]
28 #elif defined(NCTEST_STATIC_DOWNCAST) // [r"fatal error: cannot initialize a member subobject of type 'base::DerivedProducer \*' with an lvalue of type 'base::Producer \*const'"]
62 #elif defined(NCTEST_UNSAFE_HELPER_DOWNCAST) // [r"fatal error: cannot initialize a member subobject of type 'base::DerivedProducer \*' with an lvalue of type 'base::Producer \*const'"]
76 #elif defined(NCTEST_UNSAFE_WRONG_INSANTIATED_HELPER_DOWNCAST) // [r"fatal error: cannot initialize a member subobject of type 'base::DerivedProducer \*' with an lvalue of type 'base::Producer \*const'"]
83 #elif defined(NCTEST_UNSAFE_HELPER_CAST) // [r"fatal error: cannot initialize a member subobject of type 'base::OtherDerivedProducer \*' with an lvalue of type 'base::DerivedProducer \*const'"]
97 #elif defined(NCTEST_UNSAFE_WRONG_INSTANTIATED_HELPER_SIDECAST) // [r"fatal error: cannot initialize a member subobject of type 'base::OtherDerivedProducer \*' with an lvalue of type 'base::DerivedProducer \*const'"]
104 #elif defined(NCTEST_UNRELATED_HELPER) // [r"fatal error: cannot initialize a member subobject of type 'base::Unrelated \*' with an lvalue of type 'base::DerivedProducer \*const'"]
  /external/clang/test/SemaCXX/
decltype.cpp 83 // expected-warning@+3 {{subobject initialization overrides}}
88 // expected-warning@+3 {{subobject initialization overrides}}
93 // expected-warning@+3 {{subobject initialization overrides}}
98 // expected-warning@+3 {{subobject initialization overrides}}
err_init_conversion_failed.cpp 19 // expected-error@-1{{cannot initialize a member subobject}}
59 // expected-error-re@-1{{cannot initialize a member subobject of type 'void (template_test::S::*)(const int &){{( __attribute__\(\(thiscall\)\))?}}' with an rvalue of type 'void (template_test::S::*)(int){{( __attribute__\(\(thiscall\)\))?}}': type mismatch at 1st parameter ('const int &' vs 'int')}}
aggregate-initialization.cpp 44 struct S { int a; } s = { (void *)1 }; // expected-error {{cannot initialize a member subobject of type 'int' with an rvalue of type 'void *'}}
68 B b2 = { 1 }; // expected-error {{copying member subobject of type 'A' invokes deleted constructor}}
warn-dangling-field.cpp 46 S6() : s5 { 0 } {} // expected-warning {{binding reference subobject of member 's5' to a temporary}}
  /external/clang/test/SemaTemplate/
instantiate-member-initializers.cpp 4 A() : a(1) { } // expected-error{{cannot initialize a member subobject of type 'void *' with an rvalue of type 'int'}}
  /external/clang/lib/CodeGen/
CGRecordLayout.h 121 /// used when laying it out as a base subobject.
139 /// False if any direct or indirect subobject of this class, when
144 /// False if any direct or indirect subobject of this class, when
145 /// considered as a base subobject, requires a non-zero bitpattern
165 /// \brief Return the "base subobject" LLVM type associated with
178 /// with a zeroinitializer when considered as a base subobject.
  /prebuilts/go/darwin-x86/src/runtime/
race.go 33 // because a write might happen to any subobject.
46 // because a write might happen to any subobject.
  /prebuilts/go/linux-x86/src/runtime/
race.go 33 // because a write might happen to any subobject.
46 // because a write might happen to any subobject.
  /external/clang/test/CXX/special/class.copy/
p8-cxx11.cpp 8 // if [every direct subobject] has a copy constructor whose first parameter is
p18-cxx11.cpp 8 // if [every direct subobject] has a copy assignment operator whose first parameter is
  /external/libjpeg-turbo/
jdsample.h 20 /* Private subobject */
  /prebuilts/go/darwin-x86/test/
tinyfin.go 34 // Check that p points to the correct subobject of the tiny allocation.
  /prebuilts/go/linux-x86/test/
tinyfin.go 34 // Check that p points to the correct subobject of the tiny allocation.
  /external/clang/lib/AST/
CXXInheritance.cpp 335 // subobject of a virtual base. Check whether this virtual
336 // base is a subobject of any other path; if so, then the
460 /// \brief Overriders for each virtual base subobject.
496 // Collect all of the overridders from the base class subobject
571 // of which S is a base class subobject (if any) declares
627 // subobject (or non-virtual base class subobject thereof);
629 // in a base class subobject that hides the virtual base class
630 // subobject.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleCollationTest.java 68 * contained subobject, given its parent object.
70 interface Subobject {
205 * @param sub an object that can be used to retrieve a subobject
211 Subobject sub, Registrar reg) {
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ULocaleCollationTest.java 64 * contained subobject, given its parent object.
66 interface Subobject {
201 * @param sub an object that can be used to retrieve a subobject
207 Subobject sub, Registrar reg) {

Completed in 1885 milliseconds

1 2 3 4 5 6 7 8