Searched defs:totype (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 2028 tree totype = TREE_TYPE (TREE_TYPE (fn)); in add_conv_candidate() local 3338 tree init_list, tree totype, in add_list_candidates() 3390 build_user_type_conversion_1 (tree totype, tree expr, int flags) in build_user_type_conversion_1() 3629 build_user_type_conversion (tree totype, tree expr, int flags) in build_user_type_conversion() 4066 tree totype = TREE_TYPE (convs); in build_op_call_1() local 5534 conversion_null_warnings (tree totype, tree expr, tree fn, int argnum) in conversion_null_warnings() 5578 tree totype = convs->type; in convert_like_real() local
|
H A D | cvt.c | 1653 tree totype = c_common_type_for_size (precision, 0); in type_promotes_to() local
|
H A D | typeck.c | 1982 string_conv_p (const_tree totype, const_tree exp, int warn) in string_conv_p()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 2262 tree totype = TREE_TYPE (TREE_TYPE (fn)); in add_conv_candidate() local 3676 const vec<tree, va_gc> *args, tree totype, in add_list_candidates() argument 3735 build_user_type_conversion_1 (tree totype, tree expr, int flags, in build_user_type_conversion_1() 3993 build_user_type_conversion (tree totype, tree expr, int flags, in build_user_type_conversion() 4522 tree totype = TREE_TYPE (convs); in build_op_call_1() local 6552 conversion_null_warnings (tree totype, tree expr, tree fn, int argnum) in conversion_null_warnings() 6640 tree totype = convs->type; in convert_like_real() local
|
H A D | cvt.c | 1880 tree totype = c_common_type_for_size (precision, 0); in type_promotes_to() local
|
H A D | typeck.c | 2201 string_conv_p (const_tree totype, const_tree exp, int warn) in string_conv_p()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.c | 3398 tree totype = TREE_TYPE (expr); in c_common_truthvalue_conversion() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.c | 4060 tree totype = TREE_TYPE (expr); in c_common_truthvalue_conversion() local
|