Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dconvert.cc1100 tree fixed_zero_node = build_fixed (type, FCONST0 (TYPE_MODE (type))); in convert_to_fixed() local
1101 return fixed_zero_node; in convert_to_fixed()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dconvert.c1106 tree fixed_zero_node = build_fixed (type, FCONST0 (TYPE_MODE (type))); in convert_to_fixed() local
1107 return fixed_zero_node; in convert_to_fixed()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c3506 tree fixed_zero_node = build_fixed (TREE_TYPE (expr), in c_common_truthvalue_conversion() local
3509 return build_binary_op (location, NE_EXPR, expr, fixed_zero_node, true); in c_common_truthvalue_conversion()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc3753 tree fixed_zero_node = build_fixed (TREE_TYPE (expr), in c_common_truthvalue_conversion() local
3756 return build_binary_op (location, NE_EXPR, expr, fixed_zero_node, true); in c_common_truthvalue_conversion()