Searched refs:ffesttFormatList (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | stt.h | 42 typedef struct _ffest_format_list_ *ffesttFormatList; typedef 119 ffesttFormatList next; 120 ffesttFormatList previous; 145 ffesttFormatList format; /* the parenthesized 151 ffesttFormatList parent; /* NULL if outer list, else parent 180 ffesttFormatList ffestt_formatlist_append (ffesttFormatList list); 181 ffesttFormatList ffestt_formatlist_create (ffesttFormatList parent, 183 void ffestt_formatlist_kill (ffesttFormatList list);
|
H A D | stt.c | 590 ffesttFormatList 591 ffestt_formatlist_append (ffesttFormatList list) in ffestt_formatlist_append() 593 ffesttFormatList new; in ffestt_formatlist_append() 595 new = (ffesttFormatList) malloc_new_kp (ffesta_scratch_pool, in ffestt_formatlist_append() 611 ffesttFormatList 612 ffestt_formatlist_create (ffesttFormatList parent, ffelexToken t) in ffestt_formatlist_create() 614 ffesttFormatList new; in ffestt_formatlist_create() 616 new = (ffesttFormatList) malloc_new_kp (ffesta_scratch_pool, in ffestt_formatlist_create() 633 ffestt_formatlist_kill (ffesttFormatList list) in ffestt_formatlist_kill() 635 ffesttFormatList next; in ffestt_formatlist_kill()
|
H A D | std.c | 520 static void ffestd_R1001dump_ (ffests s, ffesttFormatList list); 521 static void ffestd_R1001dump_1005_1_ (ffests s, ffesttFormatList f, 523 static void ffestd_R1001dump_1005_2_ (ffests s, ffesttFormatList f, 525 static void ffestd_R1001dump_1005_3_ (ffests s, ffesttFormatList f, 541 static void ffestd_R1001error_ (ffesttFormatList f); 1200 ffesttFormatList f; in ffestd_subr_labels_() 3501 ffestd_R1001 (ffesttFormatList f) in ffestd_R1001() 3532 ffestd_R1001dump_ (ffests s, ffesttFormatList list) in ffestd_R1001dump_() 3534 ffesttFormatList next; in ffestd_R1001dump_() 3985 ffestd_R1001error_ (ffesttFormatList f) in ffestd_R1001error_() [all …]
|
H A D | std.h | 188 void ffestd_R1001 (ffesttFormatList f);
|
H A D | stc.h | 251 void ffestc_R1001 (ffesttFormatList f);
|
H A D | stb.c | 233 ffesttFormatList f; 1336 ffesttFormatList f; in ffestb_subr_R1001_append_p_() 8902 ffesttFormatList f; in ffestb_R1001() 8980 ffesttFormatList f; in ffestb_R10011_() 9017 ffesttFormatList f; in ffestb_R10012_() 9191 ffesttFormatList f; in ffestb_R10014_() 10326 ffesttFormatList f; in ffestb_R100110_() 10666 ffesttFormatList f; in ffestb_R100111_() 10739 ffesttFormatList f; in ffestb_R100112_() 10811 ffesttFormatList f; in ffestb_R100113_()
|
H A D | stc.c | 11398 ffestc_R1001 (ffesttFormatList f) in ffestc_R1001()
|