Searched refs:ThisType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/sys/contrib/dev/acpica/executer/ |
| D | exresop.c | 63 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/ |
| D | CGVTables.cpp | 248 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()
|
| D | CGClass.cpp | 2160 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()
|
| D | CGExprCXX.cpp | 267 QualType ThisType = in EmitCXXMemberPointerCallExpr() local 271 Args.add(RValue::get(This), ThisType); in EmitCXXMemberPointerCallExpr()
|
| D | CGCall.cpp | 186 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/ |
| D | Consumed.cpp | 704 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/ |
| D | SemaOverload.cpp | 2979 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()
|
| D | SemaDeclAttr.cpp | 1022 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType(); in checkForConsumableClass() local 1024 if (const CXXRecordDecl *RD = ThisType->getAsCXXRecordDecl()) { in checkForConsumableClass()
|
| D | SemaTemplate.cpp | 417 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); in ActOnDependentIdExpression() local 424 /*This*/ 0, ThisType, in ActOnDependentIdExpression()
|
| D | TreeTransform.h | 2049 QualType ThisType, in RebuildCXXThisExpr() argument 2053 new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, in RebuildCXXThisExpr()
|
| D | SemaExpr.cpp | 2040 QualType ThisType = MD->getThisType(Context); in ActOnIdExpression() local 2045 Context, /*This=*/0, ThisType, /*IsArrow=*/true, in ActOnIdExpression()
|