Home
last modified time | relevance | path

Searched refs:OID (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp32 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()
DCGObjCRuntime.h80 const ObjCInterfaceDecl *OID,
83 const ObjCImplementationDecl *OID,
87 const ObjCInterfaceDecl *OID,
144 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
220 const ObjCInterfaceDecl *OID) = 0;
DCGObjCGNU.cpp359 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID,
457 const ObjCInterfaceDecl *OID);
897 const ObjCInterfaceDecl *OID) { in GetClass() argument
898 return GetClassNamed(Builder, OID->getNameAsString(), OID->isWeakImported()); in GetClass()
1923 llvm::Constant *CGObjCGNU::GeneratePropertyList(const ObjCImplementationDecl *OID, in GeneratePropertyList() argument
1939 iter = OID->propimpl_begin(), endIter = OID->propimpl_end(); in GeneratePropertyList()
2004 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { in GenerateClass() argument
2009 OID->getClassInterface()->getSuperClass(); in GenerateClass()
2018 const_cast<ObjCInterfaceDecl *>(OID->getClassInterface()); in GenerateClass()
2034 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity(); in GenerateClass()
[all …]
DCGObjCMac.cpp1313 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 …]
DCGObjC.cpp291 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()
DCGDebugInfo.cpp152 if (const ObjCImplementationDecl *OID = in getObjCMethodName() local
154 OS << OID->getName(); in getObjCMethodName()
155 } else if (const ObjCInterfaceDecl *OID = in getObjCMethodName() local
157 OS << OID->getName(); in getObjCMethodName()
/external/clang/lib/AST/
DDeclPrinter.cpp882 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { in VisitObjCImplementationDecl() argument
883 std::string I = OID->getNameAsString(); in VisitObjCImplementationDecl()
884 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCImplementationDecl()
891 VisitDeclContext(OID, false); in VisitObjCImplementationDecl()
895 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl() argument
896 std::string I = OID->getNameAsString(); in VisitObjCInterfaceDecl()
897 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCInterfaceDecl()
899 if (!OID->isThisDeclarationADefinition()) { in VisitObjCInterfaceDecl()
910 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
920 if (OID->ivar_size() > 0) { in VisitObjCInterfaceDecl()
[all …]
DDeclObjC.cpp117 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()
641 const ObjCInterfaceDecl *OID) { in createImplicitParams() argument
646 if (OID) { in createImplicitParams()
647 selfTy = Context.getObjCInterfaceType(OID); in createImplicitParams()
DASTContext.cpp4608 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container); in getObjCEncodingForPropertyDecl() local
4610 i = OID->propimpl_begin(), e = OID->propimpl_end(); in getObjCEncodingForPropertyDecl()
4664 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl() local
4666 S += OID->getNameAsString(); in getObjCEncodingForPropertyDecl()
/external/openssl/crypto/objects/
Dobj_xref.txt1 # OID cross reference table.
21 # Alternative deprecated OIDs. By using the older "rsa" OID this
Dobjects.README25 This juts makes a name foo for an OID. The C macro
Dobjects.txt926 # 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/
Dcrypt_find_hash_oid.c24 … NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descriptor[x].OID, ID, sizeof(unsigne… in find_hash_oid()
/external/dropbear/libtomcrypt/src/pk/rsa/
Drsa_sign_hash.c99 …LTC_SET_ASN1(digestinfo, 0, LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash_idx].OID, hash_descri… in rsa_sign_hash_ex()
Drsa_verify_hash.c143 …(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/
Decc_encrypt_key.c112 … LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID, in ecc_encrypt_key()
/external/dropbear/libtomcrypt/src/pk/dsa/
Ddsa_encrypt_key.c112 … LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID, in dsa_encrypt_key()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp144 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local
148 if (OID->getName() == "NSMapTable" || in maybeAdjustInterfaceForSubscriptingCheck()
149 OID->getName() == "NSLocale") in maybeAdjustInterfaceForSubscriptingCheck()
150 return OID; in maybeAdjustInterfaceForSubscriptingCheck()
/external/dropbear/libtomcrypt/notes/
Dtech0006.txt84 hashOID OBJECT IDENTIFIER, -- The OID of the hash used
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp757 static std::string getIvarAccessString(ObjCIvarDecl *OID) { in getIvarAccessString() argument
758 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString()
763 S += OID->getName(); in getIvarAccessString()
786 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
788 if (!OID) in RewritePropertyImplDecl()
802 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
837 RewriteIvarOffsetComputation(OID, Getr); in RewritePropertyImplDecl()
841 Getr += "return " + getIvarAccessString(OID); in RewritePropertyImplDecl()
860 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
867 RewriteIvarOffsetComputation(OID, Setr); in RewritePropertyImplDecl()
[all …]
DRewriteModernObjC.cpp888 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
890 if (!OID) in RewritePropertyImplDecl()
904 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
939 RewriteIvarOffsetComputation(OID, Getr); in RewritePropertyImplDecl()
943 Getr += "return " + getIvarAccessString(OID); in RewritePropertyImplDecl()
963 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
970 RewriteIvarOffsetComputation(OID, Setr); in RewritePropertyImplDecl()
984 Setr += getIvarAccessString(OID) + " = "; in RewritePropertyImplDecl()
1304 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl() argument
1305 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); in RewriteImplementationDecl()
[all …]
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_hash.h160 unsigned long OID[16]; member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties106 …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/
Dopenssl.cnf25 # Add a simple OID like this:
/external/dropbear/libtomcrypt/
Dchanges100 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)

12