Home | History | Annotate | Download | only in coregrind

Lines Matching defs:raise

2418    VG_(printf)("Something called raise().\n");
2423 libgcc which boil down to an abort or raise, that's usually defined
2427 void raise(void);
2428 void raise(void){
2429 VG_(printf)("Something called raise().\n");