Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h211 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,bool &AteExtraComma);
212 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { in ParseIndexList() function
214 if (ParseIndexList(Indices, AteExtraComma)) return true; in ParseIndexList()
DLLParser.cpp1486 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices, in ParseIndexList() function in LLParser
2405 ParseIndexList(Indices) || in ParseValID()
2425 ParseIndexList(Indices) || in ParseValID()
4275 ParseIndexList(Indices, AteExtraComma)) in ParseExtractValue()
4296 ParseIndexList(Indices, AteExtraComma)) in ParseInsertValue()