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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/eqn/
H A Dlist.cpp132 if (!list.p[i]->is_simple()) {
146 if (!list.p[i]->is_simple())
151 if (!list.p[i]->is_simple())
156 if (!list.p[i]->is_simple())
161 have_simple = list.p[i]->is_simple();
165 if (list.p[i]->is_simple())
185 if (!list.p[i]->is_simple())
189 have_simple = list.p[i]->is_simple();
193 if (list.p[i]->is_simple())
204 if (list.p[list.len-1]->is_simple())
[all...]
H A Dlex.cpp37 char is_simple; member in struct:definition
46 definition::definition() : is_macro(1), is_simple(0)
274 def->is_simple = 1;
800 if (def && def->is_macro && !def->is_simple) {
910 void do_definition(int is_simple) argument
931 def->is_simple = is_simple;
1015 int result = def && def->is_macro && !def->is_simple;
H A Dbox.h42 virtual int is_simple();
164 int is_simple();
H A Dbox.cpp522 int box::is_simple() function in class:box
527 int simple_box::is_simple() function in class:simple_box
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dbasic_types.hpp199 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator;
205 typedef integral_constant<int, is_simple<Key>::value> indicator;
H A Dtype_utils.hpp95 struct is_simple struct in namespace:__gnu_pbds::detail
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp75 entry_cmp<Value_Type, Cmp_Fn, is_simple<Value_Type>::value, Allocator>::type
91 simple_value = is_simple<Value_Type>::value
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp140 simple_value = is_simple<Value_Type>::value
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_ide.c395 int is_simple,
409 if (is_simple)
484 setup_fifo(me, controller, 0/*is_simple*/, 1/*is_with_disk*/, is_read);
487 setup_fifo(me, controller, 0/*is_simple*/, 1/*is_with_disk*/, is_write);
393 setup_fifo(device *me, ide_controller *controller, int is_simple, int is_with_disk, io_direction direction) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Domega.c5270 bool is_simple; local
5296 is_simple = true;
5301 is_simple = false;
5306 if (!is_simple)

Completed in 180 milliseconds