/freebsd-src/sys/contrib/dev/acpica/components/executer/ |
H A D | exresop.c | 189 ACPI_OBJECT_TYPE ThisType, in AcpiExCheckObjectType() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SmartPtrModeling.cpp | 384 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in evalCall() local 646 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleRelease() local 745 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleAssignOp() local 783 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in updateMovedSmartPointers() local 842 QualType ThisType in handleBoolConversion() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 250 QualType ThisType = MD->getThisType(); StartThunk() local 331 QualType ThisType = MD->getThisType(); EmitCallAndReturnForThunk() local 411 llvm::Type *ThisType = Args[ThisArgNo]->getType(); EmitMustTailThunk() local 418 llvm::Type *ThisType = ThisAddr.getElementType(); EmitMustTailThunk() local [all...] |
H A D | CGClass.cpp | 2977 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); EmitLambdaBlockInvokeBody() local 3005 QualType ThisType = getContext().getPointerType(LambdaType); EmitLambdaStaticInvokeBody() local 3057 QualType ThisType = getContext().getPointerType(LambdaType); EmitLambdaInAllocaCallOpBody() local
|
H A D | CGExprCXX.cpp | 472 QualType ThisType = EmitCXXMemberPointerCallExpr() local
|
H A D | CGCall.cpp | 307 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); arrangeCXXMethodDeclaration() local 330 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(GD); arrangeCXXStructorDeclaration() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 177 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord() 197 TypeIndex ThisType; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | Consumed.cpp | 774 QualType ThisType = Constructor->getFunctionObjectParameterType(); in VisitCXXConstructExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 1726 auto ThisType = Results.getSema().getCurrentThisType(); CodeCompletionDeclConsumer() local 4454 auto ThisType = getCurrentThisType(); CodeCompleteOrdinaryName() local
|
H A D | SemaOverload.cpp | 3654 QualType ThisType = Constructor->getFunctionObjectParameterType(); IsInitializerListConstructorConversion() local 14701 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); CreateOverloadedBinOp() local
|
H A D | SemaChecking.cpp | 7612 CheckConstructorCall(FunctionDecl * FDecl,QualType ThisType,ArrayRef<const Expr * > Args,const FunctionProtoType * Proto,SourceLocation Loc) CheckConstructorCall() argument 7657 QualType ThisType = ImplicitThis->getType(); CheckFunctionCall() local
|
H A D | SemaTemplate.cpp | 758 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType().getNonReferenceType(); ActOnDependentIdExpression() local
|
H A D | SemaDeclAttr.cpp | 1237 QualType ThisType = MD->getFunctionObjectParameterType(); checkForConsumableClass() local
|
H A D | SemaDeclCXX.cpp | 7731 QualType ThisType = MD->getFunctionObjectParameterType(); CheckExplicitlyDefaultedSpecialMember() local
|
H A D | TreeTransform.h | 3301 RebuildCXXThisExpr(SourceLocation ThisLoc,QualType ThisType,bool isImplicit) RebuildCXXThisExpr() argument
|
H A D | SemaExpr.cpp | 2650 QualType ThisType = S.getCurrentThisType(); recoverFromMSUnqualifiedLookup() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 6737 HandleDestruction(EvalInfo & Info,const Expr * E,const LValue & This,QualType ThisType) HandleDestruction() argument
|