HomeSort by relevance Sort by last modified time
    Searched full:subobject (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 123 u u5 = { "asdf" }; // expected-error{{cannot initialize a member subobject of type 'int' with an lvalue of type 'const char [5]'}}
constructor-initializer.cpp 121 pf(0.0) { } // expected-error {{cannot initialize a member subobject of type 'float *' with an rvalue of type 'double'}}
  /external/clang/test/SemaTemplate/
instantiate-init.cpp 94 const Data<T> Description<T>::data[] = {{ 1 }}; // expected-error{{cannot initialize a member subobject of type 'int *' with an rvalue of type 'int'}}
  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.cc 58 "object is base class subobject at offset %0 within object of type %1")
ubsan_type_hash.h 46 /// \brief Check whether the dynamic type of \p Object has a \p Type subobject
  /external/tcpdump/tests/
lmp.new 81 Subobject, Type: Interface Switching Type (1), Length: 12
86 Subobject, Type: Wavelength (2), Length: 8
92 Subobject, Type: Interface Switching Type (1), Length: 12
97 Subobject, Type: Wavelength (2), Length: 8
lmp.out 81 Subobject, Type: Interface Switching Type (1), Length: 12
86 Subobject, Type: Wavelength (2), Length: 8
92 Subobject, Type: Interface Switching Type (1), Length: 12
97 Subobject, Type: Wavelength (2), Length: 8
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cxxabi.h 106 // base subobject. For a virtual base, this is the offset in the virtual
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cxxabi.h 104 // base subobject. For a virtual base, this is the offset in the virtual
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 29 /// BaseSubobjectInfo - Represents a single base subobject in a complete class.
73 /// base subobject.
77 /// member subobject that is empty.
119 /// This holds the size of the largest empty subobject (either a base
154 // Otherwise, we get the largest empty subobject for the decl.
180 // Otherwise, we get the largest empty subobject for the decl.
280 // subobject of non-empty bases, are empty bases that can be placed at
283 // subobject for our class.
331 // empty base subobject map.
442 // Make sure to update the empty base subobject map
    [all...]
VTTBuilder.cpp 44 "A virtual pointer index already exists for this base subobject!");
  /external/clang/test/CXX/class.access/class.protected/
p1.cpp 471 A(); // expected-note 2 {{protected constructor can only be used to construct a base class subobject}}
472 A(const A &); // expected-note {{protected constructor can only be used to construct a base class subobject}}
473 ~A(); // expected-note 3 {{protected destructor can only be used to destroy a base class subobject}}
  /external/clang/include/clang/Sema/
Initialization.h 54 /// subobject.
63 /// \brief The entity being initialized is a base member subobject.
158 /// \brief Create the initialization entity for a member subobject.
255 /// \brief Create the initialization entity for a base class subobject.
265 /// \brief Create the initialization entity for a member subobject.
271 /// \brief Create the initialization entity for a member subobject.
    [all...]
  /external/jpeg/
jpegint.h 19 JBUF_SAVE_SOURCE, /* Run source subobject only, save output */
20 JBUF_CRANK_DEST, /* Run dest subobject only, using saved data */
  /external/qemu/distrib/jpeg-6b/
jpegint.h 19 JBUF_SAVE_SOURCE, /* Run source subobject only, save output */
20 JBUF_CRANK_DEST, /* Run dest subobject only, using saved data */
  /external/clang/test/CXX/special/class.copy/
p12-0x.cpp 43 // and the constructor selected to copy/move each [direct subobject] is trivial
p25-0x.cpp 46 // and the assignment operator selected to copy/move each [direct subobject] is trivial
implicit-move.cpp 193 // A non-movable, non-trivially-copyable class type as a subobject inhibits
  /external/clang/include/clang/AST/
RecordLayout.h 85 /// SizeOfLargestEmptySubobject - The size of the largest empty subobject
  /external/clang/test/Analysis/
derived-to-base.cpp 65 // Make sure we're consistent about the offset of the A subobject within an
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 337 // refers to a non-active member of a union or a subobject thereof;
497 // one points to a base subobject and the other points to a member, the result
513 constexpr bool base2 = &e.c[1] < &e.e.f; // expected-error {{constant expression}} expected-note {{comparison of address of base class subobject 'C' of class 'E' to field 'e' has unspecified value}}
514 constexpr bool base3 = &e.e.f < &e.d; // expected-error {{constant expression}} expected-note {{comparison of address of base class subobject 'D' of class 'E' to field 'e' has unspecified value}}
  /external/clang/test/CodeGenCXX/
value-init.cpp 17 // subobject followed by a call to its constructor.
  /external/compiler-rt/lib/ubsan/lit_tests/TypeCheck/
vptr.cpp 102 // CHECK-OFFSET-NEXT: 0x{{[0-9a-f]*}}: note: object is base class subobject at offset {{8|16}} within object of type [[DYN_TYPE:'U']]
  /external/tcpdump/
print-lmp.c 305 * subobject defined for LMP Service Discovery in the UNI 1.0 spec
591 printf("\n\t Subobject, Type: %s (%u), Length: %u",
621 /* Any Unknown Subobject ==> Exit loop */
  /external/clang/lib/Sema/
SemaInit.cpp 147 /// InitListChecker itself performs a recursive walk of the subobject
159 /// list. Once we have completed our recursive walk of the subobject
165 /// subobject and then continue the initialization from that
167 /// designated subobject and manages backing out the recursion to
544 // Build a structured initializer list corresponding to this subobject.
552 // Check the element types and build the structural subobject.
    [all...]

Completed in 1233 milliseconds

12 3 4 5 6