Searched defs:ParseIndexList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLParser.h211 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,bool &AteExtraComma);
212 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { function in class:llvm::LLParser
214 if (ParseIndexList(Indices, AteExtraComma)) return true;

Completed in 69 milliseconds