Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.cpp338 if (EatIfPresent(lltok::rsquare)) in ParseDepLibs()
344 } while (EatIfPresent(lltok::comma)); in ParseDepLibs()
562 } while (EatIfPresent(lltok::comma)); in ParseNamedMetadata()
871 if (EatIfPresent(lltok::equal) && in ParseFnAttributeValuePairs()
1111 if (!EatIfPresent(lltok::kw_thread_local)) in ParseOptionalThreadLocal()
1128 if (!EatIfPresent(lltok::kw_addrspace)) in ParseOptionalAddrSpace()
1386 } while (EatIfPresent(lltok::comma)); in ParseInstructionMetadata()
1395 if (!EatIfPresent(lltok::kw_align)) in ParseOptionalAlignment()
1415 while (EatIfPresent(lltok::comma)) { in ParseOptionalCommaAlign()
1442 if (EatIfPresent(lltok::kw_singlethread)) in ParseScopeAndOrdering()
[all …]
DLLParser.h157 bool EatIfPresent(lltok::Kind T) { in EatIfPresent() function