Searched refs:is_simple (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dlist.cpp130 if (!list.p[i]->is_simple()) {
144 if (!list.p[i]->is_simple())
149 if (!list.p[i]->is_simple())
154 if (!list.p[i]->is_simple())
159 have_simple = list.p[i]->is_simple();
163 if (list.p[i]->is_simple())
183 if (!list.p[i]->is_simple())
187 have_simple = list.p[i]->is_simple();
191 if (list.p[i]->is_simple())
202 if (list.p[list.len-1]->is_simple())
[all...]
H A Dlex.cpp35 char is_simple; member in struct:definition
44 definition::definition() : is_macro(1), is_simple(0)
272 def->is_simple = 1;
798 if (def && def->is_macro && !def->is_simple) {
908 void do_definition(int is_simple) argument
929 def->is_simple = is_simple;
1013 int result = def && def->is_macro && !def->is_simple;
H A Dbox.h40 virtual int is_simple();
162 int is_simple();
H A Dbox.cpp520 int box::is_simple() function in class:box
525 int simple_box::is_simple() function in class:simple_box
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dbasic_types.hpp205 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator;
211 typedef integral_constant<int, is_simple<Key>::value> indicator;
H A Dtype_utils.hpp101 struct is_simple struct in namespace:pb_ds::detail
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c63 static int is_simple(passwdqc_params_t *params, const char *newpass) function
229 if (is_simple(params, scratch)) {
312 if (!reason && is_simple(params, newpass)) {
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp81 entry_cmp<Value_Type, Cmp_Fn, is_simple<Value_Type>::value, Allocator>::type
97 simple_value = is_simple<Value_Type>::value
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp146 simple_value = is_simple<Value_Type>::value

Completed in 257 milliseconds