Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp628 auto offsetMatch = matches[2]; in computeExpectedDiags() local
629 if (!offsetMatch.empty()) { in computeExpectedDiags()
630 offsetMatch = offsetMatch.drop_front(1); in computeExpectedDiags()
633 if (offsetMatch[0] == '+' || offsetMatch[0] == '-') { in computeExpectedDiags()
635 offsetMatch.drop_front().getAsInteger(0, offset); in computeExpectedDiags()
637 if (offsetMatch.front() == '+') in computeExpectedDiags()
641 } else if (offsetMatch.consume_front("above")) { in computeExpectedDiags()
648 assert(offsetMatch.consume_front("below")); in computeExpectedDiags()