Home
last modified time | relevance | path

Searched refs:RefList (Results 1 – 2 of 2) 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/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2827 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; in ParseFunctionBody() local
2828 for (unsigned i = 0, e = RefList.size(); i != e; ++i) { in ParseFunctionBody()
2829 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody()
2833 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody()