Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 25 of 111) sorted by relevance

12345

/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java230 ObjectType[] exceptions;
232 MethodSignature(TypeParameter[] tp, Type[] p, Type ret, ObjectType[] ex) { in MethodSignature()
264 public ObjectType[] getExceptionTypes() { return exceptions; } in getExceptionTypes()
291 ObjectType superClass;
292 ObjectType[] superInterfaces;
294 TypeParameter(String sig, int nb, int ne, ObjectType sc, ObjectType[] si) { in TypeParameter()
312 public ObjectType getClassBound() { return superClass; } in getClassBound()
319 public ObjectType[] getInterfaceBound() { return superInterfaces; } in getInterfaceBound()
361 ObjectType arg;
364 TypeArgument(ObjectType a, char w) { in TypeArgument()
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DRefCountObject.h59 template <class ObjectType>
63 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); } in set()
64ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } in get()
65 ObjectType *operator -> () const { return get(); }
/external/proguard/src/proguard/classfile/attribute/preverification/
DObjectType.java32 public class ObjectType extends VerificationType class
41 public ObjectType() in ObjectType() method in ObjectType
49 public ObjectType(int u2classIndex) in ObjectType() method in ObjectType
90 ObjectType other = (ObjectType)object; in equals()
DVerificationTypeFactory.java108 public static ObjectType createObjectType(int classIndex) in createObjectType()
110 return new ObjectType(classIndex); in createObjectType()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp327 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); in isNonTypeNestedNameSpecifier() local
333 if (!ObjectType.isNull()) { in isNonTypeNestedNameSpecifier()
337 LookupCtx = computeDeclContext(ObjectType); in isNonTypeNestedNameSpecifier()
338 isDependent = ObjectType->isDependentType(); in isNonTypeNestedNameSpecifier()
409 QualType ObjectType, in BuildCXXNestedNameSpecifier() argument
420 if (!ObjectType.isNull()) { in BuildCXXNestedNameSpecifier()
424 LookupCtx = computeDeclContext(ObjectType); in BuildCXXNestedNameSpecifier()
425 isDependent = ObjectType->isDependentType(); in BuildCXXNestedNameSpecifier()
449 if (!ObjectType.isNull() && Found.empty()) { in BuildCXXNestedNameSpecifier()
536 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
[all …]
DSemaExprCXX.cpp273 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { in getDestructorType() argument
274 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType()
279 QualType SearchType = GetTypeFromParser(ObjectType); in getDestructorType()
4894 tok::TokenKind OpKind, ParsedType &ObjectType, in ActOnStartCXXMemberReference() argument
4915 ObjectType = ParsedType::make(BaseType); in ActOnStartCXXMemberReference()
4966 ObjectType = ParsedType(); in ActOnStartCXXMemberReference()
4986 ObjectType = ParsedType::make(BaseType); in ActOnStartCXXMemberReference()
5004 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, in CheckArrow() argument
5011 ObjectType = Base->getType(); in CheckArrow()
5020 if (const PointerType *Ptr = ObjectType->getAs<PointerType>()) { in CheckArrow()
[all …]
/external/clang/lib/Parse/
DParseExprCXX.cpp76 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, in CheckForTemplateAndDigraph() argument
91 TemplateName, ObjectType, EnteringContext, in CheckForTemplateAndDigraph()
176 ParsedType ObjectType, in ParseOptionalCXXScopeSpecifier() argument
242 ObjectType = ParsedType(); in ParseOptionalCXXScopeSpecifier()
267 if (!HasScopeSpecifier && !ObjectType) in ParseOptionalCXXScopeSpecifier()
279 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, in ParseOptionalCXXScopeSpecifier()
312 ObjectType, EnteringContext, in ParseOptionalCXXScopeSpecifier()
386 Next.getLocation(), ObjectType, in ParseOptionalCXXScopeSpecifier()
403 II, ObjectType)) { in ParseOptionalCXXScopeSpecifier()
419 ObjectType, EnteringContext, SS)) in ParseOptionalCXXScopeSpecifier()
[all …]
/external/webkit/Source/WebCore/loader/icon/
DIconDatabaseBase.h115 template<typename ObjectType>
118 typedef void (*CallbackFunction)(ObjectType, void*);
130 void performCallback(ObjectType result) in performCallback()
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java41 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objec… in visitObjectType()
51 …zz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objec… in visitStackObjectType()
61 …zz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objec… in visitVariablesObjectType()
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.cc243 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfo() local
247 ObjectType ? ObjectType->__type_name : "<unknown>"); in getDynamicTypeInfo()
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestInterface.h46 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()
68 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()
DJSTestSerializedScriptValueInterface.h46 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()
68 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()
DJSTestMediaQueryListListener.h44 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()
68 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp225 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor() argument
238 while (const ArrayType *AT = getContext().getAsArrayType(ObjectType)) { in VisitCXXDestructor()
239 ObjectType = AT->getElementType(); in VisitCXXDestructor()
240 Dest = State->getLValue(ObjectType, getSValBuilder().makeZeroArrayIndex(), in VisitCXXDestructor()
244 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor()
/external/webkit/Source/JavaScriptCore/runtime/
DJSType.h39 ObjectType = 8, enumerator
DNumberObject.h36 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
DArrayPrototype.h40 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
DFunctionPrototype.h35 …return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCou… in createStructure()
DMathObject.h39 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
/external/webkit/Source/WebCore/bridge/jni/jsc/
DJavaRuntimeObject.h47 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
/external/webkit/Source/WebCore/bridge/objc/
DObjCRuntimeObject.h47 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
/external/webkit/Source/WebCore/bridge/c/
DCRuntimeObject.h49 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackFunction.h44 …return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCou… in createStructure()
/external/webkit/Source/WebCore/bindings/js/
DJSImageConstructor.h34 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()
DJSOptionConstructor.h35 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()

12345