Searched refs:bptr (Results 1 – 2 of 2) sorted by relevance
16 } catch (const B* bptr) { in main() local17 if (bptr->data == 42) in main()21 } catch (void *bptr) { in main() local22 if (((B*)bptr)->data == 42) in main()