| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | init.cc | 1303 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 D | ChangeLog-2018 | 2718 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 D | ChangeLog | 2311 * pt.cc (defarg_insts_for): Use braces for subobject.
|
| H A D | ChangeLog-2020 | 1772 with no subobject. 5062 the sequence of indexes into 'indexes' that yields the subobject we're
|
| H A D | ChangeLog-1994 | 1986 offset to the most base class subobject that we derived this binfo 4013 get vtable pointer out of right subobject.
|
| H A D | ChangeLog-2000 | 3626 * call.c (build_new_method_call): Pass the vtt to subobject 3648 (perform_member_init): Use the complete subobject destructor for
|
| H A D | ChangeLog-2013 | 761 Always process the subobject destructor.
|
| H A D | ChangeLog-2010 | 1615 subobject destructors.
|
| H A D | ChangeLog-1996 | 1298 * cvt.c (reference_binding): Bind directly to a base subobject of
|
| H A D | ChangeLog-2011 | 1350 bases of a base subobject.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | init.c | 1101 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 D | DiagnosticASTKinds.td | 55 "%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 D | DiagnosticCommonKinds.td | 249 "%select{pointer|reference}0 to %select{|subobject of }1"
|
| H A D | DiagnosticSemaKinds.td | 181 "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 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.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 105 /// True if this class (or any subobject) has mutable fields.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ConstantInterpreter.rst | 319 declaration, along with a path designating a subobject, similar to
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | trouble.texi | 860 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 D | trouble.texi | 860 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 D | ChangeLog-2021 | 474 subobject when simplifying.
|
| H A D | ChangeLog-2004 | 1098 subobject. Use create_character_intializer.
|
| H A D | ChangeLog-2015 | 1897 * simplify.c (simplify_bound): Fix assert to accept subobject arrays.
|
| H A D | ChangeLog-2005 | 2017 * expr.c (simplify_parameter_variable): Do not copy the subobject
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c.opt | 269 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 D | c.opt | 281 Warn if a subobject has an abi_tag attribute that the complete object type does not have.
|