Lines Matching refs:CheckFailed
174 void CheckFailed(const Twine &Message) { in CheckFailed() function
185 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function
186 CheckFailed(Message); in CheckFailed()
472 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (0)
520 CheckFailed("Global is referenced by parentless instruction!", &GV, in visitGlobalValue()
523 CheckFailed("Global is referenced in a different module!", &GV, in visitGlobalValue()
529 CheckFailed("Global is used by function in a different module", &GV, in visitGlobalValue()
1176 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags()
1182 CheckFailed(("invalid requirement on flag, " in visitModuleFlags()
1307 CheckFailed("Attribute '" + I->getAsString() + in verifyAttributeTypes()
1315 CheckFailed("Attribute '" + I->getAsString() + in verifyAttributeTypes()
1320 CheckFailed("Attribute '" + I->getAsString() + in verifyAttributeTypes()
1567 CheckFailed("'allocsize' " + Name + " argument is out of bounds", V); in verifyFunctionAttrs()
1572 CheckFailed("'allocsize' " + Name + in verifyFunctionAttrs()
3632 CheckFailed("Use of instruction is not an instruction!", U); in visitInstruction()