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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSType.h39 ObjectType = 8, enumerator in enum:JSC::JSType
/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/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp163 void ExprEngine::VisitCXXDestructor(QualType ObjectType, argument
175 if (const ArrayType *AT = getContext().getAsArrayType(ObjectType)) {
176 ObjectType = AT->getElementType();
177 Dest = State->getLValue(ObjectType, getSValBuilder().makeZeroArrayIndex(),
181 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();
/external/webkit/Source/WebCore/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp130 enum ObjectType { enum in namespace:WebCore
134 static JSValue getObjectParameter(JSWebGLRenderingContext* obj, ExecState* exec, ObjectType objectType)
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp188 enum ObjectType { enum in namespace:WebCore
192 static v8::Handle<v8::Value> getObjectParameter(const v8::Arguments& args, ObjectType objectType)
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp333 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); local
339 if (!ObjectType.isNull()) {
342 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
343 LookupCtx = computeDeclContext(ObjectType);
344 isDependent = ObjectType->isDependentType();
415 QualType ObjectType,
426 if (!ObjectType.isNull()) {
429 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
430 LookupCtx = computeDeclContext(ObjectType);
431 isDependent = ObjectType
411 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup) argument
697 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS) argument
742 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
[all...]
H A DSemaExprMember.cpp576 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); local
579 SemaRef.LookupTemplateName(R, 0, SS, ObjectType, false, MOUS);
862 ParsedType ObjectType; local
865 OpLoc, tok::arrow, ObjectType,
H A DSemaTemplateInstantiate.cpp799 QualType ObjectType = QualType(),
1017 QualType ObjectType,
1073 return inherited::TransformTemplateName(SS, Name, NameLoc, ObjectType,
1014 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
H A DSemaExprCXX.cpp272 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { argument
273 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
278 QualType SearchType = GetTypeFromParser(ObjectType);
4897 tok::TokenKind OpKind, ParsedType &ObjectType,
4918 ObjectType = ParsedType::make(BaseType);
4969 ObjectType = ParsedType();
4989 ObjectType = ParsedType::make(BaseType);
5007 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, argument
5014 ObjectType = Base->getType();
5023 if (const PointerType *Ptr = ObjectType
4896 ActOnStartCXXMemberReference(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, ParsedType &ObjectType, bool &MayBePseudoDestructor) argument
5051 QualType ObjectType; local
5157 QualType ObjectType; local
5285 QualType ObjectType; local
[all...]
H A DSemaTemplate.cpp164 QualType ObjectType = ObjectTypePtr.get(); local
167 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
246 QualType ObjectType,
253 if (!ObjectType.isNull()) {
256 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
257 LookupCtx = computeDeclContext(ObjectType);
258 isDependent = ObjectType->isDependentType();
259 assert((isDependent || !ObjectType->isIncompleteType()) &&
263 if (ObjectType->isObjCObjectOrInterfaceType()) {
286 if (!ObjectType
244 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization) argument
2352 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
[all...]
H A DSemaDecl.cpp143 QualType ObjectType = ObjectTypePtr.get(); local
144 if (ObjectType->isRecordType())
145 LookupCtx = computeDeclContext(ObjectType);
H A DSemaOverload.cpp5377 QualType ObjectType,
5393 ObjectType, ObjectClassification,
5398 ObjectType, ObjectClassification, local
5413 CXXRecordDecl *ActingContext, QualType ObjectType,
5464 if (Method->isStatic() || ObjectType.isNull())
5471 = TryObjectArgumentInitialization(*this, ObjectType, ObjectClassification,
5517 QualType ObjectType,
5558 ActingContext, ObjectType, ObjectClassification, Args, local
10614 QualType ObjectType = UnresExpr->getBaseType(); local
10648 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType,
5376 AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, Expr::Classification ObjectClassification, Expr **Args, unsigned NumArgs, OverloadCandidateSet& CandidateSet, bool SuppressUserConversions) argument
5412 AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, QualType ObjectType, Expr::Classification ObjectClassification, llvm::ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet, bool SuppressUserConversions) argument
5513 AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ObjectType, Expr::Classification ObjectClassification, llvm::ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet, bool SuppressUserConversions) argument
10655 ObjectType, ObjectClassification, local
[all...]
H A DTreeTransform.h415 QualType ObjectType = QualType(),
436 /// \param ObjectType If we're translating a template name within a member
450 QualType ObjectType = QualType(),
971 QualType ObjectType,
984 QualType ObjectType);
2509 QualType ObjectType,
2514 QualType ObjectType,
2668 QualType ObjectType,
2686 ObjectType, false, SS,
2720 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType,
2666 TransformNestedNameSpecifierLoc( NestedNameSpecifierLoc NNS, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
2822 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
3370 TransformTypeInObjectScope(TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
3424 TransformTypeInObjectScope(TypeSourceInfo *TSInfo, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
8042 QualType ObjectType; local
9086 RebuildTemplateName(CXXScopeSpec &SS, const IdentifierInfo &Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
9105 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/llvm/lib/Analysis/
H A DValueTracking.cpp279 Type *ObjectType = GVar->getType()->getElementType(); local
280 if (ObjectType->isSized()) {
287 Align = TD->getABITypeAlignment(ObjectType);
/external/clang/lib/Parse/
H A DParseExpr.cpp1481 ParsedType ObjectType; local
1485 OpLoc, OpKind, ObjectType,
1490 ParseOptionalCXXScopeSpecifier(SS, ObjectType,
1494 ObjectType = ParsedType();
1508 ObjectType);
1537 ObjectType, TemplateKWLoc, Name))
H A DParseExprCXX.cpp76 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, argument
91 TemplateName, ObjectType, EnteringContext,
118 /// \param ObjectType if this nested-name-specifier is being parsed following
137 ParsedType ObjectType,
201 ObjectType = ParsedType();
226 if (!HasScopeSpecifier && !ObjectType)
238 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
271 ObjectType, EnteringContext,
345 Next.getLocation(), ObjectType,
362 II, ObjectType)) {
136 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename) argument
1100 ParseCXXPseudoDestructor(ExprArg Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, ParsedType ObjectType) argument
1575 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
1781 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2004 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 2781 milliseconds