Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenattrtab.cc182 unsigned is_numeric : 1; /* Values of this attribute are numeric. */ member in attr_desc
732 if (attr2->is_numeric) in check_attr_test()
859 if (!attr->is_numeric) in check_attr_value()
880 if (attr->is_numeric) in check_attr_value()
915 if (!attr->is_numeric) in check_attr_value()
968 else if (attr->is_numeric != attr2->is_numeric) in check_attr_value()
1504 if (! length_attr->is_numeric) in make_length_attrs()
3095 attr->is_numeric = 1; in gen_attr()
3106 if (attr->is_numeric) in gen_attr()
3114 if (! strcmp_check (attr->name, length_str) && ! attr->is_numeric) in gen_attr()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenattrtab.c182 unsigned is_numeric : 1; /* Values of this attribute are numeric. */ variable
732 if (attr2->is_numeric) in check_attr_test()
859 if (!attr->is_numeric) in check_attr_value()
880 if (attr->is_numeric) in check_attr_value()
915 if (!attr->is_numeric) in check_attr_value()
968 else if (attr->is_numeric != attr2->is_numeric) in check_attr_value()
1504 if (! length_attr->is_numeric) in make_length_attrs()
3096 attr->is_numeric = 1; in gen_attr()
3107 if (attr->is_numeric) in gen_attr()
3115 if (! strcmp_check (attr->name, length_str) && ! attr->is_numeric) in gen_attr()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dvalsort.c98 int i, is_numeric; in valsort_cf_func() local
172 is_numeric = ( vitmp.vi_ad->ad_type->sat_syntax == syn_numericString || in valsort_cf_func()
201 if (( vitmp.vi_sort & VALSORT_NUMERIC ) && !is_numeric ) { in valsort_cf_func()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c1163 NUMERIC_TYPE->is_numeric (), ctxt, NULL, \
1342 result_type->is_numeric (), ctxt, loc, in gcc_jit_context_new_unary_op()
1398 result_type->is_numeric (), ctxt, loc, in gcc_jit_context_new_binary_op()
1699 index->get_type ()->is_numeric (), in gcc_jit_context_new_array_access()
H A Djit-recording.h538 bool is_numeric () const in is_numeric() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc1919 NUMERIC_TYPE->is_numeric (), ctxt, NULL, \
2102 result_type->is_numeric (), ctxt, loc, in gcc_jit_context_new_unary_op()
2159 result_type->is_numeric (), ctxt, loc, in gcc_jit_context_new_binary_op()
2482 index->get_type ()->is_numeric (), in gcc_jit_context_new_array_access()
H A Djit-recording.h574 bool is_numeric () const in is_numeric() function
H A DChangeLog.jit774 * internal-api.h (gcc::jit::recording::type::is_numeric): New.
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c2637 is_numeric (const char *name, uint64_t *pval) in is_numeric() function
2675 if (is_numeric (nameOnly, NULL)) in is_numeric_alias()
3680 if (is_numeric (nameOnly, &val)) in process_ctr_def()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c2601 is_numeric (const char *name, uint64_t *pval) in is_numeric() function
2639 if (is_numeric (nameOnly, NULL)) in is_numeric_alias()
3644 if (is_numeric (nameOnly, &val)) in process_ctr_def()
/netbsd-src/external/gpl2/gmake/dist/
H A DChangeLog1716 * function.c (check_numeric): Combine the is_numeric() function