Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp31 LVDuplicate Duplicate; in checkIntegrityScopesTree() local
43 Duplicate.emplace_back(Element, Scope, Iter->second); in checkIntegrityScopesTree()
67 if (Duplicate.size()) { in checkIntegrityScopesTree()
68 llvm::stable_sort(Duplicate, [](const auto &l, const auto &r) { in checkIntegrityScopesTree()
88 Duplicate.size()); in checkIntegrityScopesTree()
92 for (const LVDuplicateEntry &Entry : Duplicate) { in checkIntegrityScopesTree()
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-unique.mk39 . warning Duplicate words at the beginning must be merged.
43 . warning Duplicate words at the end must be merged.
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h32 bool Duplicate(int fd, int dup_fd);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp62 bool FileAction::Duplicate(int fd, int dup_fd) { in Duplicate() function in FileAction
H A DProcessLaunchInfo.cpp80 if (file_action.Duplicate(fd, dup_fd)) { in AppendDuplicateFileAction()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp531 Ret.Duplicate = "arch="; in parseTargetAttr()
543 Ret.Duplicate = "cpu="; in parseTargetAttr()
557 Ret.Duplicate = "tune="; in parseTargetAttr()
H A DLoongArch.cpp440 Ret.Duplicate = "arch="; in parseTargetAttr()
453 Ret.Duplicate = "tune="; in parseTargetAttr()
H A DAArch64.cpp1289 Ret.Duplicate = "arch="; in parseTargetAttr()
1304 Ret.Duplicate = "cpu="; in parseTargetAttr()
1318 Ret.Duplicate = "tune="; in parseTargetAttr()
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.402311833 Duplicate of:
H A Dsolaris.xtra.409584964 Duplicate of:
/freebsd/contrib/nvi/catalog/
H A DREADME110 Duplicate message numbers are a serious problem and have to be fixed.
111 Duplicate messages are only interesting if a message appears often enough
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h65 StringRef Duplicate; member
67 return Duplicate == Other.Duplicate && CPU == Other.CPU &&
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp605 Ret.Duplicate = "arch="; in parseTargetAttr()
610 Ret.Duplicate = "tune="; in parseTargetAttr()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DBPSectionOrdererBase.inc360 dbgs() << " Duplicate functions: " << numDuplicateCodeSections << " ("
364 dbgs() << " Duplicate data: " << numDuplicateDataSections << " ("
/freebsd/contrib/tcpdump/
H A DREADME.md104 current send (on duplicate packets only). Duplicate
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1218 bool Duplicate = true; in canTailDuplicateUnplacedPreds() local
1268 Duplicate = false; in canTailDuplicateUnplacedPreds()
1311 if ((NumDup > Succ->succ_size()) || !Duplicate) in canTailDuplicateUnplacedPreds()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3264 enum FirstParam { Unsupported, Duplicate, Unknown }; in checkTargetAttr() enumerator
3291 if (ParsedAttrs.Duplicate != "") in checkTargetAttr()
3293 << Duplicate << None << ParsedAttrs.Duplicate << Target; in checkTargetAttr()
3311 if (ParsedAttrs.Duplicate != "") in checkTargetAttr()
3313 << Duplicate << None << ParsedAttrs.Duplicate << Target; in checkTargetAttr()
3433 enum FirstParam { Unsupported, Duplicate, Unknown }; in checkTargetClonesAttrString() enumerator
/freebsd/contrib/sendmail/
H A DKNOWNBUGS96 * Duplicate error messages.
/freebsd/stand/i386/btx/btx/
H A Dbtx.S344 ex_noc: pushl (%esp,1) # Duplicate int no
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc492 Printf("Duplicate or unsorted ioctl request id %x >= %x (%s vs %s)\n",
/freebsd/contrib/openpam/
H A DHISTORY376 - BUGFIX: Duplicate expansion of openpam_log() macro arguments.
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp714 << diag::ACCModifier::Duplicate << IdentToken.getIdentifierInfo() in tryParseModifierList()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA510.td815 // Duplicate, immediate and indexed form
819 // Duplicate, scalar form
H A DAArch64SchedA320.td837 // Duplicate, immediate and indexed form
841 // Duplicate, scalar form

12