Home
last modified time | relevance | path

Searched refs:ThisType (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/sys/contrib/dev/acpica/executer/
Dexresop.c63 ACPI_OBJECT_TYPE ThisType,
84 ACPI_OBJECT_TYPE ThisType, in AcpiExCheckObjectType() argument
104 if ((ThisType == ACPI_TYPE_INTEGER) && in AcpiExCheckObjectType()
111 if (TypeNeeded != ThisType) in AcpiExCheckObjectType()
116 AcpiUtGetTypeName (ThisType), Object)); in AcpiExCheckObjectType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGVTables.cpp248 QualType ThisType = MD->getThisType(getContext()); in StartThunk() local
251 CGM.getCXXABI().HasThisReturn(GD) ? ThisType : FPT->getResultType(); in StartThunk()
286 QualType ThisType = MD->getThisType(getContext()); in EmitCallAndReturnForThunk() local
287 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType); in EmitCallAndReturnForThunk()
319 CGM.getCXXABI().HasThisReturn(GD) ? ThisType : FPT->getResultType(); in EmitCallAndReturnForThunk()
DCGClass.cpp2160 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() local
2162 CallArgs.add(RValue::get(ThisPtr), ThisType); in EmitLambdaBlockInvokeBody()
2192 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody() local
2193 llvm::Value *ThisPtr = llvm::UndefValue::get(getTypes().ConvertType(ThisType)); in EmitLambdaDelegatingInvokeBody()
2194 CallArgs.add(RValue::get(ThisPtr), ThisType); in EmitLambdaDelegatingInvokeBody()
DCGExprCXX.cpp267 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
271 Args.add(RValue::get(This), ThisType); in EmitCXXMemberPointerCallExpr()
DCGCall.cpp186 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration() local
187 return arrangeCXXMethodType(ThisType, prototype.getTypePtr()); in arrangeCXXMethodDeclaration()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DConsumed.cpp704 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType(); in VisitCXXConstructExpr() local
706 if (!isConsumableType(ThisType)) in VisitCXXConstructExpr()
755 ConsumedState RetState = mapConsumableAttrState(ThisType); in VisitCXXConstructExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaOverload.cpp2979 QualType ThisType = Constructor->getThisType(S.Context); in IsInitializerListConstructorConversion() local
2986 User.After.setFromType(ThisType->getAs<PointerType>()->getPointeeType()); in IsInitializerListConstructorConversion()
3175 QualType ThisType = Constructor->getThisType(S.Context); in IsUserDefinedConversion() local
3191 User.After.setFromType(ThisType->getAs<PointerType>()->getPointeeType()); in IsUserDefinedConversion()
DSemaDeclAttr.cpp1022 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType(); in checkForConsumableClass() local
1024 if (const CXXRecordDecl *RD = ThisType->getAsCXXRecordDecl()) { in checkForConsumableClass()
DSemaTemplate.cpp417 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); in ActOnDependentIdExpression() local
424 /*This*/ 0, ThisType, in ActOnDependentIdExpression()
DTreeTransform.h2049 QualType ThisType, in RebuildCXXThisExpr() argument
2053 new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, in RebuildCXXThisExpr()
DSemaExpr.cpp2040 QualType ThisType = MD->getThisType(Context); in ActOnIdExpression() local
2045 Context, /*This=*/0, ThisType, /*IsArrow=*/true, in ActOnIdExpression()