Home
last modified time | relevance | path

Searched refs:build_cast (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc3070 tree (*build_cast)(location_t loc, tree type, tree expr, in plugin_build_cast_expr() local
3078 build_cast = build_dynamic_cast; in plugin_build_cast_expr()
3082 build_cast = build_static_cast; in plugin_build_cast_expr()
3086 build_cast = build_const_cast; in plugin_build_cast_expr()
3090 build_cast = build_reinterpret_cast; in plugin_build_cast_expr()
3094 build_cast = cp_build_c_cast; in plugin_build_cast_expr()
3108 tree val = build_cast (input_location, type, expr, tf_error); in plugin_build_cast_expr()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2911 tree (*build_cast)(location_t loc, tree type, tree expr, in plugin_build_cast_expr() local
2919 build_cast = build_dynamic_cast; in plugin_build_cast_expr()
2923 build_cast = build_static_cast; in plugin_build_cast_expr()
2927 build_cast = build_const_cast; in plugin_build_cast_expr()
2931 build_cast = build_reinterpret_cast; in plugin_build_cast_expr()
2935 build_cast = cp_build_c_cast; in plugin_build_cast_expr()
2949 tree val = build_cast (input_location, type, expr, tf_error); in plugin_build_cast_expr()
H A DChangeLog410 * libcp1plugin.cc (plugin_build_cast_expr): Adjust build_cast
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h256 build_cast (location *loc,
H A Djit-playback.c1006 playback::context::build_cast (playback::location *loc, in build_cast() function
1072 tree t_cast = build_cast (loc, expr, type_); in new_cast()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h286 build_cast (location *loc,
H A Djit-playback.cc1350 playback::context::build_cast (playback::location *loc, in build_cast() function in gcc::jit::playback::context
1418 tree t_cast = build_cast (loc, expr, type_); in new_cast()
H A DChangeLog.jit875 (gcc::jit::playback::context::build_cast): Handle pointers. Report
945 (gcc::jit::playback::context::build_cast): Pass in higher-level
977 (gcc::jit::playback::context::build_cast): Pass in higher-level
1214 (gcc::jit::playback::context::build_cast): New method.
1220 (gcc::jit::playback::context::build_cast): New.
H A DChangeLog199 (playback::context::build_cast): Likewise.
3145 * jit-playback.c (gcc::jit::playback::context::build_cast): In
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc5237 build_cast (tree dst_type, tree src_expr) in build_cast() function
5323 if (tree dst = build_cast (dst_type, src_cst)) in maybe_cast_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A DChangeLog5245 (build_cast): Delete.
6407 that build_cast returns non-NULL with a conditional, falling