• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/

Lines Matching refs:EatIfPresent

434   if (EatIfPresent(lltok::rsquare))
440 } while (EatIfPresent(lltok::comma));
550 if (EatIfPresent(lltok::kw_unnamed_addr))
552 else if (EatIfPresent(lltok::kw_local_unnamed_addr))
743 } while (EatIfPresent(lltok::comma));
764 bool IsDistinct = EatIfPresent(lltok::kw_distinct);
1590 if (!EatIfPresent(lltok::kw_thread_local))
1607 if (!EatIfPresent(lltok::kw_addrspace))
1621 if (EatIfPresent(lltok::equal) && ParseStringConstant(Val))
2109 } while (EatIfPresent(lltok::comma));
2139 if (!EatIfPresent(lltok::kw_align))
2147 if (EatIfPresent(lltok::lparen))
2154 if (HaveParens && !EatIfPresent(lltok::rparen))
2177 if (!EatIfPresent(AttrKind))
2180 if (!EatIfPresent(lltok::lparen))
2185 if (!EatIfPresent(lltok::rparen))
2201 while (EatIfPresent(lltok::comma)) {
2227 while (EatIfPresent(lltok::comma)) {
2250 if (!EatIfPresent(lltok::lparen))
2256 if (EatIfPresent(lltok::comma)) {
2269 if (!EatIfPresent(lltok::rparen))
2293 if (EatIfPresent(lltok::kw_syncscope)) {
2295 if (!EatIfPresent(lltok::lparen))
2304 if (!EatIfPresent(lltok::rparen))
2340 if (!EatIfPresent(lltok::kw_alignstack))
2343 if (!EatIfPresent(lltok::lparen))
2348 if (!EatIfPresent(lltok::rparen))
2371 while (EatIfPresent(lltok::comma)) {
2560 if (!EatIfPresent(lltok::kw_byval))
2562 if (!EatIfPresent(lltok::lparen))
2566 if (!EatIfPresent(lltok::rparen))
2575 if (!EatIfPresent(lltok::kw_preallocated))
2577 if (!EatIfPresent(lltok::lparen))
2581 if (!EatIfPresent(lltok::rparen))
2598 if (!EatIfPresent(lltok::lsquare))
2691 while (EatIfPresent(lltok::comma)) {
2693 if (EatIfPresent(lltok::dotdotdot)) {
2781 if (EatIfPresent(lltok::kw_opaque)) {
2793 bool isPacked = EatIfPresent(lltok::less);
2838 if (EatIfPresent(lltok::rbrace))
2849 while (EatIfPresent(lltok::comma)) {
3218 bool isPackedStruct = EatIfPresent(lltok::lbrace);
3552 if (EatIfPresent(lltok::kw_nuw))
3554 if (EatIfPresent(lltok::kw_nsw)) {
3556 if (EatIfPresent(lltok::kw_nuw))
3561 if (EatIfPresent(lltok::kw_exact))
3642 InBounds = EatIfPresent(lltok::kw_inbounds);
3772 if (!EatIfPresent(lltok::kw_comdat))
3775 if (EatIfPresent(lltok::lparen)) {
3804 if (InRangeOp && !*InRangeOp && EatIfPresent(lltok::kw_inrange))
3810 } while (EatIfPresent(lltok::comma));
4257 } while (EatIfPresent(lltok::bar));
4297 } while (EatIfPresent(lltok::bar));
4429 } while (EatIfPresent(lltok::comma));
5096 } while (EatIfPresent(lltok::comma));
5517 (EatIfPresent(lltok::kw_section) &&
5519 (EatIfPresent(lltok::kw_partition) &&
5523 (EatIfPresent(lltok::kw_gc) &&
5525 (EatIfPresent(lltok::kw_prefix) &&
5527 (EatIfPresent(lltok::kw_prologue) &&
5529 (EatIfPresent(lltok::kw_personality) &&
5786 if (EatIfPresent(lltok::comma))
5853 bool NUW = EatIfPresent(lltok::kw_nuw);
5854 bool NSW = EatIfPresent(lltok::kw_nsw);
5855 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw);
5881 bool Exact = EatIfPresent(lltok::kw_exact);
6143 while (EatIfPresent(lltok::comma)) {
6374 } while (EatIfPresent(lltok::comma));
6384 if (EatIfPresent(lltok::kw_to)) {
6507 while (EatIfPresent(lltok::comma)) {
6797 if (!EatIfPresent(lltok::comma))
6836 LP->setCleanup(EatIfPresent(lltok::kw_cleanup));
6840 if (EatIfPresent(lltok::kw_catch))
6842 else if (EatIfPresent(lltok::kw_filter))
7014 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca);
7015 bool IsSwiftError = EatIfPresent(lltok::kw_swifterror);
7023 if (EatIfPresent(lltok::comma)) {
7038 if (EatIfPresent(lltok::comma)) {
7186 if (EatIfPresent(lltok::kw_weak))
7189 if (EatIfPresent(lltok::kw_volatile))
7244 if (EatIfPresent(lltok::kw_volatile))
7343 bool InBounds = EatIfPresent(lltok::kw_inbounds);
7369 while (EatIfPresent(lltok::comma)) {
7458 if (EatIfPresent(lltok::rbrace))
7463 if (EatIfPresent(lltok::kw_null)) {
7472 } while (EatIfPresent(lltok::comma));
7531 } while (EatIfPresent(lltok::comma));
7689 if (EatIfPresent(lltok::comma)) {
7753 } while (EatIfPresent(lltok::comma));
7832 while (EatIfPresent(lltok::comma)) {
7891 } while (EatIfPresent(lltok::comma));
7931 while (EatIfPresent(lltok::comma)) {
8001 while (EatIfPresent(lltok::comma)) {
8031 } while (EatIfPresent(lltok::comma));
8052 } while (EatIfPresent(lltok::comma));
8198 if (!EatIfPresent(lltok::comma)) {
8235 } while (EatIfPresent(lltok::comma));
8275 while (EatIfPresent(lltok::comma)) {
8349 while (EatIfPresent(lltok::comma)) {
8497 } while (EatIfPresent(lltok::comma));
8533 if (EatIfPresent(lltok::comma)) {
8535 if (EatIfPresent(lltok::kw_hotness)) {
8553 } while (EatIfPresent(lltok::comma));
8640 } while (EatIfPresent(lltok::comma));
8735 if (EatIfPresent(lltok::comma)) {
8745 } while (EatIfPresent(lltok::comma));
8773 } while (EatIfPresent(lltok::comma));
8804 } while (EatIfPresent(lltok::comma));
8883 } while (EatIfPresent(lltok::comma));
8916 } while (EatIfPresent(lltok::comma));
8954 } while (EatIfPresent(lltok::comma));
8993 } while (EatIfPresent(lltok::comma));
9022 if (EatIfPresent(lltok::comma))
9119 } while (EatIfPresent(lltok::comma));
9172 } while (EatIfPresent(lltok::comma));
9196 bool WriteOnly = false, ReadOnly = EatIfPresent(lltok::kw_readonly);
9198 WriteOnly = EatIfPresent(lltok::kw_writeonly);