Lines Matching refs:BI
46 auto BI = B.begin(); in union_modes() local
54 if (BI != B.end() && BI->first == DefaultMode) { in union_modes()
56 ++BI; in union_modes()
61 if (BI == B.end()) { in union_modes()
67 if (BI->first < AI->first) { in union_modes()
68 Modes.push_back(BI->first); in union_modes()
69 ++BI; in union_modes()
72 if (AI->first == BI->first) in union_modes()
73 ++BI; in union_modes()
79 for (; BI != B.end(); ++BI) in union_modes()
80 Modes.push_back(BI->first); in union_modes()