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

1 2 3 4

  /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
193 /// given base type is ambiguous (i.e., it refers to multiple subobjects of
276 // Iterate over the set of subobjects that have overriding methods.
297 // class subobjects.
300 // Replace all overriding virtual methods in all subobjects with the
336 /// function \c A::f can actually occur in multiple subobjects of type
350 /// \c A::f but in *different* subobjects of type A. This is
351 /// 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;
188 // Find the record of the base class subobjects for this type.
202 // updating the count of subobjects appropriately.
203 std::pair<bool, unsigned>& Subobjects = ClassSubobjects[BaseType];
207 VisitBase = !Subobjects.first;
208 Subobjects.first = true;
216 ++Subobjects.second
    [all...]
RecordLayoutBuilder.cpp 46 /// Bases - Information about the base subobjects.
103 /// EmptySubobjectMap - Keeps track of which empty subobjects exist at different
136 /// subobjects beyond the given offset.
319 // We know that the only empty subobjects that can conflict with empty
322 // subobjects with offsets less than the size of the largest empty
361 // If we know this class doesn't have any empty subobjects we don't need to
483 // We know that the only empty subobjects that can conflict with empty
484 // field subobjects are subobjects of empty bases that can be placed at offset
486 // subobjects with offsets less than the size of the largest empt
    [all...]
  /external/libcxxabi/test/
catch_ptr.pass.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_03.pass.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_04.pass.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.pass.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_03.pass.cpp 12 object for the various subobjects, all of which have a unique id_ to
catch_class_04.pass.cpp 12 object for the various subobjects, all of which have a unique id_ to
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 128 // No base class subobjects.
165 // 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.
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 531 // is freed when all subobjects are unreachable. The subobjects
537 // wastage (when all but one subobjects are unreachable).
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 531 // is freed when all subobjects are unreachable. The subobjects
537 // wastage (when all but one subobjects are unreachable).

Completed in 722 milliseconds

1 2 3 4