Searched refs:cp_build_bit_cast (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2021 | 5432 cp_build_bit_cast here, instead just build_min a BIT_CAST_EXPR and set 5478 * semantics.c (cp_build_bit_cast): Call get_target_expr_sfinae on
|
H A D | ChangeLog-2020 | 702 * cp-tree.h (cp_build_bit_cast): Declare. 710 * semantics.c (cp_build_bit_cast): New function.
|
H A D | cp-tree.h | 7765 extern tree cp_build_bit_cast (location_t, tree, tree,
|
H A D | semantics.cc | 12423 cp_build_bit_cast (location_t loc, tree type, tree arg, in cp_build_bit_cast() function
|
H A D | pt.cc | 20378 RETURN (cp_build_bit_cast (EXPR_LOCATION (t), type, op0, complain)); in tsubst_copy_and_build()
|
H A D | parser.cc | 7557 = cp_build_bit_cast (type_location, type, expression, in cp_parser_postfix_expression()
|