/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_3_and_4.pass.cpp | 50 template <class ObjectType> 57 typedef TestMemberObject<ObjectType> TestType; 71 typedef ObjectType (TestType::*MemPtr); in doTest() typedef 72 typedef ObjectType E; in doTest() 82 typedef ObjectType const (TestType::*CMemPtr); in doTest() 83 typedef ObjectType const E; in doTest() 93 typedef ObjectType volatile (TestType::*VMemPtr); in doTest() 94 typedef ObjectType volatile E; in doTest() 104 typedef ObjectType const volatile (TestType::*CVMemPtr); in doTest() 105 typedef ObjectType const volatile E; in doTest() [all …]
|
/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/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/test/Analysis/ |
D | DynamicTypePropagation.m | 23 @interface NSArray<ObjectType> : NSObject 24 - (BOOL)contains:(ObjectType)obj; argument 25 - (ObjectType)getObjAtIndex:(NSUInteger)idx; 26 - (ObjectType)objectAtIndexedSubscript:(NSUInteger)idx; 27 @property(readonly) ObjectType firstObject;
|
/external/deqp/framework/opengl/ |
D | gluObjectWrapper.hpp | 41 enum ObjectType enum 62 const ObjectTraits& objectTraits (ObjectType type); 87 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper 123 template<ObjectType Type> class TypedObjectVector : public ObjectVector
|
D | gluObjectWrapper.cpp | 83 const ObjectTraits& objectTraits (ObjectType type) in objectTraits()
|
/external/deqp/modules/egl/ |
D | teglMemoryStressTests.cpp | 60 enum ObjectType enum 72 …stContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWi… 94 ObjectType m_types; 105 …stContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWi… in MemoryAllocator() 142 vector<ObjectType> types; in allocateUntilFailure() 159 ObjectType type = m_rnd.choose<ObjectType>(types.begin(), types.end()); in allocateUntilFailure() 319 ObjectType types; 590 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT); in init() 604 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT); in init()
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 360 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); in isNonTypeNestedNameSpecifier() local 366 if (!ObjectType.isNull()) { in isNonTypeNestedNameSpecifier() 370 LookupCtx = computeDeclContext(ObjectType); in isNonTypeNestedNameSpecifier() 371 isDependent = ObjectType->isDependentType(); in isNonTypeNestedNameSpecifier() 461 QualType ObjectType, in BuildCXXNestedNameSpecifier() argument 475 if (!ObjectType.isNull()) { in BuildCXXNestedNameSpecifier() 479 LookupCtx = computeDeclContext(ObjectType); in BuildCXXNestedNameSpecifier() 480 isDependent = ObjectType->isDependentType(); in BuildCXXNestedNameSpecifier() 503 if (!ObjectType.isNull() && Found.empty()) { in BuildCXXNestedNameSpecifier() 626 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier() [all …]
|
D | SemaExprCXX.cpp | 326 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { in getDestructorType() argument 327 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType() 332 QualType SearchType = GetTypeFromParser(ObjectType); in getDestructorType() 5640 ParsedType &ObjectType, in ActOnStartCXXMemberReference() argument 5661 ObjectType = ParsedType::make(BaseType); in ActOnStartCXXMemberReference() 5752 ObjectType = ParsedType::make(BaseType); in ActOnStartCXXMemberReference() 5756 ObjectType = ParsedType(); in ActOnStartCXXMemberReference() 5776 ObjectType = ParsedType::make(BaseType); in ActOnStartCXXMemberReference() 5780 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, in CheckArrow() argument 5787 ObjectType = Base->getType(); in CheckArrow() [all …]
|
D | SemaDeclObjC.cpp | 3424 QualType ObjectType) { in HelperIsMethodInObjCType() argument 3425 if (ObjectType.isNull()) in HelperIsMethodInObjCType() 3427 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType() 3429 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != in HelperIsMethodInObjCType() 3435 QualType ObjectType) { in SelectorsForTypoCorrection() argument 3439 if (ObjectType.isNull()) in SelectorsForTypoCorrection() 3441 else if (!ObjectType->isObjCObjectPointerType()) in SelectorsForTypoCorrection() 3444 ObjectType->getAsObjCInterfacePointerType()) { in SelectorsForTypoCorrection() 3445 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); in SelectorsForTypoCorrection() 3448 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection() [all …]
|
D | TreeTransform.h | 460 QualType ObjectType = QualType(), 495 QualType ObjectType = QualType(), 1069 QualType ObjectType, 1082 QualType ObjectType); 3044 QualType ObjectType, 3049 QualType ObjectType, 3053 TypeSourceInfo *TransformTSIInObjectScope(TypeLoc TL, QualType ObjectType, 3322 QualType ObjectType, in TransformNestedNameSpecifierLoc() argument 3340 ObjectType, false, SS, in TransformNestedNameSpecifierLoc() 3382 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType, in TransformNestedNameSpecifierLoc() [all …]
|
D | SemaTemplate.cpp | 167 QualType ObjectType = ObjectTypePtr.get(); in isTemplateName() local 170 LookupTemplateName(R, S, SS, ObjectType, EnteringContext, in isTemplateName() 250 QualType ObjectType, in LookupTemplateName() argument 257 if (!ObjectType.isNull()) { in LookupTemplateName() 261 LookupCtx = computeDeclContext(ObjectType); in LookupTemplateName() 262 isDependent = ObjectType->isDependentType(); in LookupTemplateName() 263 assert((isDependent || !ObjectType->isIncompleteType() || in LookupTemplateName() 264 ObjectType->castAs<TagType>()->isBeingDefined()) && in LookupTemplateName() 268 if (ObjectType->isObjCObjectOrInterfaceType()) { in LookupTemplateName() 291 if (!ObjectType.isNull() && Found.empty()) { in LookupTemplateName() [all …]
|
D | SemaExprMember.cpp | 616 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); in LookupMemberExprInRecord() local 619 SemaRef.LookupTemplateName(R, nullptr, SS, ObjectType, false, MOUS); in LookupMemberExprInRecord() 1013 ParsedType ObjectType; in BuildMemberReferenceExpr() local 1016 OpLoc, tok::arrow, ObjectType, in BuildMemberReferenceExpr()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, in CheckForTemplateAndDigraph() argument 95 TemplateName, ObjectType, EnteringContext, in CheckForTemplateAndDigraph() 188 ParsedType ObjectType, in ParseOptionalCXXScopeSpecifier() argument 286 ObjectType = ParsedType(); in ParseOptionalCXXScopeSpecifier() 311 if (!HasScopeSpecifier && !ObjectType) in ParseOptionalCXXScopeSpecifier() 327 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, in ParseOptionalCXXScopeSpecifier() 360 ObjectType, EnteringContext, in ParseOptionalCXXScopeSpecifier() 436 Next.getLocation(), ObjectType, in ParseOptionalCXXScopeSpecifier() 463 getCurScope(), SS, Tok.getLocation(), II, ObjectType)) { in ParseOptionalCXXScopeSpecifier() 500 ObjectType, EnteringContext, SS, in ParseOptionalCXXScopeSpecifier() [all …]
|
D | ParseExpr.cpp | 1570 ParsedType ObjectType; in ParsePostfixExpressionSuffix() local 1585 OpLoc, OpKind, ObjectType, in ParsePostfixExpressionSuffix() 1590 ParseOptionalCXXScopeSpecifier(SS, ObjectType, in ParsePostfixExpressionSuffix() 1594 ObjectType = ParsedType(); in ParsePostfixExpressionSuffix() 1608 ObjectType); in ParsePostfixExpressionSuffix() 1638 ObjectType, TemplateKWLoc, Name)) { in ParsePostfixExpressionSuffix()
|
/external/llvm/include/llvm/CodeGen/ |
D | MIRYamlMapping.h | 189 enum ObjectType { DefaultType, SpillSlot, VariableSized }; 193 ObjectType Type = DefaultType; 204 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> { 205 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) { 241 enum ObjectType { DefaultType, SpillSlot }; 243 ObjectType Type = DefaultType; 253 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> { 255 FixedMachineStackObject::ObjectType &Type) {
|
/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_itanium.cc | 244 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local 248 ObjectType ? ObjectType->__type_name : "<unknown>"); in getDynamicTypeInfoFromVtable()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_win.cc | 776 QosDestaddr.ObjectHdr.ObjectType = QOS_OBJECT_DESTADDR; in SetQos() 1058 dsClass->ObjectHdr.ObjectType = QOS_OBJECT_DS_CLASS; in SetTrafficControl() 1065 trafficClass->ObjectHdr.ObjectType = QOS_OBJECT_TRAFFIC_CLASS; in SetTrafficControl() 1086 dsClass->ObjectHdr.ObjectType = oldDsClass->ObjectHdr.ObjectType; in SetTrafficControl() 1093 trafficClass->ObjectHdr.ObjectType = QOS_OBJECT_TRAFFIC_CLASS; in SetTrafficControl()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 355 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor() argument 370 DestVal = makeZeroElementRegion(State, DestVal, ObjectType); in VisitCXXDestructor() 373 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor()
|
/external/eigen/doc/ |
D | QuickReference.dox | 143 ObjectType::Scalar ObjectType::RowsAtCompileTime 144 ObjectType::RealScalar ObjectType::ColsAtCompileTime 145 ObjectType::Index ObjectType::SizeAtCompileTime
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 712 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() 766 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitStackObjectType() 821 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitVariablesObjectType()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1488 ParsedType ObjectType, 1525 ParsedType ObjectType); 2419 ParsedType ObjectType, 2423 ParsedType ObjectType, 2488 ParsedType ObjectType,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1488 ParsedType ObjectType = ParsedType(), 2400 QualType ObjectType, 2407 CXXRecordDecl *ActingContext, QualType ObjectType, 2417 QualType ObjectType, 3208 QualType ObjectType=QualType()); 4497 ParsedType ObjectType, 4500 ParsedType getDestructorType(const DeclSpec& DS, ParsedType ObjectType); 4747 ParsedType &ObjectType, 4830 ParsedType ObjectType); 4836 QualType ObjectType, [all …]
|