/openbsd/gnu/gcc/gcc/cp/ |
H A D | except.c | 834 type = complete_type_or_else (type, from); in complete_ptr_ref_or_void_ptr_p() 846 else if (!complete_type_or_else (core, from)) in complete_ptr_ref_or_void_ptr_p()
|
H A D | typeck2.c | 662 if (!complete_type_or_else (TREE_CODE (type) == ARRAY_TYPE in digest_init() 1338 if (!complete_type_or_else (type, NULL_TREE)) in build_functional_cast()
|
H A D | rtti.c | 241 type = complete_type_or_else (type, exp); in get_tinfo_decl_dynamic() 433 type = complete_type_or_else (type, NULL_TREE); in get_typeid()
|
H A D | typeck.c | 87 if (complete_type_or_else (type, value)) in require_complete_type() 135 complete_type_or_else (tree type, tree value) in complete_type_or_else() function 1779 && !complete_type_or_else (object_type, object)) in build_class_member_access_expr() 2127 && !complete_type_or_else (object_type, object)) in finish_class_member_access_expr() 3794 if (!complete_type_or_else (target_type, NULL_TREE)) in pointer_diff()
|
H A D | cvt.c | 1142 if (!complete_type_or_else (basetype, expr)) in build_expr_type_conversion()
|
H A D | init.c | 1656 if (!complete_type_or_else (type, NULL_TREE)) in build_new_1()
|
H A D | call.c | 4561 type = complete_type_or_else (type, NULL_TREE); in build_x_va_arg() 5191 if (!complete_type_or_else (binfo, NULL_TREE)) in build_special_member_call()
|
H A D | decl.c | 7952 && !complete_type_or_else (ctype, NULL_TREE)) in grokdeclarator() 8774 && complete_type_or_else (TREE_TYPE (parms), parms)) in require_complete_types_for_parms() 9928 && !complete_type_or_else (basetype, NULL)) in xref_basetypes()
|
H A D | ChangeLog-2000 | 448 complete_type_or_else. 5241 complete_type_or_else, c_sizeof, c_sizeof_nowarn, 5376 (complete_type_or_else): Likewise. 6786 complete_type_or_else. 6796 (get_typeid): Use complete_type_or_else.
|
H A D | ChangeLog-2002 | 2917 (complete_type_or_else): ... this. Redefined as macro. 2923 complete_type_or_else. Added warn_only argument, passed to... 3181 * typeck.c (complete_type_or_else, expr_sizeof,
|
H A D | ChangeLog-1999 | 6239 * typeck.c (complete_type_or_else): Add VALUE arg, for helpful 6241 * cp-tree.h (complete_type_or_else): Added VALUE parameter. 6242 * init.c (build_new_1): Extra arg to complete_type_or_else. 6502 before calling complete_type_or_else.
|
H A D | cp-tree.h | 4441 extern tree complete_type_or_else (tree, tree);
|
H A D | ChangeLog-1998 | 2683 * typeck.c (require_complete_type): Use complete_type_or_else. 2684 (complete_type_or_else): Always return NULL_TREE on failure, as 3644 * cp-tree.h (complete_type_or_else): Declare. 3648 (complete_type_or_else): New function.
|
H A D | ChangeLog | 6726 * cp-tree.h (complete_type_or_else): Remove macro. 6727 (complete_type_or_diagnostic): Rename to complete_type_or_else 6730 complete_type_or_else and remove last argument.
|
H A D | pt.c | 5525 && !complete_type_or_else (context, NULL_TREE)) in tsubst_friend_function()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | except.c | 818 type = complete_type_or_else (type, from); 830 else if (!complete_type_or_else (core, from))
|
H A D | typeck2.c | 543 if (!complete_type_or_else (TREE_CODE (type) == ARRAY_TYPE 1324 if (!complete_type_or_else (type, NULL_TREE))
|
H A D | rtti.c | 212 type = complete_type_or_else (type, exp); 407 type = complete_type_or_else (type, NULL_TREE);
|
H A D | typeck.c | 120 if (complete_type_or_else (type, value)) 1886 if (!complete_type_or_else (object_type, object)) in build_class_member_access_expr() 2118 if (!complete_type_or_else (object_type, object)) in finish_class_member_access_expr() 3740 if (!complete_type_or_else (target_type, NULL_TREE)) 5098 if (!complete_type_or_else (type, NULL_TREE))
|
H A D | cvt.c | 1077 if (!complete_type_or_else (basetype, expr))
|
H A D | call.c | 526 object_type = complete_type_or_else (object_type, NULL_TREE); 4342 type = complete_type_or_else (type, NULL_TREE); 4914 if (!complete_type_or_else (BINFO_TYPE (binfo), NULL_TREE)) in build_special_member_call()
|
H A D | init.c | 2210 if (!complete_type_or_else (true_type, exp))
|
H A D | cp-tree.h | 4394 #define complete_type_or_else(T,V) (complete_type_or_diagnostic ((T), (V), 0)) macro
|
H A D | ChangeLog | 4320 (complete_type_or_else): ... this. Redefined as macro. 4326 complete_type_or_else. Added warn_only argument, passed to... 4584 * typeck.c (complete_type_or_else, expr_sizeof, 10320 complete_type_or_else. 15113 complete_type_or_else, c_sizeof, c_sizeof_nowarn, 15248 (complete_type_or_else): Likewise. 16658 complete_type_or_else. 16668 (get_typeid): Use complete_type_or_else.
|
H A D | ChangeLog.2 | 6239 * typeck.c (complete_type_or_else): Add VALUE arg, for helpful 6241 * cp-tree.h (complete_type_or_else): Added VALUE parameter. 6242 * init.c (build_new_1): Extra arg to complete_type_or_else. 6502 before calling complete_type_or_else. 9471 * typeck.c (require_complete_type): Use complete_type_or_else. 9472 (complete_type_or_else): Always return NULL_TREE on failure, as 10432 * cp-tree.h (complete_type_or_else): Declare. 10436 (complete_type_or_else): New function.
|