Searched refs:bidx (Results 1 – 1 of 1) sorted by relevance
400 StringRef::size_type bidx, eidx; in ParseConstraints() local402 bidx = CStr.find_first_not_of(delims); in ParseConstraints()403 while (bidx != StringRef::npos) { in ParseConstraints()404 eidx = CStr.find_first_of(delims, bidx); in ParseConstraints()408 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops, Rec); in ParseConstraints()409 bidx = CStr.find_first_not_of(delims, eidx); in ParseConstraints()