/external/javassist/src/main/javassist/bytecode/ |
D | SignatureAttribute.java | 230 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/ |
D | RefCountObject.h | 59 template <class ObjectType> 63 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); } in set() 64 … ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } in get() 65 ObjectType *operator -> () const { return get(); }
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
D | ObjectType.java | 32 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()
|
D | VerificationTypeFactory.java | 108 public static ObjectType createObjectType(int classIndex) in createObjectType() 110 return new ObjectType(classIndex); in createObjectType()
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 327 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 …]
|
D | SemaExprCXX.cpp | 273 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/ |
D | ParseExprCXX.cpp | 76 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/ |
D | IconDatabaseBase.h | 115 template<typename ObjectType> 118 typedef void (*CallbackFunction)(ObjectType, void*); 130 void performCallback(ObjectType result) in performCallback()
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 41 … 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/ |
D | ubsan_type_hash.cc | 243 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/ |
D | JSTestInterface.h | 46 …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()
|
D | JSTestSerializedScriptValueInterface.h | 46 …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()
|
D | JSTestMediaQueryListListener.h | 44 …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/ |
D | ExprEngineCXX.cpp | 225 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/ |
D | JSType.h | 39 ObjectType = 8, enumerator
|
D | NumberObject.h | 36 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
|
D | ArrayPrototype.h | 40 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
|
D | FunctionPrototype.h | 35 …return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCou… in createStructure()
|
D | MathObject.h | 39 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
D | JavaRuntimeObject.h | 47 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
|
/external/webkit/Source/WebCore/bridge/objc/ |
D | ObjCRuntimeObject.h | 47 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
|
/external/webkit/Source/WebCore/bridge/c/ |
D | CRuntimeObject.h | 49 …return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlo… in createStructure()
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSCallbackFunction.h | 44 …return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCou… in createStructure()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSImageConstructor.h | 34 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()
|
D | JSOptionConstructor.h | 35 …return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags… in createStructure()
|