Searched refs:list_apply (Results 1 - 6 of 6) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| H A D | proto.h | 412 extern void list_apply( ListNode *, void (*)(void *) ); 693 extern void list_apply();
|
| H A D | scan.c | 1170 /* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem_pred); 1173 /* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem_pred); 1176 /* MRxx */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem_pred); 1178 /* MR10 */ list_apply(CurActionLabels,mark_label_used_in_sem_pred);
|
| H A D | bits.c | 322 list_apply(eclasses, (void (*)(void *)) doEclass); 325 list_apply(eclasses, (void (*)(void *)) doEclass); 327 list_apply(eclasses, doEclass);
|
| H A D | main.c | 894 /* MR10 */ list_apply(NumericPredLabels, (void (*)(void *))report_numericPredLabels); 897 /* MR10 */ list_apply(NumericPredLabels, (void (*)(void *))report_numericPredLabels); 899 /* MR10 */ list_apply(NumericPredLabels,report_numericPredLabels);
|
| H A D | antlr.g | 244 /* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem_pred);
247 /* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem_pred);
250 /* MRxx */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem_pred);
252 /* MR10 */ list_apply(CurActionLabels,mark_label_used_in_sem_pred);
|
| H A D | misc.c | 19 * void list_apply(ListNode *list, void (*f)()) 640 list_apply( ListNode *list, void (*f)(void *) ) function 642 list_apply( list, f ) 648 require(f!=NULL, "list_apply: NULL function to apply");
|
Completed in 57 milliseconds