Home | History | Annotate | Download | only in coregrind

Lines Matching defs:raise

2523    VG_(printf)("Something called raise().\n");
2528 libgcc which boil down to an abort or raise, that's usually defined
2531 void raise(void);
2532 void raise(void){
2533 VG_(printf)("Something called raise().\n");