Searched refs:native_interpret_aggregate (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fold-const.h | 41 extern tree native_interpret_aggregate (tree, const unsigned char *, int, int);
|
| D | fold-const.cc | 8900 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()
|
| D | ChangeLog-2020 | 2254 (native_interpret_aggregate): Declare. 2259 (native_interpret_aggregate): New function.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | constexpr.cc | 4540 r = native_interpret_aggregate (TREE_TYPE (t), ptr, 0, len); in cxx_eval_bit_cast()
|