Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h130 void setCallInfo(unsigned CID, unsigned CO) { in setCallInfo()
131 CallConstructionID = CID; in setCallInfo()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td37 class BinOpTyped<string name, bits<16> opCode, RegisterClass CID, SDNode node>
38 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src, CID:$src2),
39 …$dst = "#name#" $src_ty $src $src2", [(set ID:$dst, (assigntype (node CID:$src, CID:$src2), TYPE:$…
41 class TernOpTyped<string name, bits<16> opCode, RegisterClass CCond, RegisterClass CID, SDNode node>
42 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CCond:$cond, CID:$src1, CID:$src2),
43 …ty $cond $src1 $src2", [(set ID:$dst, (assigntype (node CCond:$cond, CID:$src1, CID:$src2), TYPE:$…
82 class UnOpTyped<string name, bits<16> opCode, RegisterClass CID, SDNode node>
83 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src),
84 … "$dst = "#name#" $src_ty $src", [(set ID:$dst, (assigntype (node CID:$src), TYPE:$src_ty))]>;
/freebsd-14.2/contrib/ntp/
H A DChangeLog1763 * CID 739723: Print sizeof as unsigned.
1768 * CID 739558: Double close.
1769 * CID 739559: Double close.
3294 * Attempts to cure CID 108 CID 118 CID 119 TAINTED_SCALAR warnings.
3311 * [Bug 1471] CID 120 CID 121 CID 122 is_ip_address() uninit family.
3312 * [Bug 1472] CID 116 CID 117 minor warnings in new DNS code.
3834 * CID 101: more pointer/array cleanup.
3837 * CID 101: pointer/array cleanup.
4051 * [Bug 1275] CID 45: CID 46: old sntp uses uninitialized guesses[0],
4063 * [Bug 1263] CID 37: CID 38: CID 40: CID 43: multiple refclocks
[all …]
/freebsd-14.2/lib/libefivar/
H A Defivar-dp-format.c494 ((EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A03) && (EISA_ID_TO_NUM (AcpiEx->HID) != 0x0A08))) in DevPathToTextAcpiEx()
505 if ((EISA_ID_TO_NUM (AcpiEx->HID) == 0x0A08) || (EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A08)) { in DevPathToTextAcpiEx()
532 ((AcpiEx->CID >> 10) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
533 ((AcpiEx->CID >> 5) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
534 ((AcpiEx->CID >> 0) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
535 (AcpiEx->CID >> 16) & 0xFFFF in DevPathToTextAcpiEx()
542 if (AcpiEx->CID == 0) { in DevPathToTextAcpiEx()
569 if (AcpiEx->CID == 0) { in DevPathToTextAcpiEx()
H A Defivar-dp-parse.c975 AcpiEx->CID = EisaIdFromText (CIDStr); in DevPathFromTextAcpiEx()
1024 AcpiEx->CID = 0; in DevPathFromTextAcpiExp()
1026 AcpiEx->CID = EisaIdFromText (CIDStr); in DevPathFromTextAcpiExp()
/freebsd-14.2/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-14.2/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md238 `Fix coverity defects: CID dddd, dddd...` where `dddd` represents
239 each CID fixed by the commit.
246 Fix coverity defects: CID 12345, 67890
248 CID 12345: Logically dead code (DEADCODE)
253 CID 67890: Resource Leak (RESOURCE_LEAK)
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp370 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName() local
371 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName()
373 OS << '(' << *CID << ')'; in mangleObjCMethodName()
H A DDeclPrinter.cpp1579 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl() local
1580 Out << *CID; in VisitObjCCategoryImplDecl()
1592 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryDecl() local
1593 Out << *CID; in VisitObjCCategoryDecl()
/freebsd-14.2/sys/contrib/device-tree/Bindings/soundwire/
H A Dsoundwire-controller.yaml43 CID is 2 nibbles
/freebsd-14.2/crypto/heimdal/
H A DChangeLog.20061684 memory Coverity, NetBSD CID#1892
1687 memory Coverity, NetBSD CID#1892
1697 Coverity, NetBSD CID#1885
1703 Coverity, NetBSD CID#1882
1715 check. Coverity NetBSD CID#2367
1719 CID#2370
1732 NetBSD CID#1695
1735 Coverity, NetBSD CID#2752
1740 leak Coverity NetBSD CID#1890
1745 Coverity NetBSD CID#1955
[all …]
/freebsd-14.2/stand/efi/include/
H A Defidevp.h140 UINT32 CID; member
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp269 ObjCCategoryImplDecl *CID);
769 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() argument
1083 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1085 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl()
1169 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
1170 assert((IMD || CID) && "Unknown ImplementationDecl"); in RewriteImplementationDecl()
1172 InsertText(IMD ? IMD->getBeginLoc() : CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1187 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl()
1199 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()
1200 RewritePropertyImplDecl(I, IMD, CID); in RewriteImplementationDecl()
[all …]
H A DRewriteModernObjC.cpp322 ObjCCategoryImplDecl *CID);
920 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() argument
934 startGetterSetterLoc = IMD ? IMD->getEndLoc() : CID->getEndLoc(); in RewritePropertyImplDecl()
1250 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1252 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl()
1336 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
1337 assert((IMD || CID) && "Unknown implementation type"); in RewriteImplementationDecl()
1349 InsertText(CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1376 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()
1377 RewritePropertyImplDecl(I, IMD, CID); in RewriteImplementationDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp587 #define VP_PROPERTY_CONSTRAINEDFP(HASRND, HASEXCEPT, CID) return Intrinsic::CID; in getConstrainedIntrinsicIDForVP() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp743 if (auto CID = VPI.getConstrainedIntrinsicID()) in expandPredication() local
744 if (Value *Call = expandPredicationToFPCall(Builder, VPI, *CID)) in expandPredication()
/freebsd-14.2/crypto/openssh/
H A DChangeLog120 spotted by Coverity (CID 438039)
798 Coverity CID#427852, ok djm@
2906 CID 291840, ok djm@
2982 Coverity CID 405050.
2992 Coverity CID 405037
3310 From Coverity CID 291841, ok djm@
3321 From Coverity CID 291834, ok djm@
3342 From Coverity CID 291881, ok djm@
3463 Coverity CID 405198, ok djm@
3616 From Coverity CID 291894.
[all …]
/freebsd-14.2/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h239 UINT32 CID; member
/freebsd-14.2/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-14.2/usr.bin/mkimg/tests/
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-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-63x255-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-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|

123