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

/external/llvm/lib/AsmParser/
H A DLLParser.h186 bool ParseOptionalCommaAlign(unsigned &Alignment, bool &AteExtraComma);
187 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,bool &AteExtraComma);
189 bool AteExtraComma; local
190 if (ParseIndexList(Indices, AteExtraComma)) return true;
191 if (AteExtraComma)
H A DLLParser.cpp1124 /// This returns with AteExtraComma set to true if it ate an excess comma at the
1127 bool &AteExtraComma) {
1128 AteExtraComma = false;
1132 AteExtraComma = true;
1192 /// instruction. This sets AteExtraComma in the case where we eat an extra
1201 bool &AteExtraComma) {
1202 AteExtraComma = false;
1209 AteExtraComma = true;
3478 bool AteExtraComma = false;
3487 AteExtraComma
[all...]

Completed in 318 milliseconds