Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:EatIfPresent

347   if (EatIfPresent(lltok::rsquare))
353 } while (EatIfPresent(lltok::comma));
639 } while (EatIfPresent(lltok::comma));
978 if (EatIfPresent(lltok::equal) &&
1244 if (!EatIfPresent(lltok::kw_thread_local))
1261 if (!EatIfPresent(lltok::kw_addrspace))
1589 } while (EatIfPresent(lltok::comma));
1598 if (!EatIfPresent(lltok::kw_align))
1618 while (EatIfPresent(lltok::comma)) {
1645 if (EatIfPresent(lltok::kw_singlethread))
1674 if (!EatIfPresent(lltok::kw_alignstack))
1677 if (!EatIfPresent(lltok::lparen))
1682 if (!EatIfPresent(lltok::rparen))
1705 while (EatIfPresent(lltok::comma)) {
1918 while (EatIfPresent(lltok::comma)) {
1920 if (EatIfPresent(lltok::dotdotdot)) {
2002 if (EatIfPresent(lltok::kw_opaque)) {
2014 bool isPacked = EatIfPresent(lltok::less);
2060 if (EatIfPresent(lltok::rbrace))
2071 while (EatIfPresent(lltok::comma)) {
2452 bool isPackedStruct = EatIfPresent(lltok::lbrace);
2706 if (EatIfPresent(lltok::kw_nuw))
2708 if (EatIfPresent(lltok::kw_nsw)) {
2710 if (EatIfPresent(lltok::kw_nuw))
2715 if (EatIfPresent(lltok::kw_exact))
2800 InBounds = EatIfPresent(lltok::kw_inbounds);
2875 if (!EatIfPresent(lltok::kw_comdat))
2901 while (EatIfPresent(lltok::comma)) {
3193 (EatIfPresent(lltok::kw_section) &&
3197 (EatIfPresent(lltok::kw_gc) &&
3199 (EatIfPresent(lltok::kw_prefix) &&
3393 if (EatIfPresent(lltok::comma))
3444 bool NUW = EatIfPresent(lltok::kw_nuw);
3445 bool NSW = EatIfPresent(lltok::kw_nsw);
3446 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw);
3472 bool Exact = EatIfPresent(lltok::kw_exact);
3699 while (EatIfPresent(lltok::comma)) {
4050 if (!EatIfPresent(lltok::comma))
4092 LP->setCleanup(EatIfPresent(lltok::kw_cleanup));
4096 if (EatIfPresent(lltok::kw_catch))
4098 else if (EatIfPresent(lltok::kw_filter))
4243 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca);
4248 if (EatIfPresent(lltok::comma)) {
4367 if (EatIfPresent(lltok::kw_weak))
4370 if (EatIfPresent(lltok::kw_volatile))
4420 if (EatIfPresent(lltok::kw_volatile))
4489 bool InBounds = EatIfPresent(lltok::kw_inbounds);
4500 while (EatIfPresent(lltok::comma)) {
4587 if (EatIfPresent(lltok::kw_null)) {
4595 } while (EatIfPresent(lltok::comma));