Home
last modified time | relevance | path

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

/external/clang/utils/analyzer/
DSATestBuild.py541 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)
/external/llvm-project/lld/include/lld/Core/
DSimple.h190 return &*RefList::const_iterator( in derefIterator()
195 RefList::const_iterator ref( in incrementIterator()
239 typedef llvm::ilist<SimpleReference> RefList; typedef
243 mutable RefList _references;
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp93 auto &RefList = Refs[RecordIndex]; in checkOneTypeReference() local
94 for (auto &Ref : RefList) { in checkOneTypeReference()
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp3346 auto RefList = Summary.refs(); in printSummary() local
3347 if (!RefList.empty()) { in printSummary()
3350 for (auto &Ref : RefList) { in printSummary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp3109 auto RefList = Summary.refs(); in printSummary() local
3110 if (!RefList.empty()) { in printSummary()
3113 for (auto &Ref : RefList) { in printSummary()