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

12 3 4 5 6

  /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...]
ExprConstant.cpp 112 /// Find the path length and type of the most-derived subobject in the given
150 /// A path from a glvalue to a subobject of that glvalue.
152 /// True if the subobject was named in a manner not supported by C++11. Such
161 /// subobject.
173 /// The entries on the path from the glvalue to the designated subobject.
212 /// Check that this refers to a valid subobject.
218 /// Check that this refers to a valid subobject, and if not, produce a
261 /// Add N to the address of this subobject.
840 // Outside C++11, do not build a designator referring to a subobject of
    [all...]
VTTBuilder.cpp 44 "A virtual pointer index already exists for this base subobject!");
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 39 "%select{pointer|reference}0 to %select{|subobject of }1"
53 "comparison of address of base class subobject %0 of class %1 to field %2 "
61 "dereferenced pointer past the end of %select{|subobject of }0"
TargetCXXABI.h 150 /// and base-subobject constructors?
252 // subobject, even if they're POD.
  /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 55 /// subobject.
64 /// \brief The entity being initialized is a base member subobject.
172 /// \brief Create the initialization entity for a member subobject.
278 /// \brief Create the initialization entity for a base class subobject.
288 /// \brief Create the initialization entity for a member subobject.
294 /// \brief Create the initialization entity for a member subobject.
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftVBTables.cpp 21 /// Holds intermediate data about a path to a vbptr inside a base subobject.
215 // Make it relative to the subobject vbptr.
  /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/CXX/expr/expr.const/
p2-0x.cpp 337 // refers to a non-active member of a union or a subobject thereof;
499 // one points to a base subobject and the other points to a member, the result
515 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}}
516 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/clang/test/SemaCXX/
constructor-initializer.cpp 121 pf(0.0) { } // expected-error {{cannot initialize a member subobject of type 'float *' with an rvalue of type 'double'}}
  /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']]

Completed in 1318 milliseconds

12 3 4 5 6