Searched refs:fixed_zero_node (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | convert.cc | 1100 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 D | convert.c | 1106 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 D | c-common.c | 3506 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 D | c-common.cc | 3753 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()
|