Searched refs:build_x_vec_perm_expr (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 7677 extern tree build_x_vec_perm_expr (location_t,
|
H A D | typeck.c | 5833 build_x_vec_perm_expr (location_t loc, in build_x_vec_perm_expr() function
|
H A D | parser.c | 7123 = build_x_vec_perm_expr (loc, (*vec)[0], NULL_TREE, in cp_parser_postfix_expression() 7127 = build_x_vec_perm_expr (loc, (*vec)[0], (*vec)[1], in cp_parser_postfix_expression()
|
H A D | pt.c | 20746 RETURN (build_x_vec_perm_expr (input_location, op0, op1, op2, in tsubst_copy_and_build()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.h | 8088 extern tree build_x_vec_perm_expr (location_t,
|
H A D | ChangeLog-2014 | 4025 * typeck.c (build_x_vec_perm_expr): Handle non-dependent arguments
|
H A D | typeck.cc | 6305 build_x_vec_perm_expr (location_t loc, in build_x_vec_perm_expr() function
|
H A D | parser.cc | 7472 = build_x_vec_perm_expr (loc, (*vec)[0], NULL_TREE, in cp_parser_postfix_expression() 7476 = build_x_vec_perm_expr (loc, (*vec)[0], (*vec)[1], in cp_parser_postfix_expression()
|
H A D | pt.cc | 21523 RETURN (build_x_vec_perm_expr (input_location, op0, op1, op2, in tsubst_copy_and_build()
|