Home | History | Annotate | Download | only in coregrind

Lines Matching defs:raise

2695    VG_(printf)("Something called raise().\n");
2700 libgcc which boil down to an abort or raise, that's usually defined
2703 void raise(void);
2704 void raise(void){
2705 VG_(printf)("Something called raise().\n");