Searched refs:subobject (Results 1 – 15 of 15) sorted by relevance
/llvm-project/mlir/docs/ |
H A D | CAPI.md | 150 - `MlirY mlirXGet<Y>(MlirX, intptr_t pos)` returns 'pos'-th subobject. 155 Note that the name of subobject in the function does not necessarily match the 156 type of the subobject. For example, `mlirOperationGetOperand` returns an 168 - `MlirY mlirXGetFirst<Y>(MlirX)` returns the first subobject in the list. 169 - `MlirY mlirYGetNextIn<X>(MlirY)` returns the next subobject in the list that 174 Note that the name of subobject in the function may or may not match its type.
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | dtor.cpp | 57 namespace subobject { namespace
|
/llvm-project/flang/include/flang/Optimizer/CodeGen/ |
H A D | CGOps.td | 47 - subcomponent: A vector of indices for subobject slicing. 121 - subcomponent: A vector of indices for subobject slicing. 182 - subcomponent: A vector of indices that describe subobject slicing.
|
/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 60 "%select{pointer|reference}0 to %select{|subobject of }1" 66 "%select{pointer|reference}0 to %select{|subobject of }1" 72 "subobject %select{of type |}0%1 is not initialized">; 78 "subobject declared here">; 123 "comparison of address of base class subobject %0 of class %1 to field %2 " 131 "dereferenced pointer past the end of %select{|subobject of }0" 183 "construction of subobject of|destruction of|read of}0">; 380 "delete of pointer%select{ to subobject|}1 '%0' "
|
H A D | DiagnosticCommonKinds.td | 290 "%select{pointer|reference}0 to %select{|subobject of }1"
|
H A D | DiagnosticSemaKinds.td | 206 "this subobject">, InGroup<InitializerOverrides>; 218 "designator into flexible array member subobject">; 1955 "%select{construct|destroy}0 a base class subobject">; 2282 "exception object|a member subobject|an array element|a new value|a value|a " 2286 "structured binding|a member subobject}0 " 2436 "throwing object|copying member subobject|copying array element|" 2437 "allocating object|copying temporary|initializing base subobject|" 5364 "non-type template argument refers to subobject '%0'">; 6484 "suggest braces around initialization of subobject">, 10246 "%select{|subobject o [all...] |
/llvm-project/llvm/docs/ |
H A D | TypeMetadata.rst | 81 pointers, one belonging to the A subobject and containing the address of 83 subobject and containing the address of the vtable compatible with C's vtable.
|
/llvm-project/flang/docs/ |
H A D | f2018-grammar.md | 267 R844 data-stmt-repeat -> scalar-int-constant | scalar-int-constant-subobject 269 scalar-constant | scalar-constant-subobject | 272 R846 int-constant-subobject -> constant-subobject 273 R847 constant-subobject -> designator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx2a-consteval.cpp | 771 int Val; // expected-note {{subobject declared here}} in c() 776 expected-note {{subobject 'Val' is not initialized}} 780 Ty Val; // expected-note {{subobject declared here}} in S() 785 expected-note {{subobject 'Val' is not initialized}} 1130 int g; // expected-note 2{{subobject declared here}} in bar() 1143 // expected-note@-2 {{subobject 'g' is not initialized}} in h() 1147 // expected-note@-2 {{subobject 'g' is not initialized}}
|
H A D | constant-expression-cxx14.cpp | 222 namespace subobject { namespace
|
/llvm-project/llvm/test/Transforms/InstCombine/ |
H A D | strncmp-4.ll | 62 ; subobject) but handling such cases as if they were well-defined is
|
/llvm-project/clang/include/clang/AST/ |
H A D | CXXRecordDeclDefinitionBits.def | 105 /// True if this class (or any subobject) has mutable fields.
|
/llvm-project/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 564 subobject is `DW_AT_data_member_location`. This attribute is overloaded to 565 describe both data member locations and inherited subobject locations, and 569 object to the data member or subobject. 571 data member or subobject given the address of the derived object. 573 Only the attribute describing a subobject, and only the location description 576 In this case, when a debug agent wishes to locate the subobject, it first 580 the inherited subobject. 616 locating the `A`-in-`B` subobject according to the [Itanium 629 the primary base class subobject of class `A` comes next, and there is no 630 intervening padding as the subobject alignment requirements are already [all …]
|
/llvm-project/clang/test/Analysis/ |
H A D | ctor.mm | 631 // This previously caused a crash because the pair_wrapper subobject was
|
/llvm-project/clang/docs/ |
H A D | ConstantInterpreter.rst |
|