Searched refs:ObjectType (Results 1 - 25 of 39) sorted by relevance

12

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DObjectType.java32 public class ObjectType extends VerificationType class in inherits:VerificationType
39 * Creates an uninitialized ObjectType.
41 public ObjectType() method in class:ObjectType
47 * Creates an ObjectType that points to the given class constant.
49 public ObjectType(int u2classIndex) method in class:ObjectType
90 ObjectType other = (ObjectType)object;
H A DVerificationTypeFactory.java106 * Creates a new ObjectType of the given type.
108 public static ObjectType createObjectType(int classIndex)
110 return new ObjectType(classIndex);
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java230 ObjectType[] exceptions;
232 MethodSignature(TypeParameter[] tp, Type[] p, Type ret, ObjectType[] ex) {
264 public ObjectType[] getExceptionTypes() { return exceptions; }
291 ObjectType superClass;
292 ObjectType[] superInterfaces;
294 TypeParameter(String sig, int nb, int ne, ObjectType sc, ObjectType[] si) {
312 public ObjectType getClassBound() { return superClass; }
319 public ObjectType[] getInterfaceBound() { return superInterfaces; }
361 ObjectType ar
456 public static abstract class ObjectType extends Type {} class in class:SignatureAttribute
[all...]
/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp41 enum ObjectType enum in namespace:glu
62 const ObjectTraits& objectTraits (ObjectType type);
87 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper
123 template<ObjectType Type> class TypedObjectVector : public ObjectVector
H A DgluObjectWrapper.cpp83 const ObjectTraits& objectTraits (ObjectType type)
/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp60 enum ObjectType enum in namespace:deqp::egl::__anon3125
72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
94 ObjectType m_types;
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
142 vector<ObjectType> types;
159 ObjectType type = m_rnd.choose<ObjectType>(types.begin(), types.end());
319 ObjectType types;
590 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT);
604 spec.types = (ObjectType)(OBJECTTYPE_PBUFFE
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.cc247 const abi::__class_type_info *ObjectType = findBaseAtOffset( local
251 ObjectType ? ObjectType->__type_name : "<unknown>");
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType);
51 public void visitStackObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
61 public void visitVariablesObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp360 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); local
366 if (!ObjectType.isNull()) {
369 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
370 LookupCtx = computeDeclContext(ObjectType);
371 isDependent = ObjectType->isDependentType();
431 /// \param ObjectType Type of postfix expression if the nested-name-specifier
461 QualType ObjectType,
475 if (!ObjectType.isNull()) {
478 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
479 LookupCtx = computeDeclContext(ObjectType);
457 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
792 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
840 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
[all...]
H A DSemaExprCXX.cpp327 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { argument
328 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
333 QualType SearchType = GetTypeFromParser(ObjectType);
5314 ParsedType &ObjectType,
5335 ObjectType = ParsedType::make(BaseType);
5425 ObjectType = ParsedType();
5445 ObjectType = ParsedType::make(BaseType);
5449 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, argument
5456 ObjectType = Base->getType();
5465 if (const PointerType *Ptr = ObjectType
5311 ActOnStartCXXMemberReference(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, ParsedType &ObjectType, bool &MayBePseudoDestructor) argument
5492 QualType ObjectType; local
5595 QualType ObjectType; local
5722 QualType ObjectType; local
[all...]
H A DSemaDeclObjC.cpp2493 QualType ObjectType) {
2494 if (ObjectType.isNull())
2496 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/))
2498 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) !=
2504 QualType ObjectType) {
2508 if (ObjectType.isNull())
2510 else if (!ObjectType->isObjCObjectPointerType())
2513 ObjectType->getAsObjCInterfacePointerType()) {
2514 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0);
2517 else if (ObjectType
2492 HelperIsMethodInObjCType(Sema &S, Selector Sel, QualType ObjectType) argument
2503 SelectorsForTypoCorrection(Selector Sel, QualType ObjectType) argument
[all...]
H A DTreeTransform.h459 QualType ObjectType = QualType(),
480 /// \param ObjectType If we're translating a template name within a member
494 QualType ObjectType = QualType(),
1048 QualType ObjectType,
1061 QualType ObjectType);
2856 QualType ObjectType,
2861 QualType ObjectType,
2865 TypeSourceInfo *TransformTSIInObjectScope(TypeLoc TL, QualType ObjectType,
3134 QualType ObjectType,
3152 ObjectType, fals
3132 TransformNestedNameSpecifierLoc( NestedNameSpecifierLoc NNS, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
3296 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
3810 TransformTypeInObjectScope(TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
3826 TransformTypeInObjectScope(TypeSourceInfo *TSInfo, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
3838 TransformTSIInObjectScope( TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
9410 QualType ObjectType; local
10603 RebuildTemplateName(CXXScopeSpec &SS, const IdentifierInfo &Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
10622 RebuildTemplateName(CXXScopeSpec &SS, OverloadedOperatorKind Operator, SourceLocation NameLoc, QualType ObjectType) argument
[all...]
H A DSemaTemplate.cpp167 QualType ObjectType = ObjectTypePtr.get(); local
170 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
249 QualType ObjectType,
256 if (!ObjectType.isNull()) {
259 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
260 LookupCtx = computeDeclContext(ObjectType);
261 isDependent = ObjectType->isDependentType();
262 assert((isDependent || !ObjectType->isIncompleteType() ||
263 ObjectType->castAs<TagType>()->isBeingDefined()) &&
267 if (ObjectType
247 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization) argument
2930 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
[all...]
H A DSemaExprMember.cpp617 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); local
620 SemaRef.LookupTemplateName(R, nullptr, SS, ObjectType, false, MOUS);
978 ParsedType ObjectType; local
981 OpLoc, tok::arrow, ObjectType,
/external/clang/lib/Parse/
H A DParseExprCXX.cpp80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, argument
95 TemplateName, ObjectType, EnteringContext,
164 /// \param ObjectType if this nested-name-specifier is being parsed following
188 ParsedType ObjectType,
286 ObjectType = ParsedType();
311 if (!HasScopeSpecifier && !ObjectType)
327 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
360 ObjectType, EnteringContext,
436 Next.getLocation(), ObjectType,
463 getCurScope(), SS, Tok.getLocation(), II, ObjectType)) {
187 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII) argument
1457 ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, ParsedType ObjectType) argument
1938 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
2145 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2374 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]
H A DParseExpr.cpp1496 ParsedType ObjectType; local
1511 OpLoc, OpKind, ObjectType,
1516 ParseOptionalCXXScopeSpecifier(SS, ObjectType,
1520 ObjectType = ParsedType();
1534 ObjectType);
1564 ObjectType, TemplateKWLoc, Name)) {
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h47 enum ObjectType { enum in class:SkPdfNativeObject
91 ObjectType fObjectType;
209 ObjectType type() {
1283 ObjectType type) {
1288 SkPdfNativeObject* obj, ObjectType type) {
1293 ObjectType type) {
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp299 void ExprEngine::VisitCXXDestructor(QualType ObjectType, argument
314 DestVal = makeZeroElementRegion(State, DestVal, ObjectType);
317 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java712 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
766 public void visitStackObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType)
821 public void visitVariablesObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType)
/external/clang/include/clang/Parse/
H A DParser.h1415 ParsedType ObjectType,
1452 ParsedType ObjectType);
2325 ParsedType ObjectType,
2329 ParsedType ObjectType,
2392 ParsedType ObjectType,
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolShrinker.java412 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
H A DConstantPoolRemapper.java559 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
/external/clang/include/clang/Sema/
H A DSema.h1354 ParsedType ObjectType = ParsedType(),
2222 QualType ObjectType,
2229 CXXRecordDecl *ActingContext, QualType ObjectType,
2239 QualType ObjectType,
2979 QualType ObjectType=QualType());
4248 ParsedType ObjectType,
4251 ParsedType getDestructorType(const DeclSpec& DS, ParsedType ObjectType);
4498 ParsedType &ObjectType,
4581 ParsedType ObjectType);
4587 QualType ObjectType,
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h434 void VisitCXXDestructor(QualType ObjectType, const MemRegion *Dest,
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java883 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)

Completed in 1513 milliseconds

12