Searched defs:ObjectType (Results 1 - 22 of 22) sorted by relevance

/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;
/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/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
/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/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/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 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,
H A DSemaTemplateInstantiate.cpp751 QualType ObjectType = QualType(),
1019 QualType ObjectType,
1072 return inherited::TransformTemplateName(SS, Name, NameLoc, ObjectType,
1016 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
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 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 DSemaOverload.cpp5944 QualType ObjectType,
5960 ObjectType, ObjectClassification,
5965 ObjectType, ObjectClassification, local
5980 CXXRecordDecl *ActingContext, QualType ObjectType,
6040 if (Method->isStatic() || ObjectType.isNull())
6047 = TryObjectArgumentInitialization(*this, ObjectType, ObjectClassification,
6109 QualType ObjectType,
6151 ActingContext, ObjectType, ObjectClassification, Args, local
11620 QualType ObjectType = UnresExpr->getBaseType();
11655 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType,
5943 AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, Expr::Classification ObjectClassification, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet, bool SuppressUserConversions) argument
5979 AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, QualType ObjectType, Expr::Classification ObjectClassification, ArrayRef<Expr *> Args, OverloadCandidateSet &CandidateSet, bool SuppressUserConversions, bool PartialOverloading) argument
6105 AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ObjectType, Expr::Classification ObjectClassification, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet, bool SuppressUserConversions, bool PartialOverloading) 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 DSemaDecl.cpp252 QualType ObjectType = ObjectTypePtr.get(); local
253 if (ObjectType->isRecordType())
254 LookupCtx = computeDeclContext(ObjectType);
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...]
/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/clang/lib/Parse/
H A DParseExpr.cpp1496 ParsedType ObjectType; local
1511 OpLoc, OpKind, ObjectType,
1516 ParseOptionalCXXScopeSpecifier(SS, ObjectType,
1520 ObjectType = ParsedType();
1534 ObjectType);
1564 ObjectType, TemplateKWLoc, Name)) {
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...]
/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/llvm/lib/Analysis/
H A DValueTracking.cpp987 Type *ObjectType = GVar->getType()->getElementType(); local
988 if (ObjectType->isSized()) {
995 Align = DL.getABITypeAlignment(ObjectType);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 2610 milliseconds