Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c177 unsigned is_numeric : 1; /* Values of this attribute are numeric. */ member
756 if (attr->is_numeric) in check_attr_test()
876 if (attr && ! attr->is_numeric) in check_attr_value()
899 if (attr == 0 || attr->is_numeric) in check_attr_value()
941 if (attr && !attr->is_numeric) in check_attr_value()
1004 && attr->is_numeric != attr2->is_numeric) in check_attr_value()
1544 if (! length_attr->is_numeric) in make_length_attrs()
2923 attr->is_numeric = 1; in gen_attr()
2942 if (attr->is_numeric) in gen_attr()
2953 if (! strcmp_check (attr->name, length_str) && ! attr->is_numeric) in gen_attr()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c176 unsigned is_numeric : 1; /* Values of this attribute are numeric. */ member
968 if (attr->is_numeric)
1078 if (attr && ! attr->is_numeric)
1101 if (attr == 0 || attr->is_numeric)
1145 if (attr && !attr->is_numeric)
1204 && (attr->is_numeric != attr2->is_numeric
2457 if (! length_attr->is_numeric) in make_length_attrs()
3682 || space[ndim].attr->is_numeric)
4237 attr->is_numeric = 1;
4256 if (attr->is_numeric)
[all …]
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig555 # (is_numeric, is_signed)
556 # the value of is_signed is undefined if is_numeric == false
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq4.pod2669 that isn't a C float. The C<is_numeric> function is a front end to
2687 sub is_numeric { defined getnum($_[0]) }