Home
last modified time | relevance | path

Searched refs:native_interpret_aggregate (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const.h41 extern tree native_interpret_aggregate (tree, const unsigned char *, int, int);
Dfold-const.cc8900 native_interpret_aggregate (tree type, const unsigned char *ptr, int off, in native_interpret_aggregate() function
8934 v = native_interpret_aggregate (TREE_TYPE (type), ptr, off + pos, in native_interpret_aggregate()
9034 v = native_interpret_aggregate (TREE_TYPE (fld), ptr, off + pos, sz); in native_interpret_aggregate()
DChangeLog-20202254 (native_interpret_aggregate): Declare.
2259 (native_interpret_aggregate): New function.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstexpr.cc4540 r = native_interpret_aggregate (TREE_TYPE (t), ptr, 0, len); in cxx_eval_bit_cast()