Searched refs:list_apply (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | parser.dlg | 805 …/* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem… 808 …/* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem… 811 …/* MRxx */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem… 813 /* MR10 */ list_apply(CurActionLabels,mark_label_used_in_sem_pred);
|
D | bits.c | 322 list_apply(eclasses, (void (*)(void *)) doEclass); in ComputeErrorSets() 325 list_apply(eclasses, (void (*)(void *)) doEclass); in ComputeErrorSets() 327 list_apply(eclasses, doEclass); in ComputeErrorSets()
|
D | scan.c | 1170 …/* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem… in act103() 1173 …/* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem… in act103() 1176 …/* MRxx */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem… in act103() 1178 /* MR10 */ list_apply(CurActionLabels,mark_label_used_in_sem_pred); in act103()
|
D | proto.h | 412 extern void list_apply( ListNode *, void (*)(void *) ); 693 extern void list_apply();
|
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);
|
D | misc.c | 640 list_apply( ListNode *list, void (*f)(void *) ) in list_apply() function 642 list_apply( list, f ) in list_apply()
|
D | antlr.g | 244 /* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem_… 247 /* MR10 */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem_… 250 /* MRxx */ list_apply(CurActionLabels, (void (*)(void *))mark_label_used_in_sem_… 252 /* MR10 */ list_apply(CurActionLabels,mark_label_used_in_sem_pred);
|