/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 32 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 D | ld64-vs-lld.rst | 8 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 D | varmod-unique.mk | 39 . 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 D | FileAction.h | 32 bool Duplicate(int fd, int dup_fd);
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | RISCV.cpp | 425 Ret.Duplicate = "arch="; in parseTargetAttr() 450 Ret.Duplicate = "cpu="; in parseTargetAttr() 464 Ret.Duplicate = "tune="; in parseTargetAttr()
|
H A D | AArch64.cpp | 1175 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 D | FileAction.cpp | 62 bool FileAction::Duplicate(int fd, int dup_fd) { in Duplicate() function in FileAction
|
H A D | ProcessLaunchInfo.cpp | 80 if (file_action.Duplicate(fd, dup_fd)) { in AppendDuplicateFileAction()
|
/freebsd/contrib/ntp/html/hints/ |
H A D | solaris.xtra.4023118 | 33 Duplicate of:
|
H A D | solaris.xtra.4095849 | 64 Duplicate of:
|
/freebsd/contrib/nvi/catalog/ |
H A D | README | 110 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 D | TargetInfo.h | 62 StringRef Duplicate; member 64 return Duplicate == Other.Duplicate && CPU == Other.CPU &&
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 576 Ret.Duplicate = "arch="; in parseTargetAttr() 581 Ret.Duplicate = "tune="; in parseTargetAttr()
|
/freebsd/contrib/tcpdump/ |
H A D | README.md | 104 current send (on duplicate packets only). Duplicate
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 1155 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 D | SemaDeclAttr.cpp | 2952 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 D | KNOWNBUGS | 96 * Duplicate error messages.
|
/freebsd/stand/i386/btx/btx/ |
H A D | btx.S | 344 ex_noc: pushl (%esp,1) # Duplicate int no
|
/freebsd/contrib/openpam/ |
H A D | HISTORY | 364 - BUGFIX: Duplicate expansion of openpam_log() macro arguments.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_ioctl.inc | 490 Printf("Duplicate or unsorted ioctl request id %x >= %x (%s vs %s)\n",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA510.td | 815 // Duplicate, immediate and indexed form 819 // Duplicate, scalar form
|
H A D | AArch64SchedNeoverseV1.td | 1451 // Duplicate, immediate and indexed form 1455 // Duplicate, scalar form
|
H A D | AArch64SchedNeoverseN2.td | 1734 // Duplicate, immediate and indexed form 1738 // Duplicate, scalar form
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 359 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 D | Driver.cpp | 934 auto Duplicate = FoundNormalizedTriples.find(NormalizedName); in CreateOffloadingDeviceToolChains() local 935 if (Duplicate != FoundNormalizedTriples.end()) { in CreateOffloadingDeviceToolChains() 937 << Val << Duplicate->second; in CreateOffloadingDeviceToolChains()
|