Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.cpp287 if (EatIfPresent(lltok::rsquare)) in ParseDepLibs()
293 } while (EatIfPresent(lltok::comma)); in ParseDepLibs()
564 } while (EatIfPresent(lltok::comma)); in ParseNamedMetadata()
588 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata()
901 if (EatIfPresent(lltok::equal) && in ParseFnAttributeValuePairs()
1179 if (!EatIfPresent(lltok::kw_thread_local)) in ParseOptionalThreadLocal()
1196 if (!EatIfPresent(lltok::kw_addrspace)) in ParseOptionalAddrSpace()
1514 } while (EatIfPresent(lltok::comma)); in ParseInstructionMetadata()
1523 if (!EatIfPresent(lltok::kw_align)) in ParseOptionalAlignment()
1546 if (!EatIfPresent(AttrKind)) in ParseOptionalDerefAttrBytes()
[all …]
DLLParser.h166 bool EatIfPresent(lltok::Kind T) { in EatIfPresent() function