Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Entries

2116   CStringLengthTy Entries = state->get<CStringLength>();
2117 return !Entries.isEmpty();
2126 CStringLengthTy Entries = state->get<CStringLength>();
2127 if (Entries.isEmpty())
2148 // Then loop over the entries in the current state.
2149 for (CStringLengthTy::iterator I = Entries.begin(),
2150 E = Entries.end(); I != E; ++I) {
2155 Entries = F.remove(Entries, MR);
2164 Entries = F.remove(Entries, MR);
2170 return state->set<CStringLength>(Entries);
2176 CStringLengthTy Entries = state->get<CStringLength>();
2178 for (CStringLengthTy::iterator I = Entries.begin(), E = Entries.end();
2194 CStringLengthTy Entries = state->get<CStringLength>();
2195 if (Entries.isEmpty())
2199 for (CStringLengthTy::iterator I = Entries.begin(), E = Entries.end();
2204 Entries = F.remove(Entries, I.getKey());
2208 state = state->set<CStringLength>(Entries);