Searched refs:cp_build_c_cast (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c2441 return cp_build_c_cast (loc, type, parms, complain);
2462 return cp_build_c_cast (loc, type, TREE_VALUE (parms), complain);
H A Dtypeck.c8241 /* Like cp_build_c_cast, but for the c-common bits. */
8246 return cp_build_c_cast (loc, type, expr, tf_warning_or_error);
8256 cp_expr result = cp_build_c_cast (loc, type, expr, tf_warning_or_error);
8265 cp_build_c_cast (location_t loc, tree type, tree expr,
9109 pfn = cp_build_c_cast (input_location,
9266 rhs = cp_build_c_cast (rhs_loc, type, elt, complain);
8252 cp_build_c_cast (location_t loc, tree type, tree expr, function
H A Dsemantics.c6186 begin = cp_build_c_cast (input_location, type, begin,
6188 end = cp_build_c_cast (input_location, type, end,
6194 step = cp_build_c_cast (input_location, stype, step,
H A Dcp-tree.h7646 extern tree cp_build_c_cast (location_t, tree, tree,
H A Ddecl.c6586 return cp_build_c_cast (input_location, type, elt,
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc2407 return cp_build_c_cast (loc, type, parms, complain);
2428 return cp_build_c_cast (loc, type, TREE_VALUE (parms), complain);
H A Dtypeck.cc8778 /* Like cp_build_c_cast, but for the c-common bits. */
8783 return cp_build_c_cast (loc, type, expr, tf_warning_or_error);
8793 cp_expr result = cp_build_c_cast (loc, type, expr, tf_warning_or_error);
8802 cp_build_c_cast (location_t loc, tree type, tree expr,
9656 pfn = cp_build_c_cast (input_location,
9817 rhs = cp_build_c_cast (rhs_loc, type, elt, complain);
8789 cp_build_c_cast (location_t loc, tree type, tree expr, function
H A Dsemantics.cc6613 begin = cp_build_c_cast (input_location, type, begin,
6615 end = cp_build_c_cast (input_location, type, end,
6621 step = cp_build_c_cast (input_location, stype, step,
H A Dcp-tree.h8058 extern tree cp_build_c_cast (location_t, tree, tree,
H A Ddecl.cc7144 return cp_build_c_cast (input_location, type, elt,
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc3103 build_cast = cp_build_c_cast;
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2940 build_cast = cp_build_c_cast;

Completed in 414 milliseconds