Home
last modified time | relevance | path

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

123

/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Ducnid.h56 { 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00a7 },
57 { 0| 0| 0|C11| 0|CID|NFC| 0| 0, 0, 0x00a8 },
58 { 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00a9 },
59 { C99| 0| 0|C11| 0|CID|NFC| 0| 0, 0, 0x00aa },
60 { 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00ac },
61 { 0| 0| 0|C11| 0|CID|NFC|NKC| 0, 0, 0x00ad },
62 { 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00ae },
63 { 0| 0| 0|C11| 0|CID|NFC| 0| 0, 0, 0x00af },
64 { 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00b1 },
65 { 0| 0| 0|C11| 0|CID|NFC| 0| 0, 0, 0x00b4 },
[all …]
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Ducnid.h56 { 0| 0| 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00a7 },
57 { 0| 0| 0|C11| 0| 0| 0|CID|NFC| 0| 0, 0, 0x00a8 },
58 { 0| 0| 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00a9 },
59 { C99| 0| 0|C11| 0|CXX23| 0|CID|NFC| 0| 0, 0, 0x00aa },
60 { 0| 0| 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00ac },
61 { 0| 0| 0|C11| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00ad },
62 { 0| 0| 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00ae },
63 { 0| 0| 0|C11| 0| 0| 0|CID|NFC| 0| 0, 0, 0x00af },
64 { 0| 0| 0| 0| 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00b1 },
65 { 0| 0| 0|C11| 0| 0| 0|CID|NFC| 0| 0, 0, 0x00b4 },
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-lex.l53 CID [[:alpha:]_][[:alnum:]_]*
59 ID {CID}({HWS}::{HWS}{CID})*
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgengtype-lex.l53 CID [[:alpha:]_][[:alnum:]_]*
59 ID {CID}({HWS}::{HWS}{CID})*
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h99 void setCallInfo(unsigned CID, unsigned CO) { in setCallInfo()
100 CallConstructionID = CID; in setCallInfo()
/netbsd/external/bsd/ntp/dist/
H A DChangeLog1523 * CID 739723: Print sizeof as unsigned.
1528 * CID 739558: Double close.
1529 * CID 739559: Double close.
3054 * Attempts to cure CID 108 CID 118 CID 119 TAINTED_SCALAR warnings.
3071 * [Bug 1471] CID 120 CID 121 CID 122 is_ip_address() uninit family.
3072 * [Bug 1472] CID 116 CID 117 minor warnings in new DNS code.
3594 * CID 101: more pointer/array cleanup.
3597 * CID 101: pointer/array cleanup.
3811 * [Bug 1275] CID 45: CID 46: old sntp uses uninitialized guesses[0],
3823 * [Bug 1263] CID 37: CID 38: CID 40: CID 43: multiple refclocks
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
91 Scan(M, CID); in Scan()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp74 const InstructionBenchmarkClustering::ClusterId &CID) { in writeClusterId() argument
75 if (CID.isNoise()) in writeClusterId()
77 else if (CID.isError()) in writeClusterId()
80 OS << CID.getId(); in writeClusterId()
H A DClustering.cpp280 for (const ClusterId &CID : ClusterIDs) { in stabilize() local
281 assert(CID.isValid() && in stabilize()
283 Cluster &OldCluster = Clusters_[CID.getId()]; // Valid clusters storage. in stabilize()
/netbsd/sys/dev/iscsi/
H A Discsi_pdu.h264 uint16_t CID; member
303 uint16_t CID; member
/netbsd/usr.sbin/pf/pfs/
H A Dtoken.l66 cid { return CID;}
H A Dparse.y84 %token ID CID EXPIRE TIMEOUT
168 : CID NUMBER {
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp362 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName() local
363 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName()
365 OS << '(' << *CID << ')'; in mangleObjCMethodName()
H A DDeclPrinter.cpp1423 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl() local
1424 Out << *CID; in VisitObjCCategoryImplDecl()
1436 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryDecl() local
1437 Out << *CID; in VisitObjCCategoryDecl()
/netbsd/crypto/external/bsd/heimdal/dist/
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 …]
/netbsd/external/apache2/llvm/dist/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.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()
1375 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()
1376 RewritePropertyImplDecl(I, IMD, CID); in RewriteImplementationDecl()
[all …]
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dor1kcommon.cpu314 (SYS SR CE 8 8 "CID enable bit")
323 (SYS SR CID 31 28 "context ID field")
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dor1kcommon.cpu314 (SYS SR CE 8 8 "CID enable bit")
323 (SYS SR CID 31 28 "context ID field")
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dor1kcommon.cpu314 (SYS SR CE 8 8 "CID enable bit")
323 (SYS SR CID 31 28 "context ID field")
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dor1kcommon.cpu328 (SYS SR CE 8 8 "CID enable bit")
337 (SYS SR CID 31 28 "context ID field")
/netbsd/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h141 UINT32 CID; member
/netbsd/crypto/external/bsd/heimdal/dist/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
/netbsd/external/bsd/iscsi/dist/doc/
H A DREADME109 * CID: 0 *
/netbsd/sys/external/bsd/acpica/dist/tests/misc/
H A Dbadcode.asl153 Name (_CID, "") // Illegal Null CID

123