Searched refs:subobject (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/contrib/gcc/cp/ |
| 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() 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 …]
|
| 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
|
| D | ChangeLog-1994 | 1986 offset to the most base class subobject that we derived this binfo 4013 get vtable pointer out of right subobject.
|
| D | ChangeLog-1996 | 1298 * cvt.c (reference_binding): Bind directly to a base subobject of
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | DiagnosticASTKinds.td | 39 "%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"
|
| D | DiagnosticSemaKinds.td | 126 "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/ |
| 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.
|
| D | extend.texi | 1446 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. */
|
| D | c-tree.texi | 1741 subobject of @code{this} is fully constructed. If, after this point, an
|
| /freebsd-9-stable/contrib/gcc/ |
| D | tree.def | 100 to be a complete object (rather than being, perhaps, a subobject
|
| D | ChangeLog-2003 | 11239 * gengtype.c (walk_type): Process a subobject before processing 11240 the pointer that points to the subobject.
|
| D | ChangeLog-2001 | 31847 (push_init_level): Likewise. If implicit and the subobject had some
|
| /freebsd-9-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-1 | 7179 calling functions in a base subobject, casting objects, and invoking
|
| D | gdb.texinfo | 8379 objects, calling functions in a base subobject, casting objects, and
|