Searched refs:type_binfos (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-devirt.cc | 2518 vec <tree> &type_binfos, in record_target_from_binfo() 2533 type_binfos.safe_push (binfo); in record_target_from_binfo() 2541 for (i = type_binfos.length () - 1; i >= 0; i--) in record_target_from_binfo() 2542 if (BINFO_OFFSET (type_binfos[i]) == BINFO_OFFSET (binfo)) in record_target_from_binfo() 2544 type_binfo = type_binfos[i]; in record_target_from_binfo() 2548 type_binfos.pop (); in record_target_from_binfo() 2597 type_binfos, in record_target_from_binfo() 2601 type_binfos.pop (); in record_target_from_binfo() 2629 auto_vec <tree, 8> type_binfos; in possible_polymorphic_call_targets_1() local 2643 binfo, otr_type, type_binfos, otr_token, in possible_polymorphic_call_targets_1()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-devirt.c | 2502 vec <tree> &type_binfos, 2517 type_binfos.safe_push (binfo); 2525 for (i = type_binfos.length () - 1; i >= 0; i--) 2526 if (BINFO_OFFSET (type_binfos[i]) == BINFO_OFFSET (binfo)) 2528 type_binfo = type_binfos[i]; 2532 type_binfos.pop (); 2581 type_binfos, 2585 type_binfos.pop (); 2613 auto_vec <tree, 8> type_binfos; 2627 binfo, otr_type, type_binfos, otr_token,
|