/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 32 const ObjCInterfaceDecl *OID, in LookupFieldBitOffset() argument 68 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset() argument 70 return LookupFieldBitOffset(CGM, OID, 0, Ivar) / in ComputeIvarBaseOffset() 75 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset() argument 77 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) / in ComputeIvarBaseOffset() 82 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset() argument 116 CGF.CGM.getContext().getASTObjCInterfaceLayout(OID); in EmitValueForIvarAtOffset() 118 uint64_t FieldBitOffset = LookupFieldBitOffset(CGF.CGM, OID, 0, Ivar); in EmitValueForIvarAtOffset()
|
D | CGObjCRuntime.h | 80 const ObjCInterfaceDecl *OID, 83 const ObjCImplementationDecl *OID, 87 const ObjCInterfaceDecl *OID, 144 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0; 220 const ObjCInterfaceDecl *OID) = 0;
|
D | CGObjCGNU.cpp | 359 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID, 457 const ObjCInterfaceDecl *OID); 835 const ObjCInterfaceDecl *OID) { in GetClass() argument 836 return GetClassNamed(Builder, OID->getNameAsString(), OID->isWeakImported()); in GetClass() 1861 llvm::Constant *CGObjCGNU::GeneratePropertyList(const ObjCImplementationDecl *OID, in GeneratePropertyList() argument 1877 iter = OID->propimpl_begin(), endIter = OID->propimpl_end(); in GeneratePropertyList() 1942 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { in GenerateClass() argument 1947 OID->getClassInterface()->getSuperClass(); in GenerateClass() 1956 const_cast<ObjCInterfaceDecl *>(OID->getClassInterface()); in GenerateClass() 1972 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity(); in GenerateClass() [all …]
|
D | CGObjCMac.cpp | 1313 void GetClassSizeInfo(const ObjCImplementationDecl *OID, 1547 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute() argument 1548 if (OID->hasAttr<ObjCExceptionAttr>()) in hasObjCExceptionAttribute() 1550 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute() 2164 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList() local 2166 P = OID->all_referenced_protocol_begin(), in EmitPropertyList() 2167 E = OID->all_referenced_protocol_end(); P != E; ++P) in EmitPropertyList() 2634 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local 2636 for (const ObjCIvarDecl *IVD = OID->all_declared_ivar_begin(); in EmitIvarList() 2645 ComputeIvarBaseOffset(CGM, OID, IVD)) in EmitIvarList() [all …]
|
D | CGObjC.cpp | 291 ObjCInterfaceDecl *OID = 0; in EmitObjCMessageExpr() local 311 OID = ObjTy->getInterface(); in EmitObjCMessageExpr() 312 assert(OID && "Invalid Objective-C class message send"); in EmitObjCMessageExpr() 313 Receiver = Runtime.GetClass(Builder, OID); in EmitObjCMessageExpr() 384 Receiver, Args, OID, in EmitObjCMessageExpr()
|
D | CGDebugInfo.cpp | 150 if (const ObjCImplementationDecl *OID = in getObjCMethodName() local 152 OS << OID->getName(); in getObjCMethodName() 153 } else if (const ObjCInterfaceDecl *OID = in getObjCMethodName() local 155 OS << OID->getName(); in getObjCMethodName()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 883 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { in VisitObjCImplementationDecl() argument 884 std::string I = OID->getNameAsString(); in VisitObjCImplementationDecl() 885 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCImplementationDecl() 892 VisitDeclContext(OID, false); in VisitObjCImplementationDecl() 896 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl() argument 897 std::string I = OID->getNameAsString(); in VisitObjCInterfaceDecl() 898 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCInterfaceDecl() 900 if (!OID->isThisDeclarationADefinition()) { in VisitObjCInterfaceDecl() 911 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 921 if (OID->ivar_size() > 0) { in VisitObjCInterfaceDecl() [all …]
|
D | DeclObjC.cpp | 117 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this); in FindPropertyDeclaration() local 119 for (ObjCCategoryDecl *Cat = OID->getCategoryList(); in FindPropertyDeclaration() 127 I = OID->all_referenced_protocol_begin(), in FindPropertyDeclaration() 128 E = OID->all_referenced_protocol_end(); I != E; ++I) in FindPropertyDeclaration() 133 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass()) in FindPropertyDeclaration() 615 const ObjCInterfaceDecl *OID) { in createImplicitParams() argument 620 if (OID) { in createImplicitParams() 621 selfTy = Context.getObjCInterfaceType(OID); in createImplicitParams()
|
D | ASTContext.cpp | 4240 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container); in getObjCEncodingForPropertyDecl() local 4242 i = OID->propimpl_begin(), e = OID->propimpl_end(); in getObjCEncodingForPropertyDecl() 4296 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl() local 4298 S += OID->getNameAsString(); in getObjCEncodingForPropertyDecl()
|
/external/openssl/crypto/objects/ |
D | obj_xref.txt | 1 # OID cross reference table. 21 # Alternative deprecated OIDs. By using the older "rsa" OID this
|
D | objects.README | 25 This juts makes a name foo for an OID. The C macro
|
D | objects.txt | 926 # OID's from ITU-T. Most of this is defined in RFC 1274. A couple of 1282 # There is no OID that just denotes "HMAC" oddly enough...
|
/external/dropbear/libtomcrypt/src/misc/crypt/ |
D | crypt_find_hash_oid.c | 24 … NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descriptor[x].OID, ID, sizeof(unsigne… in find_hash_oid()
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
D | rsa_sign_hash.c | 99 …LTC_SET_ASN1(digestinfo, 0, LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash_idx].OID, hash_descri… in rsa_sign_hash_ex()
|
D | rsa_verify_hash.c | 143 …(XMEMCMP(digestinfo[0].data, hash_descriptor[hash_idx].OID, sizeof(unsigned long) * hash_descripto… in rsa_verify_hash_ex()
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ecc_encrypt_key.c | 112 … LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID, in ecc_encrypt_key()
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
D | dsa_encrypt_key.c | 112 … LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID, in dsa_encrypt_key()
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0006.txt | 84 hashOID OBJECT IDENTIFIER, -- The OID of the hash used
|
/external/clang/lib/Rewrite/ |
D | RewriteObjC.cpp | 752 static std::string getIvarAccessString(ObjCIvarDecl *OID) { in getIvarAccessString() argument 753 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString() 758 S += OID->getName(); in getIvarAccessString() 781 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local 783 if (!OID) in RewritePropertyImplDecl() 797 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl() 832 RewriteIvarOffsetComputation(OID, Getr); in RewritePropertyImplDecl() 836 Getr += "return " + getIvarAccessString(OID); in RewritePropertyImplDecl() 855 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl() 862 RewriteIvarOffsetComputation(OID, Setr); in RewritePropertyImplDecl() [all …]
|
D | RewriteModernObjC.cpp | 770 static std::string getIvarAccessString(ObjCIvarDecl *OID) { in getIvarAccessString() argument 771 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString() 776 S += OID->getName(); in getIvarAccessString() 799 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local 801 if (!OID) in RewritePropertyImplDecl() 815 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl() 850 RewriteIvarOffsetComputation(OID, Getr); in RewritePropertyImplDecl() 854 Getr += "return " + getIvarAccessString(OID); in RewritePropertyImplDecl() 873 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl() 880 RewriteIvarOffsetComputation(OID, Setr); in RewritePropertyImplDecl() [all …]
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_hash.h | 160 unsigned long OID[16]; member
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 106 …nownCriticalExt.details = The certificate contains the unknown critical extension with the OID {0}. 545 # {0} statement OID 548 CertPathReviewer.QcUnknownStatement.text = Unknown statement in QcStatement extension: OID = {0} 549 CertPathReviewer.QcUnknownStatement.summary = Unknown statement in QcStatement extension: OID = {0} 550 CertPathReviewer.QcUnknownStatement.details = Unknown statement in QcStatement extension: OID = {0}…
|
/external/openssl/apps/ |
D | openssl.cnf | 25 # Add a simple OID like this:
|
/external/dropbear/libtomcrypt/ |
D | changes | 100 v1.12 -- Fixed OID encoder/decoder/length to properly handle the first two parts of an OID, matches… 226 -- Added find_hash_oid() to search for a hash by its OID 285 -- Added DERs for missing hashes, but just the OID not the PKCS #1 v1.5 additions. 295 …-- Changed OID representation for hashes to be just a list of unsigned longs (so you can compare a… 586 -- Added DER OID's to most hash descriptors (as many as I could find)
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 3048 ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; in clang_getCursorSpelling() local 3049 assert(OID && "getCursorSpelling(): Missing protocol decl"); in clang_getCursorSpelling() 3050 return createCXString(OID->getIdentifier()->getNameStart()); in clang_getCursorSpelling()
|