HomeSort by relevance Sort by last modified time
    Searched refs:Subobject (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
CXXInheritance.h 41 /// base "number" that identifies which base subobject of the
52 /// \brief Identifies which base class subobject (of type
63 /// (direct or indirect) base class subobject.
68 /// subobject is being used.
79 /// subobject.
100 /// base subobject of type A. One path is (D,0) -> (B,0) -> (A,0)
115 /// refer to the same base class subobject of type A (the virtual
130 /// the cv-unqualified canonical type of the base class subobject.
229 /// hierarchy by the method itself and a class subobject number.
232 : Method(nullptr), Subobject(0), InVirtualSubobject(nullptr) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleCollationTest.java 68 * contained subobject, given its parent object.
70 interface Subobject {
205 * @param sub an object that can be used to retrieve a subobject
211 Subobject sub, Registrar reg) {
ULocaleTest.java 123 }, new Subobject() {
149 }, new Subobject() {
367 * contained subobject, given its parent object.
369 interface Subobject {
443 * @param sub an object that can be used to retrieve a subobject
449 Subobject sub, Registrar reg) {
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ULocaleCollationTest.java 64 * contained subobject, given its parent object.
66 interface Subobject {
201 * @param sub an object that can be used to retrieve a subobject
207 Subobject sub, Registrar reg) {
  /external/clang/lib/AST/
ExprConstant.cpp 112 /// Find the path length and type of the most-derived subobject in the given
155 /// A path from a glvalue to a subobject of that glvalue.
157 /// True if the subobject was named in a manner not supported by C++11. Such
169 /// subobject.
183 /// The entries on the path from the glvalue to the designated subobject.
228 /// Check that this refers to a valid subobject.
234 /// Check that this refers to a valid subobject, and if not, produce a
280 /// Add N to the address of this subobject.
804 explicit FoldOffsetRAII(EvalInfo &Info, bool Subobject)
807 Info.EvalMode = Subobject ? EvalInfo::EM_DesignatorFol
    [all...]
VTableBuilder.cpp 69 /// VirtualBase - The virtual base class subobject of this overrider.
70 /// Note that this records the closest derived virtual base class subobject.
101 /// in a base subobject.
111 /// SubobjectsToOffsetsMapTy - A mapping from a base subobject (represented
112 /// as a record decl and a subobject number) and its offsets in the most
129 /// dump - dump the final overriders for a base subobject, and all its direct
140 /// the subobject with the given base offset.
188 "Did not find subobject offset!");
198 std::make_pair(OverriderRD, Method.Subobject))
199 && "Did not find subobject offset!")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 119 }, new Subobject() {
145 }, new Subobject() {
363 * contained subobject, given its parent object.
365 interface Subobject {
439 * @param sub an object that can be used to retrieve a subobject
445 Subobject sub, Registrar reg) {
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 695 // Virtual bases constitute the same subobject. Non-virtual bases are
710 // Recurse on to each base subobject.
792 for (CXXRecordDecl *Subobject : UnambiguousPublicSubobjects) {
797 CXXConstructorDecl *CD = LookupCopyingConstructor(Subobject, 0);
815 Context.addCopyConstructorForExceptionObject(Subobject, CD);
    [all...]

Completed in 109 milliseconds