Searched refs:CheckFailed (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/VMCore/ |
D | Verifier.cpp | 314 void CheckFailed(const Twine &Message, in CheckFailed() function 325 void CheckFailed(const Twine &Message, const Value *V1, in CheckFailed() function 334 void CheckFailed(const Twine &Message, Type *T1, in CheckFailed() function 353 do { if (!(C)) { CheckFailed(M); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY() 355 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0) 357 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0) 359 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 361 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0) 1375 CheckFailed("Use of instruction is not an instruction!", *UI); in visitInstruction() 1452 CheckFailed("Invoke result does not dominate all uses!", Op,&I); in visitInstruction() [all …]
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 137 void CheckFailed(const Twine &Message, in CheckFailed() function in __anon9140ec1f0111::Lint 159 do { if (!(C)) { CheckFailed(M); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY() 161 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0) 163 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0) 165 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 167 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
|