Searched refs:EatIfPresent (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp434 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(llto
[all...]
H A DLLParser.h205 bool EatIfPresent(lltok::Kind T) { function in class:llvm::LLParser

Completed in 108 milliseconds