Searched defs:sanityCheckFail (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
H A D | ir_defs.c | 3133 void sanityCheckFail ( IRSB* bb, IRStmt* stmt, HChar* what ) function 3142 vpanic("sanityCheckFail: exiting due to bad IR"); 3187 sanityCheckFail(bb,stmt, "out of range Temp in IRExpr"); 3189 sanityCheckFail(bb,stmt, "IRTemp use before def in IRExpr"); 3321 sanityCheckFail(bb,stmt,"IRExpr.GetI.ix: not :: Ity_I32"); 3323 sanityCheckFail(bb,stmt,"IRExpr.GetI.descr: invalid descr"); 3339 sanityCheckFail(bb,stmt, 3371 sanityCheckFail(bb,stmt, 3390 sanityCheckFail(bb,stmt, 3416 sanityCheckFail(b [all...] |
Completed in 59 milliseconds