Searched refs:c_base (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cxx-pretty-print.c | 1971 pp->c_base.declaration = (pp_fun) pp_cxx_declaration; in pp_cxx_pretty_printer_init() 1973 pp->c_base.function_specifier = (pp_fun) pp_cxx_function_specifier; in pp_cxx_pretty_printer_init() 1974 pp->c_base.type_specifier_seq = (pp_fun) pp_cxx_type_specifier_seq; in pp_cxx_pretty_printer_init() 1975 pp->c_base.declarator = (pp_fun) pp_cxx_declarator; in pp_cxx_pretty_printer_init() 1976 pp->c_base.direct_declarator = (pp_fun) pp_cxx_direct_declarator; in pp_cxx_pretty_printer_init() 1978 pp->c_base.type_id = (pp_fun) pp_cxx_type_id; in pp_cxx_pretty_printer_init() 1980 pp->c_base.direct_abstract_declarator = in pp_cxx_pretty_printer_init() 1986 pp->c_base.constant = (pp_fun) pp_cxx_constant; in pp_cxx_pretty_printer_init() 1987 pp->c_base.id_expression = (pp_fun) pp_cxx_id_expression; in pp_cxx_pretty_printer_init() 1990 pp->c_base.unary_expression = (pp_fun) pp_cxx_unary_expression; in pp_cxx_pretty_printer_init() [all …]
|
H A D | cxx-pretty-print.h | 28 #define pp_c_base(PP) (&(PP)->c_base) 39 c_pretty_printer c_base; member
|
H A D | ChangeLog | 3522 (pp_cxx_pretty_printer_init): Set pp->c_base.constant.
|
/openbsd/sys/arch/hppa/stand/libsa/ |
H A D | pdc.c | 410 fall(int c_base, int c_count, int c_loop, int c_stride, int data) in fall() argument 414 for (; c_count--; c_base += c_stride) in fall() 417 fdce(0, c_base); in fall() 419 fice(0, c_base); in fall()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/ |
H A D | Makefile.am | 344 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \ 375 stamp-c_base: stamp-bits ${c_base_headers} ${c_base_headers_extra} 386 echo `date` > stamp-c_base
|
H A D | Makefile.in | 462 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \ 613 stamp-c_base: stamp-bits ${c_base_headers} ${c_base_headers_extra} 624 echo `date` > stamp-c_base
|
/openbsd/sys/arch/hppa/hppa/ |
H A D | machdep.c | 697 fall(int c_base, int c_count, int c_loop, int c_stride, int data) in fall() argument 701 for (; c_count--; c_base += c_stride) in fall() 704 fdce(0, c_base); in fall() 706 fice(0, c_base); in fall()
|
/openbsd/gnu/gcc/libstdc++-v3/include/ |
H A D | Makefile.am | 800 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \ 836 stamp-c_base: stamp-bits ${c_base_headers} ${c_base_headers_extra} 840 if [ ! -f stamp-c_base ]; then \ 849 $(STAMP) stamp-c_base
|
H A D | Makefile.in | 1013 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \ 1219 stamp-c_base: stamp-bits ${c_base_headers} ${c_base_headers_extra} 1223 if [ ! -f stamp-c_base ]; then \ 1232 $(STAMP) stamp-c_base
|
/openbsd/gnu/usr.bin/perl/ |
H A D | Makefile.SH | 541 c_base = \ 561 c = $(c_base) miniperlmain.c $(mini_only_src) 1745 TAGS: $(c_base) $(h) 1746 etags $(c_base) $(h)
|
/openbsd/sys/dev/pci/ |
H A D | if_ixl.c | 5239 uint32_t c_base; member 5387 r = c->c_base + (state->index * 8); in ixl_rd_counters()
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog | 372 * include/Makefile.am (stamp-c_base): Add dependency on stamp-bits 6569 (stamp-c_base): Modify.
|