Home
last modified time | relevance | path

Searched refs:cp_build_bit_cast (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20215432 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 DChangeLog-2020702 * cp-tree.h (cp_build_bit_cast): Declare.
710 * semantics.c (cp_build_bit_cast): New function.
H A Dcp-tree.h7765 extern tree cp_build_bit_cast (location_t, tree, tree,
H A Dsemantics.cc12423 cp_build_bit_cast (location_t loc, tree type, tree arg, in cp_build_bit_cast() function
H A Dpt.cc20378 RETURN (cp_build_bit_cast (EXPR_LOCATION (t), type, op0, complain)); in tsubst_copy_and_build()
H A Dparser.cc7557 = cp_build_bit_cast (type_location, type, expression, in cp_parser_postfix_expression()