Home
last modified time | relevance | path

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 Dc-common.h1029 extern tree c_build_vec_convert (location_t, tree, location_t, tree, bool = true);
H A Dc-common.c1098 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 Dc-common.h1059 extern tree c_build_vec_convert (location_t, tree, location_t, tree, bool = true);
H A DChangeLog406 * 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 Dc-common.cc1264 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 Dsemantics.c10417 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 Dsemantics.cc12410 ret = c_build_vec_convert (cp_expr_loc_or_input_loc (arg), in cp_build_vec_convert()
H A DChangeLog-20205977 prior to passing it to c_build_vec_convert.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c10089 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 Dc-parser.cc10124 expr.value = c_build_vec_convert (start_loc, e1.value, loc, in c_parser_postfix_expression()