HomeSort by relevance Sort by last modified time
    Searched full:subobjects (Results 1 - 25 of 58) 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
279 // Iterate over the set of subobjects that have overriding methods.
300 // class subobjects.
303 // Replace all overriding virtual methods in all subobjects with the
339 /// function \c A::f can actually occur in multiple subobjects of type
353 /// \c A::f but in *different* subobjects of type A. This is
354 /// represented by numbering the subobjects in which the overridde
    [all...]
VTTBuilder.h 94 /// \brief The secondary virtual pointer indices of all subobjects of
RecordLayout.h 87 /// any empty subobjects.
DeclCXX.h     [all...]
  /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 52 /// different base class subobjects of the same type. BaseType must be
56 std::pair<bool, unsigned>& Subobjects = ClassSubobjects[BaseType];
57 return Subobjects.second + (Subobjects.first? 1 : 0) > 1;
193 // Find the record of the base class subobjects for this type.
207 // updating the count of subobjects appropriately.
208 std::pair<bool, unsigned>& Subobjects = ClassSubobjects[BaseType];
212 VisitBase = !Subobjects.first;
213 Subobjects.first = true;
221 ++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.
279 // We know that the only empty subobjects that can conflict with empty
282 // subobjects with offsets less than the size of the largest empty
322 // If we know this class doesn't have any empty subobjects we don't need to
450 // We know that the only empty subobjects that can conflict with empty
451 // field subobjects are subobjects of empty bases that can be placed at offset
453 // subobjects with offsets less than the size of the largest empt
    [all...]
VTableBuilder.cpp 58 /// member functions in the base subobjects of a class.
100 /// all the base subobjects of the most derived class.
111 /// ComputeBaseOffsets - Compute the offsets for all base subobjects of the
122 /// and indirect base subobjects.
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftVBTables.h 62 /// symbol for every "address point" installed in base subobjects. As a result,
64 /// multiple non-virtual base subobjects of the same class, combining the most
72 /// left to right, to find all of the subobjects which contain a vbptr field.
  /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
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractListTest.java 213 Object[] subObjects = { "one", "two", "three" };
214 subList.addAll(Arrays.asList(subObjects));
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc 129 // No base class subobjects.
166 // 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)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractListTest.java 290 Object[] subObjects = { "one", "two", "three" };
291 subList.addAll(Arrays.asList(subObjects));
  /external/clang/test/CodeGenCXX/
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/jpeg/
jpegint.h 21 JBUF_SAVE_AND_PASS /* Run both subobjects, save output */
  /external/qemu/distrib/jpeg-6b/
jpegint.h 21 JBUF_SAVE_AND_PASS /* Run both subobjects, save output */
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 316 // is not possible. This works even if there are multiple subobjects

Completed in 1242 milliseconds

1 2 3