Searched refs:RefList (Results 1 – 5 of 5) sorted by relevance
541 RefList = glob.glob(RefDir + "/*")546 if RefLogDir in RefList:547 RefList.remove(RefLogDir)550 if len(RefList) == 0 or len(NewList) == 0:552 assert(len(RefList) == len(NewList))556 if (len(RefList) > 1):558 RefList.sort()563 PairList = zip(RefList, NewList)
190 return &*RefList::const_iterator( in derefIterator()195 RefList::const_iterator ref( in incrementIterator()239 typedef llvm::ilist<SimpleReference> RefList; typedef243 mutable RefList _references;
93 auto &RefList = Refs[RecordIndex]; in checkOneTypeReference() local94 for (auto &Ref : RefList) { in checkOneTypeReference()
3346 auto RefList = Summary.refs(); in printSummary() local3347 if (!RefList.empty()) { in printSummary()3350 for (auto &Ref : RefList) { in printSummary()
3109 auto RefList = Summary.refs(); in printSummary() local3110 if (!RefList.empty()) { in printSummary()3113 for (auto &Ref : RefList) { in printSummary()