Home
last modified time | relevance | path

Searched refs:build_vec_cmp (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2015749 (build_simple_component_ref, cp_build_array_ref, build_vec_cmp)
1287 * typeck.c (build_vec_cmp): New.
1288 (cp_build_binary_op): Use build_vec_cmp for comparison.
H A Dtypeck.cc4675 build_vec_cmp (tree_code code, tree type, in build_vec_cmp() function
5814 return build_vec_cmp (resultcode, result_type, op0, op1); in cp_build_binary_op()
H A DChangeLog-2019898 * typeck.c (build_vec_cmp): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c11478 build_vec_cmp (tree_code code, tree type, in build_vec_cmp() function
12107 ret = build_vec_cmp (resultcode, result_type, op0, op1); in build_binary_op()
12275 ret = build_vec_cmp (resultcode, result_type, op0, op1); in build_binary_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4412 build_vec_cmp (tree_code code, tree type, in build_vec_cmp() function
5356 return build_vec_cmp (resultcode, result_type, op0, op1); in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11582 build_vec_cmp (tree_code code, tree type, in build_vec_cmp() function
12319 ret = build_vec_cmp (resultcode, result_type, op0, op1); in build_binary_op()
12455 ret = build_vec_cmp (resultcode, result_type, op0, op1); in build_binary_op()
H A DChangeLog1733 (build_vec_cmp): Likewise.
5744 (build_vec_cmp): New.
5745 (build_binary_op): Use build_vec_cmp for comparison.