Searched refs:build_vec_cmp (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2015 | 749 (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 D | typeck.cc | 4675 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 D | ChangeLog-2019 | 898 * typeck.c (build_vec_cmp): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 11478 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 D | typeck.c | 4412 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 D | c-typeck.cc | 11582 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 D | ChangeLog | 1733 (build_vec_cmp): Likewise. 5744 (build_vec_cmp): New. 5745 (build_binary_op): Use build_vec_cmp for comparison.
|