Searched refs:subobject (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | init.c | 513 tree subobject; in sort_mem_initializers() local 516 subobject = TREE_PURPOSE (init); in sort_mem_initializers() 524 if (TREE_PURPOSE (subobject_init) == subobject) in sort_mem_initializers() 538 if (TREE_CODE (subobject) == FIELD_DECL) in sort_mem_initializers() 557 if (TREE_CODE (subobject) == FIELD_DECL) in sort_mem_initializers() 559 current_function_decl, subobject); in sort_mem_initializers() 562 current_function_decl, subobject); in sort_mem_initializers() 700 if (BINFO_VIRTUAL_P (subobject)) in emit_mem_initializers() 701 construct_virtual_base (subobject, arguments); in emit_mem_initializers() 707 subobject, 1); in emit_mem_initializers() [all …]
|
| 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-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-1996 | 1298 * cvt.c (reference_binding): Bind directly to a base subobject of
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 42 "%select{pointer|reference}0 to %select{|subobject of }1" 59 "comparison of address of base class subobject %0 of class %1 to field %2 " 67 "dereferenced pointer past the end of %select{|subobject of }0"
|
| H A D | DiagnosticSemaKinds.td | 179 "subobject initialization overrides initialization of other fields " 180 "within its enclosing subobject">, InGroup<InitializerOverrides>; 182 "initializer overrides prior initialization of this subobject">, 188 "designator into flexible array member subobject">; 1520 "%select{construct|destroy}0 a base class subobject">; 3999 "non-type template argument refers to subobject '%0'">; 4975 "suggest braces around initialization of subobject">, 7939 "%select{|subobject of }1member %0 " 7945 "%select{|subobject of }1member %0 " 7959 "%select{initializer list subobject of local variable|" [all …]
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | trouble.texi | 903 When a base class is virtual, only one subobject of the base class 946 base subobject can be encountered more than once. In the example, copying 953 subobject is assigned.
|
| H A D | extend.texi | 1453 nested subobject to initialize; the list is taken relative to the 1454 subobject corresponding to the closest surrounding brace pair. For 5257 surrounding subobject is considered the object a pointer points to. 5267 /* The subobject p points to is var.buf1. */ 5272 /* The subobject q points to is var.b. */
|
| H A D | c-tree.texi | 1741 subobject of @code{this} is fully constructed. If, after this point, an
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.def | 100 to be a complete object (rather than being, perhaps, a subobject
|
| H A D | ChangeLog-2003 | 11239 * gengtype.c (walk_type): Process a subobject before processing 11240 the pointer that points to the subobject.
|
| H A D | ChangeLog-2001 | 31847 (push_init_level): Likewise. If implicit and the subobject had some
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-1 | 7179 calling functions in a base subobject, casting objects, and invoking
|
| H A D | gdb.texinfo | 8379 objects, calling functions in a base subobject, casting objects, and
|