| /src/external/gpl3/gcc.old/dist/libcc1/ |
| libcp1plugin.cc | 2916 tree (*build_cast)(location_t loc, tree type, tree expr, 2924 build_cast = build_dynamic_cast; 2928 build_cast = build_static_cast; 2932 build_cast = build_const_cast; 2936 build_cast = build_reinterpret_cast; 2940 build_cast = cp_build_c_cast; 2954 tree val = build_cast (input_location, type, expr, tf_error);
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcp1plugin.cc | 2917 tree (*build_cast)(location_t loc, tree type, tree expr, 2925 build_cast = build_dynamic_cast; 2929 build_cast = build_static_cast; 2933 build_cast = build_const_cast; 2937 build_cast = build_reinterpret_cast; 2941 build_cast = cp_build_c_cast; 2955 tree val = build_cast (input_location, type, expr, tf_error);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-playback.h | 286 build_cast (location *loc,
|
| jit-playback.cc | 62 /* gcc::jit::playback::context::build_cast uses the convert.h API, 1350 playback::context::build_cast (playback::location *loc, function in class:gcc::jit::playback::context 1418 tree t_cast = build_cast (loc, expr, type_);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.h | 312 build_cast (location *loc,
|
| jit-playback.cc | 64 /* gcc::jit::playback::context::build_cast uses the convert.h API, 1515 playback::context::build_cast (playback::location *loc, function in class:gcc::jit::playback::context 1583 tree t_cast = build_cast (loc, expr, type_);
|