Home
last modified time | relevance | path

Searched refs:subobject (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc1303 tree subobject; in sort_mem_initializers() local
1306 subobject = TREE_PURPOSE (init); in sort_mem_initializers()
1314 if (TREE_PURPOSE (subobject_init) == subobject) in sort_mem_initializers()
1329 if (TREE_CODE (subobject) == FIELD_DECL) in sort_mem_initializers()
1330 warning_at (DECL_SOURCE_LOCATION (subobject), in sort_mem_initializers()
1331 OPT_Wreorder, " %q#D", subobject); in sort_mem_initializers()
1333 warning (OPT_Wreorder, " base %qT", subobject); in sort_mem_initializers()
1342 while (TREE_PURPOSE (subobject_init) != subobject) in sort_mem_initializers()
1350 if (TREE_CODE (subobject) == FIELD_DECL) in sort_mem_initializers()
1353 subobject); in sort_mem_initializers()
[all …]
H A DChangeLog-20182718 CWG 616, 1213 - value category of subobject references.
2793 CWG 616, 1213 - value category of subobject references.
2794 * tree.c (lvalue_kind): A reference to a subobject of a prvalue is
H A DChangeLog2311 * pt.cc (defarg_insts_for): Use braces for subobject.
H A DChangeLog-20201772 with no subobject.
5062 the sequence of indexes into 'indexes' that yields the subobject we're
H A DChangeLog-19941986 offset to the most base class subobject that we derived this binfo
4013 get vtable pointer out of right subobject.
H A DChangeLog-20003626 * call.c (build_new_method_call): Pass the vtt to subobject
3648 (perform_member_init): Use the complete subobject destructor for
H A DChangeLog-2013761 Always process the subobject destructor.
H A DChangeLog-20101615 subobject destructors.
H A DChangeLog-19961298 * cvt.c (reference_binding): Bind directly to a base subobject of
H A DChangeLog-20111350 bases of a base subobject.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c1101 tree subobject; in sort_mem_initializers() local
1104 subobject = TREE_PURPOSE (init); in sort_mem_initializers()
1112 if (TREE_PURPOSE (subobject_init) == subobject) in sort_mem_initializers()
1127 if (TREE_CODE (subobject) == FIELD_DECL) in sort_mem_initializers()
1128 warning_at (DECL_SOURCE_LOCATION (subobject), in sort_mem_initializers()
1129 OPT_Wreorder, " %q#D", subobject); in sort_mem_initializers()
1131 warning (OPT_Wreorder, " base %qT", subobject); in sort_mem_initializers()
1140 while (TREE_PURPOSE (subobject_init) != subobject) in sort_mem_initializers()
1148 if (TREE_CODE (subobject) == FIELD_DECL) in sort_mem_initializers()
1151 subobject); in sort_mem_initializers()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td55 "%select{pointer|reference}0 to %select{|subobject of }1"
61 "%select{pointer|reference}0 to %select{|subobject of }1"
69 "subobject declared here">;
89 "comparison of address of base class subobject %0 of class %1 to field %2 "
97 "dereferenced pointer past the end of %select{|subobject of }0"
150 "construction of subobject of|destruction of}0 "
204 "construction of subobject of|destruction of}0 "
355 "delete of pointer%select{ to subobject|}1 '%0' "
H A DDiagnosticCommonKinds.td249 "%select{pointer|reference}0 to %select{|subobject of }1"
H A DDiagnosticSemaKinds.td181 "this subobject">, InGroup<InitializerOverrides>;
191 "designator into flexible array member subobject">;
1725 "%select{construct|destroy}0 a base class subobject">;
2044 "exception object|a member subobject|an array element|a new value|a value|a "
2187 "throwing object|copying member subobject|copying array element|"
2188 "allocating object|copying temporary|initializing base subobject|"
4787 "non-type template argument refers to subobject '%0'">;
5836 "suggest braces around initialization of subobject">,
9300 "%select{|subobject of }1member %0 "
9306 "%select{|subobject of }1member %0 "
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DTypeMetadata.rst81 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.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def105 /// True if this class (or any subobject) has mutable fields.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst319 declaration, along with a path designating a subobject, similar to
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dtrouble.texi860 When a base class is virtual, only one subobject of the base class
904 base subobject can be encountered more than once. In the example, copying
911 subobject is assigned.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtrouble.texi860 When a base class is virtual, only one subobject of the base class
904 base subobject can be encountered more than once. In the example, copying
911 subobject is assigned.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2021474 subobject when simplifying.
H A DChangeLog-20041098 subobject. Use create_character_intializer.
H A DChangeLog-20151897 * simplify.c (simplify_bound): Fix assert to accept subobject arrays.
H A DChangeLog-20052017 * expr.c (simplify_parameter_variable): Do not copy the subobject
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc.opt269 Warn if a subobject has an abi_tag attribute that the complete object type does not have.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc.opt281 Warn if a subobject has an abi_tag attribute that the complete object type does not have.

123