/external/llvm-project/llvm/tools/llvm-cvtres/ |
D | llvm-cvtres.cpp | 180 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/ |
D | WindowsResource.h | 157 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/ |
D | WindowsResource.h | 157 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/ |
D | WindowsResource.cpp | 264 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/ |
D | WindowsResource.cpp | 264 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/ |
D | ms-function-specialization-class-scope.cpp | 59 namespace Duplicates { namespace
|
/external/clang/test/SemaTemplate/ |
D | ms-function-specialization-class-scope.cpp | 67 namespace Duplicates { namespace
|
/external/llvm/docs/ |
D | Extensions.rst | 91 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/ |
D | AllocationOrderTest.cpp | 34 TEST(AllocationOrderTest, Duplicates) { in TEST() argument
|
/external/skqp/docs/ |
D | SkStream_Reference.bmh | 352 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/ |
D | presized_cuckoo_map_test.cc | 141 TEST(PresizedCuckooMapTest, Duplicates) { in TEST() argument
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | RedundantExpressionCheck.cpp | 410 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/ |
D | TODO.TXT | 30 * INCOMPLETE - US 38: Duplicates §17.3.16
|
/external/libcxx/ |
D | TODO.TXT | 31 * INCOMPLETE - US 38: Duplicates §17.3.16
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1504 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/ |
D | synth_elf_unittest.cc | 99 TEST_F(StringTableTest, Duplicates) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Core.cpp | 1793 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/ |
D | Core.cpp | 1556 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/ |
D | Reassociate.cpp | 1544 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/ |
D | Reassociate.cpp | 1642 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/ |
D | Extensions.rst | 91 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/ |
D | IndexTests.cpp | 97 TEST(RelationSlab, Duplicates) { in TEST() argument
|
/external/selinux/secilc/docs/ |
D | cil_reference_guide.md | 86 Definitions may be repeated many times throughout the policy. Duplicates will resolve to a single d…
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 357 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/ |
D | dis.rst | 185 Duplicates the reference on top of the stack.
|