Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-lang.cc1095 if (mode == TYPE_MODE (accum_type_node)) in lto_type_for_mode()
1096 return unsigned_p ? sat_accum_type_node : accum_type_node; in lto_type_for_mode()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmangle.cc2683 || type == accum_type_node in write_builtin_type()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.h4320 #define accum_type_node global_trees[TI_ACCUM_TYPE] macro
Dtree.cc9213 return unsignedp ? unsigned_accum_type_node : accum_type_node; in make_or_reuse_accum_type()
DChangeLog-200712028 accum_type_node, long_accum_type_node, long_long_accum_type_node,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc14503 tree node_nk = accum_type_node; in avr_init_builtins()