| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | ucnid.h | 55 { 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00a9 }, 56 { C99| 0| 0|CID|NFC| 0| 0, 0, 0x00aa }, 57 { 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00b4 }, 58 { C99| 0| 0|CID|NFC| 0| 0, 0, 0x00b5 }, 59 { 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00b6 }, 60 { C99| 0| 0|CID|NFC|NKC| 0, 0, 0x00b7 }, 61 { 0| 0| 0|CID|NFC| 0| 0, 0, 0x00b9 }, 62 { C99| 0| 0|CID|NFC| 0| 0, 0, 0x00ba }, 63 { 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00bf }, 64 { C99| 0|CXX|CID|NFC|NKC| 0, 0, 0x00d6 }, [all …]
|
| H A D | charset.c | 797 CID = 8, enumerator 901 else if (ucnranges[mn].flags & CID) in ucn_valid_in_identifier()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/ |
| H A D | Trace.pm | 28 unless (defined($_[0]->{+PID}) || defined($_[0]->{+TID}) || defined($_[0]->{+CID})) { 45 $self->{+CID},
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineOutliner.h | 130 void setCallInfo(unsigned CID, unsigned CO) { in setCallInfo() 131 CallConstructionID = CID; in setCallInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCUnusedIVarsChecker.cpp | 90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local 91 Scan(M, CID); in Scan()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | Clustering.cpp | 293 for (const ClusterId &CID : ClusterIDs) { in stabilize() local 294 assert(CID.isValid() && in stabilize() 296 Cluster &OldCluster = Clusters_[CID.getId()]; // Valid clusters storage. in stabilize()
|
| H A D | Analysis.cpp | 74 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 37 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))]>;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Mangle.cpp | 366 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName() local 367 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName() 369 OS << '(' << *CID << ')'; in mangleObjCMethodName()
|
| H A D | DeclPrinter.cpp | 1440 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl() local 1441 Out << *CID; in VisitObjCCategoryImplDecl() 1453 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryDecl() local 1454 Out << *CID; in VisitObjCCategoryDecl()
|
| H A D | DeclObjC.cpp | 2286 const ObjCCategoryImplDecl &CID) { in operator <<() argument 2287 OS << CID.getName(); in operator <<()
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efidevp.h | 139 UINT32 CID; member
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 269 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() 1174 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { 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() [all …]
|
| H A D | RewriteModernObjC.cpp | 322 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() 1351 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() 1364 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | gfxhub_v3_0_3.c | 82 GCVM_L2_PROTECTION_FAULT_STATUS, CID); in gfxhub_v3_0_3_print_l2_protection_fault_status()
|
| H A D | gfxhub_v2_0.c | 80 GCVM_L2_PROTECTION_FAULT_STATUS, CID); in gfxhub_v2_0_print_l2_protection_fault_status()
|
| H A D | gfxhub_v3_0.c | 79 GCVM_L2_PROTECTION_FAULT_STATUS, CID); in gfxhub_v3_0_print_l2_protection_fault_status()
|
| H A D | mmhub_v3_0_2.c | 103 MMVM_L2_PROTECTION_FAULT_STATUS, CID); in mmhub_v3_0_2_print_l2_protection_fault_status()
|
| H A D | mmhub_v3_0_1.c | 103 MMVM_L2_PROTECTION_FAULT_STATUS, CID); in mmhub_v3_0_1_print_l2_protection_fault_status()
|
| H A D | mmhub_v3_0.c | 103 MMVM_L2_PROTECTION_FAULT_STATUS, CID); in mmhub_v3_0_print_l2_protection_fault_status()
|
| H A D | mmhub_v2_3.c | 86 MMVM_L2_PROTECTION_FAULT_STATUS, CID); in mmhub_v2_3_print_l2_protection_fault_status()
|
| H A D | mmhub_v2_0.c | 147 MMVM_L2_PROTECTION_FAULT_STATUS, CID); in mmhub_v2_0_print_l2_protection_fault_status()
|
| H A D | gfxhub_v2_1.c | 83 GCVM_L2_PROTECTION_FAULT_STATUS, CID); in gfxhub_v2_1_print_l2_protection_fault_status()
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/ |
| H A D | ChangeLog | 132 * CIDs 29004, 29012: Argument cannot be negative (NEGATIVE_RETURNS) num_groups is passed to a parameter that cannot be negative and because of CIDs 29005 and 29006 also CID 28924. 135 * The CIDs 29005 and 29006 were a bit messy: fixing them needed also resolving CID 28924 where the return value of fstat() was ignored, and for completeness adding two croak calls (with perldiag updates): a bit of a waste since it's suidperl code.
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1007 static void Profile(llvm::FoldingSetNodeID &ID, uintptr_t CID) { in Profile() argument 1008 ID.AddInteger(CID); in Profile()
|