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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h283 bool ParseOptionalCommaAlign(MaybeAlign &Alignment, bool &AteExtraComma);
285 bool &AteExtraComma);
290 bool &AteExtraComma);
292 bool AteExtraComma; local
293 if (ParseIndexList(Indices, AteExtraComma)) return true;
294 if (AteExtraComma)
H A DLLParser.cpp2196 /// This returns with AteExtraComma set to true if it ate an excess comma at the
2199 bool &AteExtraComma) {
2200 AteExtraComma = false;
2204 AteExtraComma = true;
2221 /// This returns with AteExtraComma set to true if it ate an excess comma at the
2225 bool &AteExtraComma) {
2226 AteExtraComma = false;
2230 AteExtraComma = true;
2356 /// instruction. This sets AteExtraComma in the case where we eat an extra
2365 bool &AteExtraComma) {
[all...]

Completed in 121 milliseconds