Home
last modified time | relevance | path

Searched refs:cp_build_c_cast (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c2436 return cp_build_c_cast (loc, type, parms, complain); in build_functional_cast_1()
2457 return cp_build_c_cast (loc, type, TREE_VALUE (parms), complain); in build_functional_cast_1()
H A Dtypeck.c8233 return cp_build_c_cast (loc, type, expr, tf_warning_or_error); in build_c_cast()
8243 cp_expr result = cp_build_c_cast (loc, type, expr, tf_warning_or_error); in build_c_cast()
8252 cp_build_c_cast (location_t loc, tree type, tree expr, in cp_build_c_cast() function
9095 pfn = cp_build_c_cast (input_location, in build_ptrmemfunc()
9252 rhs = cp_build_c_cast (rhs_loc, type, elt, complain); in convert_for_assignment()
H A Dsemantics.c6185 begin = cp_build_c_cast (input_location, type, begin, in cp_omp_finish_iterators()
6187 end = cp_build_c_cast (input_location, type, end, in cp_omp_finish_iterators()
6193 step = cp_build_c_cast (input_location, stype, step, in cp_omp_finish_iterators()
H A Dcp-tree.h7636 extern tree cp_build_c_cast (location_t, tree, tree,
H A Ddecl.c6574 return cp_build_c_cast (input_location, type, elt, in reshape_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc2402 return cp_build_c_cast (loc, type, parms, complain); in build_functional_cast_1()
2423 return cp_build_c_cast (loc, type, TREE_VALUE (parms), complain); in build_functional_cast_1()
H A DChangeLog-20081613 build_reinterpret_cast_1, cp_build_c_cast, check_return_expr): Change
2159 (cp_build_c_cast): Renamed from build_c_cast.
2165 (cp_build_c_cast): Renamed from build_c_cast.
2166 * typeck2.c (build_functional_cast): Use cp_build_c_cast.
H A Dtypeck.cc8770 return cp_build_c_cast (loc, type, expr, tf_warning_or_error); in build_c_cast()
8780 cp_expr result = cp_build_c_cast (loc, type, expr, tf_warning_or_error); in build_c_cast()
8789 cp_build_c_cast (location_t loc, tree type, tree expr, in cp_build_c_cast() function
9642 pfn = cp_build_c_cast (input_location, in build_ptrmemfunc()
9803 rhs = cp_build_c_cast (rhs_loc, type, elt, complain); in convert_for_assignment()
H A Dsemantics.cc6612 begin = cp_build_c_cast (input_location, type, begin, in cp_omp_finish_iterators()
6614 end = cp_build_c_cast (input_location, type, end, in cp_omp_finish_iterators()
6620 step = cp_build_c_cast (input_location, stype, step, in cp_omp_finish_iterators()
H A DChangeLog-2013549 * typeck.c (build_ptrmemfunc): Use cp_build_c_cast.
3304 (cp_build_c_cast): Likewise.
H A DChangeLog-20113237 * typeck.c (cp_build_c_cast): Don't strip cv-quals when
4187 (build_const_cast, cp_build_c_cast): Adjust.
H A DChangeLog-20122582 build_static_cast, cp_build_c_cast): Use maybe_warn_about_useless_cast.
H A DChangeLog-2019301 (cp_build_c_cast): Likewise.
4079 cp_build_addr_expr_1, unary_complex_lvalue, cp_build_c_cast,
H A Dcp-tree.h8047 extern tree cp_build_c_cast (location_t, tree, tree,
H A DChangeLog-20103426 * typeck.c (cp_build_c_cast): Warn for casting integer to larger
H A DChangeLog-20182993 build_const_cast_1, cp_build_c_cast, cp_build_modify_expr,
H A DChangeLog-20173564 (cp_build_c_cast): Add calls to maybe_warn_about_cast_ignoring_quals.
H A Ddecl.cc7132 return cp_build_c_cast (input_location, type, elt, in reshape_init()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc3094 build_cast = cp_build_c_cast; in plugin_build_cast_expr()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2935 build_cast = cp_build_c_cast; in plugin_build_cast_expr()