Home
last modified time | relevance | path

Searched refs:type_unknown_p (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c251 if (type_unknown_p (expr)) in cp_convert_to_pointer()
1483 if (type_unknown_p (probe)) in convert_to_void()
H A Dtypeck.c1840 else if (type_unknown_p (e)) in cxx_sizeof_expr()
1916 else if (type_unknown_p (e)) in cxx_alignof_expr()
4565 if (type_unknown_p (op0)) in cp_build_binary_op()
4577 if (type_unknown_p (op1)) in cp_build_binary_op()
6226 if (TREE_CODE (arg) == COMPONENT_REF && type_unknown_p (arg) in cp_build_addr_expr_1()
6274 if (type_unknown_p (arg)) in cp_build_addr_expr_1()
7214 if (type_unknown_p (rhs)) in cp_build_compound_expr()
7496 if (TYPE_PTRMEMFUNC_P (type) && type_unknown_p (expr)) in build_static_cast_1()
9103 if (type_unknown_p (pfn)) in build_ptrmemfunc()
H A Dlambda.c171 if (type_unknown_p (expr) in lambda_return_type()
H A Dmangle.c2899 && (!type_unknown_p (expr) in write_expression()
3558 && !type_unknown_p (node)) in write_template_arg()
H A Dconstexpr.c7333 if (type_unknown_p (t) || BRACE_ENCLOSED_INITIALIZER_P (t)) in fold_non_dependent_expr_template()
7991 if (type_unknown_p (t)) in potential_constant_expression_1()
8772 return (!type_unknown_p (t) in is_nondependent_constant_expression()
8783 return (!type_unknown_p (t) in is_nondependent_static_init_expression()
H A Dsemantics.c1084 if (type_unknown_p (expr)) in finish_for_expr()
2258 if (type && type_unknown_p (type)) in finish_stmt_expr_expr()
9776 if (type_unknown_p (expr)) in finish_decltype_type()
H A Dcall.c1212 if (expr && type_unknown_p (expr)) in standard_conversion()
1697 if (TREE_CODE (to) == FUNCTION_TYPE && expr && type_unknown_p (expr)) in reference_binding()
7574 if (type_unknown_p (expr)) in convert_like_real_1()
H A Dcp-tree.h7551 inline bool type_unknown_p (const_tree);
8030 type_unknown_p (const_tree expr) in type_unknown_p() function
H A Dpt.c7454 if (!type_unknown_p (expr_type)) in convert_nontype_argument()
21928 if (type_unknown_p (arg)) in unify_one_argument()
22472 if (!type_unknown_p (orig_expr)) in resolve_nondeduced_context()
22571 if (type_unknown_p (exp)) in resolve_nondeduced_context_or_error()
23981 if (is_overloaded_fn (parm) || type_unknown_p (parm)) in unify()
H A Dclass.c8599 if (TREE_TYPE (rhs) != NULL_TREE && ! (type_unknown_p (rhs))) in instantiate_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc251 if (type_unknown_p (expr)) in cp_convert_to_pointer()
1493 if (type_unknown_p (probe)) in convert_to_void()
H A Dtypeck.cc2014 else if (type_unknown_p (e)) in cxx_sizeof_expr()
2093 else if (type_unknown_p (e)) in cxx_alignof_expr()
5002 if (type_unknown_p (op0)) in cp_build_binary_op()
5014 if (type_unknown_p (op1)) in cp_build_binary_op()
6741 if (TREE_CODE (arg) == COMPONENT_REF && type_unknown_p (arg) in cp_build_addr_expr_1()
6789 if (type_unknown_p (arg)) in cp_build_addr_expr_1()
7735 if (type_unknown_p (rhs)) in cp_build_compound_expr()
8017 if (TYPE_PTRMEMFUNC_P (type) && type_unknown_p (expr)) in build_static_cast_1()
9650 if (type_unknown_p (pfn)) in build_ptrmemfunc()
H A Dmangle.cc3052 && (!type_unknown_p (expr) in write_expression()
3756 && !type_unknown_p (node)) in write_template_arg()
H A Dconstexpr.cc8263 if (type_unknown_p (t) || BRACE_ENCLOSED_INITIALIZER_P (t)) in fold_non_dependent_expr_template()
8943 if (type_unknown_p (t)) in potential_constant_expression_1()
9767 return (!type_unknown_p (t) in is_nondependent_constant_expression()
9778 return (!type_unknown_p (t) in is_nondependent_static_init_expression()
H A Dsemantics.cc1350 if (type_unknown_p (expr)) in finish_for_expr()
2487 if (type && type_unknown_p (type)) in finish_stmt_expr_expr()
11341 if (type_unknown_p (expr)) in finish_decltype_type()
H A Dcall.cc1222 if (expr && type_unknown_p (expr)) in standard_conversion()
1720 if (TREE_CODE (to) == FUNCTION_TYPE && expr && type_unknown_p (expr)) in reference_binding()
8032 if (type_unknown_p (expr)) in convert_like_internal()
H A Dcp-tree.h7959 inline bool type_unknown_p (const_tree);
8509 type_unknown_p (const_tree expr) in type_unknown_p() function
H A DChangeLog-20071233 string_conv_p, type_unknown_p, comp_except_specs, compparms,
1251 * typeck.c (comp_array_types, type_unknown_p, comp_except_specs,
H A Dpt.cc7651 if (!type_unknown_p (expr_type)) in convert_nontype_argument()
22795 if (type_unknown_p (arg)) in unify_one_argument()
23353 if (!type_unknown_p (orig_expr)) in resolve_nondeduced_context()
23452 if (type_unknown_p (exp)) in resolve_nondeduced_context_or_error()
24903 if (is_overloaded_fn (parm) || type_unknown_p (parm)) in unify()
H A DChangeLog-19981021 (build_ptrmemfunc): Use type_unknown_p.
4385 * typeck.c (type_unknown_p): Return true for TREE_LIST also.
4830 (type_unknown_p): Likewise.
H A DChangeLog-20173548 (type_unknown_p): Return bool, make inline, lose TREE_LIST check.
3549 * typeck.c (type_unknown_p): Delete.
H A DChangeLog-20032757 (type_unknown_p): Remove obsolete code about the time before
3537 * typeck.c (type_unknown_p): Don't die on untyped expressions.
H A Dclass.cc8715 if (TREE_TYPE (rhs) != NULL_TREE && ! (type_unknown_p (rhs))) in instantiate_type()
H A DChangeLog-20141755 for type_unknown_p (EXPR) && TREE_CODE (TO) == BOOLEAN_TYPE.
H A DChangeLog-20013879 * cvt.c (convert_to_void): Use type_unknown_p.

12