Searched refs:AddError (Results 1 – 2 of 2) sorted by relevance
63 AddError(StringPrintf( in VisitBasicBlock()86 AddError(StringPrintf( in VisitBasicBlock()99 AddError(StringPrintf("Block %d does not end with a branch instruction.", in VisitBasicBlock()111 AddError(StringPrintf("Unexpected instruction %s:%d jumps into the exit block.", in VisitBasicBlock()123 AddError(StringPrintf("Block %d has a non-phi in its phi list.", in VisitBasicBlock()127 AddError(StringPrintf("The recorded last phi of block %d does not match " in VisitBasicBlock()140 AddError(StringPrintf("Block %d has a phi in its non-phi list.", in VisitBasicBlock()144 AddError(StringPrintf("The recorded last instruction of block %d does not match " in VisitBasicBlock()156 AddError(StringPrintf("Catch block %d is a normal successor of block %d.", in VisitBasicBlock()163 AddError(StringPrintf("Normal block %d is an exceptional successor of block %d.", in VisitBasicBlock()[all …]
95 void AddError(const std::string& error) { in AddError() function