Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/tools/llvm-cvtres/
Dllvm-cvtres.cpp180 std::vector<std::string> Duplicates; in main() local
181 error(Parser.parse(RF, Duplicates)); in main()
182 for (const auto& DupeDiag : Duplicates) in main()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
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);
249 std::vector<std::string> &Duplicates);
/external/llvm-project/llvm/include/llvm/Object/
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);
249 std::vector<std::string> &Duplicates);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp264 std::vector<std::string> &Duplicates) { in cleanUpManifests() argument
301 Duplicates.push_back( in cleanUpManifests()
330 std::vector<std::string> &Duplicates) { in parse() argument
357 Duplicates.push_back(makeDuplicateResourceError( in parse()
368 std::vector<std::string> &Duplicates) { in parse() argument
373 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse()
395 std::vector<std::string> &Duplicates) { in addChildren() argument
416 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates); in addChildren()
442 Duplicates.push_back(makeDuplicateResourceError( in addChildren()
/external/llvm-project/llvm/lib/Object/
DWindowsResource.cpp264 std::vector<std::string> &Duplicates) { in cleanUpManifests() argument
301 Duplicates.push_back( in cleanUpManifests()
330 std::vector<std::string> &Duplicates) { in parse() argument
357 Duplicates.push_back(makeDuplicateResourceError( in parse()
368 std::vector<std::string> &Duplicates) { in parse() argument
373 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse()
395 std::vector<std::string> &Duplicates) { in addChildren() argument
416 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates); in addChildren()
442 Duplicates.push_back(makeDuplicateResourceError( in addChildren()
/external/llvm-project/clang/test/SemaTemplate/
Dms-function-specialization-class-scope.cpp59 namespace Duplicates { namespace
/external/clang/test/SemaTemplate/
Dms-function-specialization-class-scope.cpp67 namespace Duplicates { namespace
/external/llvm/docs/
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
/external/llvm-project/llvm/unittests/CodeGen/
DAllocationOrderTest.cpp34 TEST(AllocationOrderTest, Duplicates) { in TEST() argument
/external/skqp/docs/
DSkStream_Reference.bmh352 Duplicates this stream. If this cannot be done, returns nullptr.
371 Duplicates this stream. If this cannot be done, returns nullptr.
/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map_test.cc141 TEST(PresizedCuckooMapTest, Duplicates) { in TEST() argument
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp410 llvm::SmallBitVector Duplicates(NumOperands); in markDuplicateOperands() local
412 if (Duplicates[I]) in markDuplicateOperands()
422 Duplicates.set(J); in markDuplicateOperands()
435 return Duplicates.any(); in markDuplicateOperands()
/external/llvm-project/libcxx/
DTODO.TXT30 * INCOMPLETE - US 38: Duplicates §17.3.16
/external/libcxx/
DTODO.TXT31 * INCOMPLETE - US 38: Duplicates §17.3.16
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1504 SmallPtrSet<Value*, 8> Duplicates; in OptimizeAdd() local
1507 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
1522 assert(!Duplicates.count(Factor) && in OptimizeAdd()
1535 assert(!Duplicates.count(Factor) && in OptimizeAdd()
/external/google-breakpad/src/common/linux/
Dsynth_elf_unittest.cc99 TEST_F(StringTableTest, Duplicates) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1793 SymbolNameSet Duplicates; in defineImpl() local
1804 Duplicates.insert(KV.first); in defineImpl()
1817 if (!Duplicates.empty()) in defineImpl()
1818 return make_error<DuplicateDefinition>(**Duplicates.begin()); in defineImpl()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1556 SymbolNameSet Duplicates; in defineImpl() local
1567 Duplicates.insert(KV.first); in defineImpl()
1580 if (!Duplicates.empty()) { in defineImpl()
1582 { dbgs() << " Error: Duplicate symbols " << Duplicates << "\n"; }); in defineImpl()
1583 return make_error<DuplicateDefinition>(std::string(**Duplicates.begin())); in defineImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1544 SmallPtrSet<Value*, 8> Duplicates; in OptimizeAdd() local
1547 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
1562 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
1575 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DReassociate.cpp1642 SmallPtrSet<Value*, 8> Duplicates; in OptimizeAdd() local
1645 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
1660 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
1673 if (!Duplicates.insert(Factor).second) in OptimizeAdd()
/external/llvm-project/llvm/docs/
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
/external/llvm-project/clang-tools-extra/clangd/unittests/
DIndexTests.cpp97 TEST(RelationSlab, Duplicates) { in TEST() argument
/external/selinux/secilc/docs/
Dcil_reference_guide.md86 Definitions may be repeated many times throughout the policy. Duplicates will resolve to a single d…
/external/python/cpython3/Doc/library/
Ddis.rst357 Duplicates the reference on top of the stack.
364 Duplicates the two references on top of the stack, leaving them in the
/external/python/cpython2/Doc/library/
Ddis.rst185 Duplicates the reference on top of the stack.

12