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

/freebsd-10.0-release/contrib/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;
H A DLLParser.cpp1512 /// ParseIndexList - This parses the index list for an insert/extractvalue
1518 /// ParseIndexList
1521 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices,
2440 ParseIndexList(Indices) ||
2460 ParseIndexList(Indices) ||
4315 ParseIndexList(Indices, AteExtraComma))
4336 ParseIndexList(Indices, AteExtraComma))

Completed in 137 milliseconds