Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenInstruction.cpp400 StringRef::size_type bidx, eidx; in ParseConstraints() local
404 eidx = CStr.find_first_of(delims, bidx); in ParseConstraints()
405 if (eidx == StringRef::npos) in ParseConstraints()
406 eidx = CStr.size(); in ParseConstraints()
408 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops, Rec); in ParseConstraints()
409 bidx = CStr.find_first_not_of(delims, eidx); in ParseConstraints()