Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 25 of 108) 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.cpp334 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); in isNonTypeNestedNameSpecifier() local
340 if (!ObjectType.isNull()) { in isNonTypeNestedNameSpecifier()
344 LookupCtx = computeDeclContext(ObjectType); in isNonTypeNestedNameSpecifier()
345 isDependent = ObjectType->isDependentType(); in isNonTypeNestedNameSpecifier()
416 QualType ObjectType, in BuildCXXNestedNameSpecifier() argument
427 if (!ObjectType.isNull()) { in BuildCXXNestedNameSpecifier()
431 LookupCtx = computeDeclContext(ObjectType); in BuildCXXNestedNameSpecifier()
432 isDependent = ObjectType->isDependentType(); in BuildCXXNestedNameSpecifier()
456 if (!ObjectType.isNull() && Found.empty()) { in BuildCXXNestedNameSpecifier()
542 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope) { in BuildCXXNestedNameSpecifier()
[all …]
DSemaExprCXX.cpp271 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { in getDestructorType() argument
272 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType()
277 QualType SearchType = GetTypeFromParser(ObjectType); in getDestructorType()
4752 tok::TokenKind OpKind, ParsedType &ObjectType, in ActOnStartCXXMemberReference() argument
4773 ObjectType = ParsedType::make(BaseType); in ActOnStartCXXMemberReference()
4824 ObjectType = ParsedType(); in ActOnStartCXXMemberReference()
4845 ObjectType = ParsedType::make(BaseType); in ActOnStartCXXMemberReference()
4863 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, in CheckArrow() argument
4870 ObjectType = Base->getType(); in CheckArrow()
4879 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()
137 ParsedType ObjectType, in ParseOptionalCXXScopeSpecifier() argument
201 ObjectType = ParsedType(); in ParseOptionalCXXScopeSpecifier()
226 if (!HasScopeSpecifier && !ObjectType) in ParseOptionalCXXScopeSpecifier()
238 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, in ParseOptionalCXXScopeSpecifier()
271 ObjectType, EnteringContext, in ParseOptionalCXXScopeSpecifier()
346 Next.getLocation(), ObjectType, in ParseOptionalCXXScopeSpecifier()
363 II, ObjectType)) { in ParseOptionalCXXScopeSpecifier()
377 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/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/webkit/Source/JavaScriptCore/runtime/
DJSType.h39 ObjectType = 8, enumerator
DNumberObject.h36 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
DFunctionPrototype.h35 …return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCou… in createStructure()
DArrayPrototype.h40 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
DMathObject.h39 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
DBooleanObject.h36 …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()
DJSAudioConstructor.h43 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()

12345