Searched refs:convert_to_pointer_force (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cvt.c | 42 static tree convert_to_pointer_force (tree, tree); 254 convert_to_pointer_force (tree type, tree expr) in convert_to_pointer_force() function 356 = convert_to_pointer_force (build_pointer_type (target_type), rval); in build_up_reference() 1421 return fold_if_not_in_template (convert_to_pointer_force (type, e)); in convert_force()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cvt.c | 39 static tree convert_to_pointer_force (tree, tree, tsubst_flags_t); 264 convert_to_pointer_force (tree type, tree expr, tsubst_flags_t complain) in convert_to_pointer_force() function 366 = convert_to_pointer_force (build_pointer_type (target_type), in build_up_reference() 1621 return convert_to_pointer_force (type, e, complain); in convert_force()
|