Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Assertion

50 static void assert_with_loc(bool Assertion, const std::string &Str) {
51 if (!Assertion) {