/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. 233 /// hierarchy by the method itself and a class subobject number. 235 UniqueVirtualMethod() : Method(0), Subobject(0), InVirtualSubobject(0) { [all...] |
VTTBuilder.h | 109 /// subobject. 113 /// for the given base subobject. 115 /// \param BaseIsMorallyVirtual whether the base subobject is a virtual base 124 /// for the given base subobject. 133 /// LayoutVTT - Will lay out the VTT for the given subobject, including any
|
/external/clang/test/CXX/class.derived/class.abstract/ |
p4.cpp | 24 // subobject but not pure in another subobject.
|
/abi/cpp/src/ |
dynamic_cast.cc | 95 // Return a pointer to the subobject described by base_info. 151 const void *subobject = local 154 walk_object(subobject, ti->__base_info[i].__base_type, 248 const void *subobject = local 250 base_to_derived_cast(subobject, ti->__base_info[i].__base_type, 278 * source subobject with respect to the complete object; 310 // (refers) to a public base class subobject of a T object [note: this can 312 // from the subobject pointed (referred) to by v, the result is a pointer 320 // If it is known that v points to a public base class subobject 325 // If there is only one T type subobject, we only need to look a [all...] |
/ndk/sources/cxx-stl/gabi++/src/ |
dynamic_cast.cc | 95 // Return a pointer to the subobject described by base_info. 151 const void *subobject = local 154 walk_object(subobject, ti->__base_info[i].__base_type, 248 const void *subobject = local 250 base_to_derived_cast(subobject, ti->__base_info[i].__base_type, 278 * source subobject with respect to the complete object; 310 // (refers) to a public base class subobject of a T object [note: this can 312 // from the subobject pointed (referred) to by v, the result is a pointer 320 // If it is known that v points to a public base class subobject 325 // If there is only one T type subobject, we only need to look a [all...] |
/external/clang/test/SemaTemplate/ |
instantiate-member-initializers.cpp | 4 A() : a(1) { } // expected-error{{cannot initialize a member subobject of type 'void *' with an rvalue of type 'int'}}
|
/external/clang/test/Sema/ |
designated-initializers.c | 133 [0].c = 3, // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}} 135 [1].b = get8(), // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}} 151 [2].before = 0, // expected-warning{{initializer overrides prior initialization of this subobject}} 152 0, // expected-warning{{initializer overrides prior initialization of this subobject}} 272 .a = 2, // expected-warning{{initializer overrides prior initialization of this subobject}}
|
flexible-array-init.c | 48 .points[2] = { 1, 2} }; // expected-error{{designator into flexible array member subobject}}
|
/external/clang/lib/CodeGen/ |
CGRecordLayout.h | 121 /// used when laying it out as a base subobject. 139 /// False if any direct or indirect subobject of this class, when 144 /// False if any direct or indirect subobject of this class, when 145 /// considered as a base subobject, requires a non-zero bitpattern 165 /// \brief Return the "base subobject" LLVM type associated with 178 /// with a zeroinitializer when considered as a base subobject.
|
CGVTables.h | 90 /// virtual pointer for the given subobject is located. 94 /// getAddressPoint - Get the address point of the given subobject in the 107 /// base subobject.
|
/external/clang/test/SemaCXX/ |
aggregate-initialization.cpp | 44 struct S { int a; } s = { (void *)1 }; // expected-error {{cannot initialize a member subobject of type 'int' with an rvalue of type 'void *'}} 68 B b2 = { 1 }; // expected-error {{copying member subobject of type 'A' invokes deleted constructor}}
|
references.cpp | 39 A& ra = b; // ra refers to A subobject in b 40 const A& rca = b; // rca refers to A subobject in b
|
/external/clang/test/CXX/special/class.copy/ |
p8-cxx11.cpp | 8 // if [every direct subobject] has a copy constructor whose first parameter is
|
p18-cxx11.cpp | 8 // if [every direct subobject] has a copy assignment operator whose first parameter is
|
/external/clang/lib/AST/ |
CXXInheritance.cpp | 343 // subobject of a virtual base. Check whether this virtual 344 // base is a subobject of any other path; if so, then the 481 /// \brief Overriders for each virtual base subobject. 518 // Collect all of the overridders from the base class subobject 600 // of which S is a base class subobject (if any) declares 667 // subobject (or non-virtual base class subobject thereof); 669 // in a base class subobject that hides the virtual base class 670 // subobject.
|
VTableBuilder.cpp | 92 /// in a base subobject. 102 /// SubobjectsToOffsetsMapTy - A mapping from a base subobject (represented 103 /// as a record decl and a subobject number) and its offsets in the most 120 /// dump - dump the final overriders for a base subobject, and all its direct 131 /// the subobject with the given base offset. 183 "Did not find subobject offset!"); 193 std::make_pair(OverriderRD, Method.Subobject)) 194 && "Did not find subobject offset!"); 197 Method.Subobject)]; 333 // Set up the subobject to offset mapping [all...] |
ExprConstant.cpp | 94 /// Find the path length and type of the most-derived subobject in the given 132 /// A path from a glvalue to a subobject of that glvalue. 134 /// True if the subobject was named in a manner not supported by C++11. Such 143 /// subobject. 155 /// The entries on the path from the glvalue to the designated subobject. 194 /// Check that this refers to a valid subobject. 200 /// Check that this refers to a valid subobject, and if not, produce a 243 /// Add N to the address of this subobject. 747 // Outside C++11, do not build a designator referring to a subobject of [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-pretty-print.h | 47 facilities provided here. It can do so by having a subobject of type 49 to that subobject. Such a pretty-printer has the responsibility to
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-pretty-print.h | 47 facilities provided here. It can do so by having a subobject of type 49 to that subobject. Such a pretty-printer has the responsibility to
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-pretty-print.h | 47 facilities provided here. It can do so by having a subobject of type 49 to that subobject. Such a pretty-printer has the responsibility to
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-pretty-print.h | 47 facilities provided here. It can do so by having a subobject of type 49 to that subobject. Such a pretty-printer has the responsibility to
|
/external/clang/include/clang/Basic/ |
DiagnosticASTKinds.td | 37 "%select{pointer|reference}0 to %select{|subobject of }1" 49 "comparison of address of base class subobject %0 of class %1 to field %2 " 57 "dereferenced pointer past the end of %select{|subobject of }0"
|
TargetCXXABI.h | 139 /// and base-subobject constructors? 145 /// and base-subobject destructors? 240 // subobject, even if they're POD.
|
/abi/cpp/include/ |
cxxabi.h | 106 // base subobject. For a virtual base, this is the offset in the virtual
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
templates.cpp | 144 int x = []{ return T(); }(); // expected-error{{cannot initialize a member subobject of type 'int' with an rvalue of type 'int *'}}
|