Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dinit.c513 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()
539 warning (OPT_Wreorder, " %q+#D", subobject); in sort_mem_initializers()
541 warning (OPT_Wreorder, " base %qT", subobject); in sort_mem_initializers()
549 while (TREE_PURPOSE (subobject_init) != subobject) 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()
[all …]
DChangeLog-20003626 * call.c (build_new_method_call): Pass the vtt to subobject
3648 (perform_member_init): Use the complete subobject destructor for
DChangeLog-19941986 offset to the most base class subobject that we derived this binfo
4013 get vtable pointer out of right subobject.
DChangeLog-19961298 * cvt.c (reference_binding): Bind directly to a base subobject of
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticASTKinds.td39 "%select{pointer|reference}0 to %select{|subobject of }1"
55 "comparison of address of base class subobject %0 of class %1 to field %2 "
63 "dereferenced pointer past the end of %select{|subobject of }0"
DDiagnosticSemaKinds.td126 "subobject initialization overrides initialization of other fields "
127 "within its enclosing subobject">, InGroup<InitializerOverrides>;
129 "initializer overrides prior initialization of this subobject">,
135 "designator into flexible array member subobject">;
1077 "%select{construct|destroy}0 a base class subobject">;
1313 "exception object|a member subobject|an array element|a new value|a value|a "
1439 "returning object|throwing object|copying member subobject|copying array "
1440 "element|allocating object|copying temporary|initializing base subobject|"
1444 "returning object|throwing object|copying member subobject|copying array "
1445 "element|allocating object|copying temporary|initializing base subobject|"
[all …]
/freebsd-9-stable/contrib/gcc/doc/
Dtrouble.texi903 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.
Dextend.texi1446 nested subobject to initialize; the list is taken relative to the
1447 subobject corresponding to the closest surrounding brace pair. For
5234 surrounding subobject is considered the object a pointer points to.
5244 /* The subobject p points to is var.buf1. */
5249 /* The subobject q points to is var.b. */
Dc-tree.texi1741 subobject of @code{this} is fully constructed. If, after this point, an
/freebsd-9-stable/contrib/gcc/
Dtree.def100 to be a complete object (rather than being, perhaps, a subobject
DChangeLog-200311239 * gengtype.c (walk_type): Process a subobject before processing
11240 the pointer that points to the subobject.
DChangeLog-200131847 (push_init_level): Likewise. If implicit and the subobject had some
/freebsd-9-stable/contrib/gdb/gdb/doc/
Dgdb.info-17179 calling functions in a base subobject, casting objects, and invoking
Dgdb.texinfo8379 objects, calling functions in a base subobject, casting objects, and