Home
last modified time | relevance | path

Searched refs:complete_type_or_else (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/gnu/gcc/gcc/cp/
H A Dexcept.c834 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 Dtypeck2.c662 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 Drtti.c241 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 Dtypeck.c87 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 Dcvt.c1142 if (!complete_type_or_else (basetype, expr)) in build_expr_type_conversion()
H A Dinit.c1656 if (!complete_type_or_else (type, NULL_TREE)) in build_new_1()
H A Dcall.c4561 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 Ddecl.c7952 && !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 DChangeLog-2000448 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 DChangeLog-20022917 (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 DChangeLog-19996239 * 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 Dcp-tree.h4441 extern tree complete_type_or_else (tree, tree);
H A DChangeLog-19982683 * 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 DChangeLog6726 * 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 Dpt.c5525 && !complete_type_or_else (context, NULL_TREE)) in tsubst_friend_function()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c818 type = complete_type_or_else (type, from);
830 else if (!complete_type_or_else (core, from))
H A Dtypeck2.c543 if (!complete_type_or_else (TREE_CODE (type) == ARRAY_TYPE
1324 if (!complete_type_or_else (type, NULL_TREE))
H A Drtti.c212 type = complete_type_or_else (type, exp);
407 type = complete_type_or_else (type, NULL_TREE);
H A Dtypeck.c120 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 Dcvt.c1077 if (!complete_type_or_else (basetype, expr))
H A Dcall.c526 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 Dinit.c2210 if (!complete_type_or_else (true_type, exp))
H A Dcp-tree.h4394 #define complete_type_or_else(T,V) (complete_type_or_diagnostic ((T), (V), 0)) macro
H A DChangeLog4320 (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 DChangeLog.26239 * 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.

12