Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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()
/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/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/clang/lib/Basic/Targets/
H A DRISCV.cpp425 Ret.Duplicate = "arch="; in parseTargetAttr()
450 Ret.Duplicate = "cpu="; in parseTargetAttr()
464 Ret.Duplicate = "tune="; in parseTargetAttr()
H A DAArch64.cpp1175 Ret.Duplicate = "arch="; in parseTargetAttr()
1190 Ret.Duplicate = "cpu="; in parseTargetAttr()
1204 Ret.Duplicate = "tune="; in parseTargetAttr()
/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/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.h62 StringRef Duplicate; member
64 return Duplicate == Other.Duplicate && CPU == Other.CPU &&
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp576 Ret.Duplicate = "arch="; in parseTargetAttr()
581 Ret.Duplicate = "tune="; in parseTargetAttr()
/freebsd/contrib/tcpdump/
H A DREADME.md104 current send (on duplicate packets only). Duplicate
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1155 bool Duplicate = true; in canTailDuplicateUnplacedPreds() local
1205 Duplicate = false; in canTailDuplicateUnplacedPreds()
1248 if ((NumDup > Succ->succ_size()) || !Duplicate) in canTailDuplicateUnplacedPreds()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2952 enum FirstParam { Unsupported, Duplicate, Unknown }; in checkTargetAttr() enumerator
2979 ParsedAttrs.Duplicate != "") in checkTargetAttr()
2981 << Duplicate << None << ParsedAttrs.Duplicate << Target; in checkTargetAttr()
2983 if (ParsedAttrs.Duplicate != "") in checkTargetAttr()
2985 << Duplicate << None << ParsedAttrs.Duplicate << Target; in checkTargetAttr()
3056 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/openpam/
H A DHISTORY364 - BUGFIX: Duplicate expansion of openpam_log() macro arguments.
/freebsd/contrib/llvm-project/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",
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA510.td815 // Duplicate, immediate and indexed form
819 // Duplicate, scalar form
H A DAArch64SchedNeoverseV1.td1451 // Duplicate, immediate and indexed form
1455 // Duplicate, scalar form
H A DAArch64SchedNeoverseN2.td1734 // Duplicate, immediate and indexed form
1738 // Duplicate, scalar form
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td359 assert !le(!size(IITs), 1), "Duplicate type";
367 assert !le(!size(IIT_Vecs), 1), "Duplicate type";
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp934 auto Duplicate = FoundNormalizedTriples.find(NormalizedName); in CreateOffloadingDeviceToolChains() local
935 if (Duplicate != FoundNormalizedTriples.end()) { in CreateOffloadingDeviceToolChains()
937 << Val << Duplicate->second; in CreateOffloadingDeviceToolChains()

12