Home
last modified time | relevance | path

Searched refs:Duplicates (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWindowsResource.h157 Error parse(WindowsResource *WR, std::vector<std::string> &Duplicates);
159 std::vector<std::string> &Duplicates);
160 void cleanUpManifests(std::vector<std::string> &Duplicates);
247 std::vector<std::string> &Duplicates);
/llvm-project-15.0.7/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp199 std::vector<std::string> Duplicates; in main() local
200 error(Parser.parse(RF, Duplicates)); in main()
201 for (const auto& DupeDiag : Duplicates) in main()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp262 std::vector<std::string> &Duplicates) { in cleanUpManifests() argument
299 Duplicates.push_back( in cleanUpManifests()
328 std::vector<std::string> &Duplicates) { in parse() argument
355 Duplicates.push_back(makeDuplicateResourceError( in parse()
366 std::vector<std::string> &Duplicates) { in parse() argument
371 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse()
393 std::vector<std::string> &Duplicates) { in addChildren() argument
414 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates); in addChildren()
440 Duplicates.push_back(makeDuplicateResourceError( in addChildren()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dms-function-specialization-class-scope.cpp59 namespace Duplicates { namespace
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAllocationOrderTest.cpp34 TEST(AllocationOrderTest, Duplicates) { in TEST() argument
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp689 std::vector<std::string> Duplicates; in doCvtres() local
690 ExitOnErr(Parser.parse(Binary.get(), Duplicates)); in doCvtres()
691 for (const auto &DupeDiag : Duplicates) in doCvtres()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp411 llvm::SmallBitVector Duplicates(NumOperands); in markDuplicateOperands() local
413 if (Duplicates[I]) in markDuplicateOperands()
423 Duplicates.set(J); in markDuplicateOperands()
434 return Duplicates.any(); in markDuplicateOperands()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1658 SmallPtrSet<Value*, 8> Duplicates; in OptimizeAdd() local
1661 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
1676 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
1689 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1667 SymbolNameSet Duplicates; in defineImpl() local
1678 Duplicates.insert(KV.first); in defineImpl()
1691 if (!Duplicates.empty()) { in defineImpl()
1693 { dbgs() << " Error: Duplicate symbols " << Duplicates << "\n"; }); in defineImpl()
1694 return make_error<DuplicateDefinition>(std::string(**Duplicates.begin())); in defineImpl()
/llvm-project-15.0.7/llvm/docs/
H A DExtensions.rst91 Duplicates are discarded, but the linker issues an error if any have
95 Duplicates are discarded, but the linker issues an error if any duplicates
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DIndexTests.cpp98 TEST(RelationSlab, Duplicates) { in TEST() argument
H A DBackgroundIndexTests.cpp825 TEST(BackgroundQueueTest, Duplicates) { in TEST() argument