Searched refs:c_build_vec_convert (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1029 extern tree c_build_vec_convert (location_t, tree, location_t, tree, bool = true);
|
H A D | c-common.c | 1098 c_build_vec_convert (location_t loc1, tree expr, location_t loc2, tree type, in c_build_vec_convert() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1059 extern tree c_build_vec_convert (location_t, tree, location_t, tree, bool = true);
|
H A D | ChangeLog | 406 * c-common.cc (c_build_vec_convert): Likewise. 2722 (c_build_vec_convert): Likewise __builtin_convertvector. 3548 (c_build_vec_convert): Declare. 3549 * c-common.c (c_build_vec_convert): New function.
|
H A D | c-common.cc | 1264 c_build_vec_convert (location_t loc1, tree expr, location_t loc2, tree type, in c_build_vec_convert() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 10417 ret = c_build_vec_convert (cp_expr_loc_or_input_loc (arg), in cp_build_vec_convert()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.cc | 12410 ret = c_build_vec_convert (cp_expr_loc_or_input_loc (arg), in cp_build_vec_convert()
|
H A D | ChangeLog-2020 | 5977 prior to passing it to c_build_vec_convert.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 10089 expr.value = c_build_vec_convert (start_loc, e1.value, loc, in c_parser_postfix_expression()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 10124 expr.value = c_build_vec_convert (start_loc, e1.value, loc, in c_parser_postfix_expression()
|