Searched refs:Collapsed (Results 1 – 5 of 5) sorted by relevance
1176 std::string Collapsed = Raw; in isLabel() local1177 Collapsed.erase(std::remove_if(Collapsed.begin(), Collapsed.end(), isspace), in isLabel()1178 Collapsed.end()); in isLabel()1179 StringRef Whole = Collapsed; in isLabel()1221 std::string Collapsed = RawString; in ParseRegister() local1222 Collapsed.erase(std::remove_if(Collapsed.begin(), Collapsed.end(), isspace), in ParseRegister()1223 Collapsed.end()); in ParseRegister()1224 StringRef FullString = Collapsed; in ParseRegister()
22 ## Badly Collapsed GLR States. ##25 AT_SETUP([Badly Collapsed GLR States])
339 Collapsed 4 "i" and "c" loops into single "i" loops in pngrtran and pngwtran.
10537 * tests/glr-regression.at (Badly Collapsed GLR States):10566 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.13721 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.14615 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //15008 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
362 Collapsed 4 "i" and "c" loops into single "i" loops in pngrtran and pngwtran.