Home
last modified time | relevance | path

Searched refs:CID (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h128 /// Set the CallConstructionID and CallOverhead of this candidate to CID and
130 void setCallInfo(unsigned CID, unsigned CO) { in setCallInfo()
131 CallConstructionID = CID; in setCallInfo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp89 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
90 Scan(M, CID); in Scan()
/freebsd/contrib/ntp/
H A DChangeLog837 * CID 1339955: Free allocated memory in caljulian test. HStenn.
838 * CID 1339962: Explicitly initialize variable in caljulian test. HStenn.
839 * CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c. HStenn.
840 * CID 1341533: Missing assertion in sntp/tests/t-log.c. HStenn.
841 * CID 1341534: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
842 * CID 1341535: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
843 * CID 1341536: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
844 * CID 1341537: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
845 * CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262. HStenn.
846 * CID 134167
[all...]
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h150 void setContextCID(const uint32_t CID);
445 inline void EtmV4ITrcPacket::setContextCID(const uint32_t CID) in setContextCID() argument
449 context.ctxtID = CID; in setContextCID()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td42 class BinOpTyped<string name, bits<16> opCode, RegisterClass CID, SDNode node>
43 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src, CID:$src2),
44 …$dst = "#name#" $src_ty $src $src2", [(set ID:$dst, (assigntype (node CID:$src, CID:$src2), TYPE:$…
46 class TernOpTyped<string name, bits<16> opCode, RegisterClass CCond, RegisterClass CID, SDNode node>
47 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CCond:$cond, CID:$src1, CID:$src2),
48 …ty $cond $src1 $src2", [(set ID:$dst, (assigntype (node CCond:$cond, CID:$src1, CID:$src2), TYPE:$…
99 class UnOpTyped<string name, bits<16> opCode, RegisterClass CID, SDNode node>
100 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src),
101 … "$dst = "#name#" $src_ty $src", [(set ID:$dst, (assigntype (node CID:$src), TYPE:$src_ty))]>;
/freebsd/lib/libefivar/
H A Defivar-dp-format.c512 ((EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A03) && (EISA_ID_TO_NUM (AcpiEx->HID) != 0x0A08))) in DevPathToTextAcpiEx()
523 if ((EISA_ID_TO_NUM (AcpiEx->HID) == 0x0A08) || (EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A08)) { in DevPathToTextAcpiEx()
550 ((AcpiEx->CID >> 10) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
551 ((AcpiEx->CID >> 5) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
552 ((AcpiEx->CID >> 0) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
553 (AcpiEx->CID >> 16) & 0xFFFF in DevPathToTextAcpiEx()
563 if (AcpiEx->CID == 0) { in DevPathToTextAcpiEx()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp369 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName() local
370 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName()
372 OS << '(' << *CID << ')'; in mangleObjCMethodName()
H A DDeclPrinter.cpp1541 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl() local
1542 Out << *CID; in VisitObjCCategoryImplDecl()
1554 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryDecl() local
1555 Out << *CID; in VisitObjCCategoryDecl()
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md234 `Fix coverity defects: CID dddd, dddd...` where `dddd` represents
235 each CID fixed by the commit.
242 Fix coverity defects: CID 12345, 67890
244 CID 12345: Logically dead code (DEADCODE)
249 CID 67890: Resource Leak (RESOURCE_LEAK)
/freebsd/crypto/heimdal/
H A DChangeLog.20061684 memory Coverity, NetBSD CID#1892
1687 memory Coverity, NetBSD CID#1892
1690 protocol failure, avoid leaking memory Coverity, NetBSD CID#1900
1693 in case of error Coverity, NetBSD CID#1883
1697 Coverity, NetBSD CID#1885
1703 Coverity, NetBSD CID#1882
1706 handling. Coverity, NetBSD CID#2369
1712 easier to read Fixes Coverity, NetBSD CID#625
1715 check. Coverity NetBSD CID#2367
1719 CID#2370
[all …]
/freebsd/crypto/openssh/
H A DChangeLog2933 spotted by Coverity (CID 438039)
3611 Coverity CID#427852, ok djm@
4331 is char**, so harmless); spotted in CID 416964
5679 Based on Coverity CID 291863 which points out we check the channel
5719 CID 291840, ok djm@
5773 upstream: remove unused variable; prompted by Coverity CID 291879
5795 Coverity CID 405050.
5805 Coverity CID 405037
5825 in that case the tmp2 can never be set. Coverity CID 291805, ok djm@
5837 Prompted by Coverity CID 291850, tweak & ok djm@
[all …]
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp899 uint32_t CID = 0; in extractAndSetContextInfo() local
902 CID |= ((uint32_t)m_currPacketData[i+payload_idx] << i*8); in extractAndSetContextInfo()
904 m_curr_packet.setContextCID(CID); in extractAndSetContextInfo()
/freebsd/stand/efi/include/
H A Defidevp.h140 UINT32 CID; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp582 #define VP_PROPERTY_CONSTRAINEDFP(HASRND, HASEXCEPT, CID) return Intrinsic::CID; in getConstrainedIntrinsicIDForVP() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp769 if (auto CID = VPI.getConstrainedIntrinsicID()) in expandPredication() local
770 if (Value *Call = expandPredicationToFPCall(Builder, VPI, *CID)) in expandPredication()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h239 UINT32 CID; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp321 ObjCCategoryImplDecl *CID);
919 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() argument
933 startGetterSetterLoc = IMD ? IMD->getEndLoc() : CID->getEndLoc(); in RewritePropertyImplDecl()
1249 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1251 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl()
1335 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
1336 assert((IMD || CID) && "Unknown implementation type"); in RewriteImplementationDecl()
1348 InsertText(CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1350 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl()
1363 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl()
[all …]
/freebsd/crypto/heimdal/lib/kadm5/
H A DChangeLog282 Fixes Coverity, NetBSD CID#628
285 CID#626
286 (kadm5_log_modify): add error handling Coverity, NetBSD CID#627
289 case no client name was passed in. Coverity, NetBSD CID#919
292 case of error. Coverity NetBSD CID#1908
/freebsd/usr.bin/mkimg/tests/
H A Dimg-1x1-4096-apm.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-1x1-512-bsd.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-1x1-512-ebr.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-63x255-4096-apm.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-63x255-512-ebr.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-1x1-4096-bsd.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-1x1-4096-ebr.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|

123