/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cvt.c | 251 if (type_unknown_p (expr)) in cp_convert_to_pointer() 1483 if (type_unknown_p (probe)) in convert_to_void()
|
H A D | typeck.c | 1840 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 D | lambda.c | 171 if (type_unknown_p (expr) in lambda_return_type()
|
H A D | mangle.c | 2899 && (!type_unknown_p (expr) in write_expression() 3558 && !type_unknown_p (node)) in write_template_arg()
|
H A D | constexpr.c | 7333 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 D | semantics.c | 1084 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 D | call.c | 1212 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 D | cp-tree.h | 7551 inline bool type_unknown_p (const_tree); 8030 type_unknown_p (const_tree expr) in type_unknown_p() function
|
H A D | pt.c | 7454 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 D | class.c | 8599 if (TREE_TYPE (rhs) != NULL_TREE && ! (type_unknown_p (rhs))) in instantiate_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cvt.cc | 251 if (type_unknown_p (expr)) in cp_convert_to_pointer() 1493 if (type_unknown_p (probe)) in convert_to_void()
|
H A D | typeck.cc | 2014 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 D | mangle.cc | 3052 && (!type_unknown_p (expr) in write_expression() 3756 && !type_unknown_p (node)) in write_template_arg()
|
H A D | constexpr.cc | 8263 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 D | semantics.cc | 1350 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 D | call.cc | 1222 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 D | cp-tree.h | 7959 inline bool type_unknown_p (const_tree); 8509 type_unknown_p (const_tree expr) in type_unknown_p() function
|
H A D | ChangeLog-2007 | 1233 string_conv_p, type_unknown_p, comp_except_specs, compparms, 1251 * typeck.c (comp_array_types, type_unknown_p, comp_except_specs,
|
H A D | pt.cc | 7651 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 D | ChangeLog-1998 | 1021 (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 D | ChangeLog-2017 | 3548 (type_unknown_p): Return bool, make inline, lose TREE_LIST check. 3549 * typeck.c (type_unknown_p): Delete.
|
H A D | ChangeLog-2003 | 2757 (type_unknown_p): Remove obsolete code about the time before 3537 * typeck.c (type_unknown_p): Don't die on untyped expressions.
|
H A D | class.cc | 8715 if (TREE_TYPE (rhs) != NULL_TREE && ! (type_unknown_p (rhs))) in instantiate_type()
|
H A D | ChangeLog-2014 | 1755 for type_unknown_p (EXPR) && TREE_CODE (TO) == BOOLEAN_TYPE.
|
H A D | ChangeLog-2001 | 3879 * cvt.c (convert_to_void): Use type_unknown_p.
|