Home
last modified time | relevance | path

Searched refs:hq_type_node (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c1230 builtin_define_fixed_point_constants ("HQ", "", hq_type_node); in c_cpp_builtins()
H A Dc-common.c2357 return unsignedp ? sat_hq_type_node : hq_type_node; in c_common_type_for_mode()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c1115 return unsigned_p ? sat_hq_type_node : hq_type_node; in lto_type_for_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc1320 builtin_define_fixed_point_constants ("HQ", "", hq_type_node); in c_cpp_builtins()
H A Dc-common.cc2551 return unsignedp ? sat_hq_type_node : hq_type_node; in c_common_type_for_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc1119 return unsigned_p ? sat_hq_type_node : hq_type_node; in lto_type_for_mode()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h4165 #define hq_type_node global_trees[TI_HQ_TYPE] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h4329 #define hq_type_node global_trees[TI_HQ_TYPE] macro
H A DChangeLog-200712031 qq_type_node, hq_type_node, sq_type_node, dq_type_node, tq_type_node,