Home
last modified time | relevance | path

Searched refs:Duplicate (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp32 LVDuplicate Duplicate; in checkIntegrityScopesTree() local
44 Duplicate.emplace_back(Element, Scope, Iter->second); in checkIntegrityScopesTree()
68 if (Duplicate.size()) { in checkIntegrityScopesTree()
69 std::stable_sort(begin(Duplicate), end(Duplicate), in checkIntegrityScopesTree()
90 Duplicate.size()); in checkIntegrityScopesTree()
94 for (const LVDuplicateEntry &Entry : Duplicate) { in checkIntegrityScopesTree()
/openbsd-src/gnu/llvm/lld/docs/MachO/
H A Dld64-vs-lld.rst8 Dead Stripping Duplicate Symbols
34 1. Duplicate ObjC symbols from the same archives will not raise an error.
36 2. Duplicate ObjC symbols from different archives will raise a "duplicate
38 - LLD: Duplicate symbols, regardless of which archives they are from, will
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DdebugserverConfig.cmake1 # Duplicate options from LLDBConfig that are relevant for debugserver Standalone builds.
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFileAction.h32 bool Duplicate(int fd, int dup_fd);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileAction.cpp62 bool FileAction::Duplicate(int fd, int dup_fd) { in Duplicate() function in FileAction
H A DProcessLaunchInfo.cpp82 if (file_action.Duplicate(fd, dup_fd)) { in AppendDuplicateFileAction()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h82 enum RepetitionModeE { Duplicate, Loop, AggregateMin }; enumerator
H A DSnippetRepetitor.cpp137 case InstructionBenchmark::Duplicate: in Create()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp106 clEnumValN(exegesis::InstructionBenchmark::Duplicate, "duplicate",
112 cl::init(exegesis::InstructionBenchmark::Duplicate));
456 {InstructionBenchmark::RepetitionModeE::Duplicate, in benchmarkMain()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h59 StringRef Duplicate; member
61 return Duplicate == Other.Duplicate && CPU == Other.CPU &&
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp563 Ret.Duplicate = "arch="; in parseTargetAttr()
568 Ret.Duplicate = "tune="; in parseTargetAttr()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dmpw-make.sed89 Duplicate -y :as.new "{bindir}"as\
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dpack.t1258 like($warning[0], qr/Duplicate modifier '>' after 'I' in pack/);
1259 like($warning[1], qr/Duplicate modifier '!' after 's' in pack/);
1260 like($warning[2], qr/Duplicate modifier '<' after 'I' in unpack/);
1261 like($warning[3], qr/Duplicate modifier '!' after 'l' in unpack/);
1262 like($warning[4], qr/Duplicate modifier '>' after 'l' in unpack/);
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dmpw-make.sed84 Duplicate -y :ld.new "{bindir}"ld\
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAArch64.cpp1036 Ret.Duplicate = "arch="; in parseTargetAttr()
1051 Ret.Duplicate = "cpu="; in parseTargetAttr()
1062 Ret.Duplicate = "tune="; in parseTargetAttr()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dmpw-make.sed97 Duplicate -y :{prog} "{bindir}"{progname}\
/openbsd-src/usr.sbin/tcpdump/
H A DREADME59 current send (on duplicate packets only). Duplicate
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1151 bool Duplicate = true; in canTailDuplicateUnplacedPreds() local
1201 Duplicate = false; in canTailDuplicateUnplacedPreds()
1244 if ((NumDup > Succ->succ_size()) || !Duplicate) in canTailDuplicateUnplacedPreds()
/openbsd-src/regress/bin/ksh/
H A Dhistory.t563 Duplicate subsequent commands are ignored.
/openbsd-src/gnu/llvm/llvm/docs/
H A DSupportLibrary.rst113 No Duplicate Implementations
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc490 Printf("Duplicate or unsorted ioctl request id %x >= %x (%s vs %s)\n",
/openbsd-src/gnu/llvm/clang/docs/
H A DSanitizerCoverage.rst75 if (!*guard) return; // Duplicate the guard check.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp3398 enum FirstParam { Unsupported, Duplicate, Unknown }; in checkTargetAttr() enumerator
3424 if (ParsedAttrs.Duplicate != "") in checkTargetAttr()
3426 << Duplicate << None << ParsedAttrs.Duplicate << Target; in checkTargetAttr()
3504 enum FirstParam { Unsupported, Duplicate, Unknown }; in checkTargetClonesAttrString() enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td751 // Duplicate FP scalar into all vector elements
771 // Duplicate +0.0 into all vector elements
782 // Duplicate Int immediate into all vector elements
792 // Duplicate immediate FP into all vector elements.
806 // Duplicate FP immediate into all vector elements
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp916 auto Duplicate = FoundNormalizedTriples.find(NormalizedName); in CreateOffloadingDeviceToolChains() local
917 if (Duplicate != FoundNormalizedTriples.end()) { in CreateOffloadingDeviceToolChains()
919 << Val << Duplicate->second; in CreateOffloadingDeviceToolChains()

1234