Home
last modified time | relevance | path

Searched refs:cxx_eval_bit_cast (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc4453 cxx_eval_bit_cast (const constexpr_ctx *ctx, tree t, bool *non_constant_p, in cxx_eval_bit_cast() function
7618 r = cxx_eval_bit_cast (ctx, t, non_constant_p, overflow_p); in cxx_eval_constant_expression()
H A DChangeLog-2021349 (cxx_eval_bit_cast): Don't error about padding bits if target
H A DChangeLog-2020714 * constexpr.c (check_bit_cast_type, cxx_eval_bit_cast): New functions.