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

1 2 3

  /ndk/tests/device/test-stlport_shared-exception/jni/
ctor2.cpp 2 // Test that the cleanup for fully-constructed subobjects when a
  /ndk/tests/device/test-stlport_static-exception/jni/
ctor2.cpp 2 // Test that the cleanup for fully-constructed subobjects when a
  /external/clang/test/SemaCXX/
member-name-lookup.cpp 38 d.a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':}}
42 d.f(0); // expected-error{{non-static member 'f' found in multiple base-class subobjects of type 'A':}}
54 a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':}}
58 f(0); // expected-error{{non-static member 'f' found in multiple base-class subobjects of type 'A':}}
108 g.a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':}}
129 a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':}}
empty-class-layout.cpp 77 // Test that we don't try to place both A subobjects at offset 0.
  /external/clang/include/clang/AST/
CXXInheritance.h 102 /// refer to two different base class subobjects of the same type,
125 /// ClassSubobjects - Records the class subobjects for each class
129 /// class subobjects for that class type. The key of the map is
197 /// given base type is ambiguous (i.e., it refers to multiple subobjects of
280 // Iterate over the set of subobjects that have overriding methods.
301 // class subobjects.
304 // Replace all overriding virtual methods in all subobjects with the
340 /// function \c A::f can actually occur in multiple subobjects of type
354 /// \c A::f but in *different* subobjects of type A. This is
355 /// represented by numbering the subobjects in which the overridde
    [all...]
VTTBuilder.h 94 /// \brief The secondary virtual pointer indices of all subobjects of
  /external/clang/test/CXX/class.derived/class.member.lookup/
p8.cpp 53 this->Foo(); // expected-error{{non-static member 'Foo' found in multiple base-class subobjects of type 'BaseT<int>'}}
  /external/clang/lib/AST/
CXXInheritance.cpp 48 /// different base class subobjects of the same type. BaseType must be
52 std::pair<bool, unsigned>& Subobjects = ClassSubobjects[BaseType];
53 return Subobjects.second + (Subobjects.first? 1 : 0) > 1;
185 // Find the record of the base class subobjects for this type.
199 // updating the count of subobjects appropriately.
200 std::pair<bool, unsigned>& Subobjects = ClassSubobjects[BaseType];
204 VisitBase = !Subobjects.first;
205 Subobjects.first = true;
213 ++Subobjects.second
    [all...]
RecordLayoutBuilder.cpp 47 /// Bases - Information about the base subobjects.
58 /// EmptySubobjectMap - Keeps track of which empty subobjects exist at different
91 /// subobjects beyond the given offset.
275 // We know that the only empty subobjects that can conflict with empty
278 // subobjects with offsets less than the size of the largest empty
318 // If we know this class doesn't have any empty subobjects we don't need to
440 // We know that the only empty subobjects that can conflict with empty
441 // field subobjects are subobjects of empty bases that can be placed at offset
443 // subobjects with offsets less than the size of the largest empt
    [all...]
  /external/libcxxabi/test/
catch_ptr.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_03.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_04.cpp 12 object for the various subobjects, all of which have a unique id_ to
  /ndk/sources/cxx-stl/gabi++/tests/
catch_ptr.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_03.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_04.cpp 12 object for the various subobjects, all of which have a unique id_ to
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_ptr.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_03.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_04.cpp 12 object for the various subobjects, all of which have a unique id_ to
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc 131 // No base class subobjects.
168 // No base class subobjects.
  /external/clang/include/clang/Sema/
Lookup.h 63 /// subobjects of different types. For example:
69 /// c.f(0); // error: A::f and B::f come from subobjects of different
77 /// in different subobjects of the same type. For example:
84 /// return d.x; // error: 'x' is found in two A subobjects (of B and C)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractListTest.java 290 Object[] subObjects = { "one", "two", "three" };
291 subList.addAll(Arrays.asList(subObjects));
  /external/clang/test/CodeGenCXX/
microsoft-abi-thunks.cpp 41 // Overrides public_f() of two subobjects with distinct vfptrs, thus needs a thunk.
references.cpp 177 // Bind to subobjects while extending the life of the complete object.
  /abi/cpp/src/
dynamic_cast.cc 316 // is not possible. This works even if there are multiple subobjects
  /external/chromium_org/third_party/libjpeg_turbo/
jpegint.h 22 JBUF_SAVE_AND_PASS /* Run both subobjects, save output */

Completed in 4010 milliseconds

1 2 3