/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 2436 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 D | typeck.c | 8233 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 D | semantics.c | 6185 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 D | cp-tree.h | 7636 extern tree cp_build_c_cast (location_t, tree, tree,
|
H A D | decl.c | 6574 return cp_build_c_cast (input_location, type, elt, in reshape_init()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 2402 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 D | ChangeLog-2008 | 1613 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 D | typeck.cc | 8770 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 D | semantics.cc | 6612 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 D | ChangeLog-2013 | 549 * typeck.c (build_ptrmemfunc): Use cp_build_c_cast. 3304 (cp_build_c_cast): Likewise.
|
H A D | ChangeLog-2011 | 3237 * typeck.c (cp_build_c_cast): Don't strip cv-quals when 4187 (build_const_cast, cp_build_c_cast): Adjust.
|
H A D | ChangeLog-2012 | 2582 build_static_cast, cp_build_c_cast): Use maybe_warn_about_useless_cast.
|
H A D | ChangeLog-2019 | 301 (cp_build_c_cast): Likewise. 4079 cp_build_addr_expr_1, unary_complex_lvalue, cp_build_c_cast,
|
H A D | cp-tree.h | 8047 extern tree cp_build_c_cast (location_t, tree, tree,
|
H A D | ChangeLog-2010 | 3426 * typeck.c (cp_build_c_cast): Warn for casting integer to larger
|
H A D | ChangeLog-2018 | 2993 build_const_cast_1, cp_build_c_cast, cp_build_modify_expr,
|
H A D | ChangeLog-2017 | 3564 (cp_build_c_cast): Add calls to maybe_warn_about_cast_ignoring_quals.
|
H A D | decl.cc | 7132 return cp_build_c_cast (input_location, type, elt, in reshape_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 3094 build_cast = cp_build_c_cast; in plugin_build_cast_expr()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 2935 build_cast = cp_build_c_cast; in plugin_build_cast_expr()
|