/external/tensorflow/tensorflow/core/lib/gtl/ |
D | int_type.h | 191 typedef IntType<IntTypeName, ValueType> ThisType; // Syntactic sugar. typedef
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 216 QualType ThisType = MD->getThisType(getContext()); in StartThunk() local 280 QualType ThisType = MD->getThisType(getContext()); in EmitCallAndReturnForThunk() local 357 llvm::Type *ThisType = Args[ThisArgNo]->getType(); in EmitMustTailThunk() local 364 llvm::Type *ThisType = ThisAddr.getElementType(); in EmitMustTailThunk() local
|
D | CGClass.cpp | 2941 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() local 2971 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody() local
|
D | CGExprCXX.cpp | 321 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
|
D | CGCall.cpp | 241 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | ParentVirtualCallCheck.cpp | 111 const auto *ThisType = ThisTypePtr->getPointeeCXXRecordDecl(); in check() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGVTables.cpp | 245 QualType ThisType = MD->getThisType(); in StartThunk() local 326 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk() local 408 llvm::Type *ThisType = Args[ThisArgNo]->getType(); in EmitMustTailThunk() local 415 llvm::Type *ThisType = ThisAddr.getElementType(); in EmitMustTailThunk() local
|
D | CGClass.cpp | 2062 QualType ThisType = D->getThisType(); in EmitCXXConstructorCall() local 2923 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() local 2942 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody() local
|
D | CGExprCXX.cpp | 463 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
|
D | CGCall.cpp | 290 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration() local
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.hpp | 34 using ThisType = DrawTester; typedef in DrawTester
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 186 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord() 215 TypeIndex ThisType; member 225 TypeIndex ThisType; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 182 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord() 202 TypeIndex ThisType; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 176 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord() 196 TypeIndex ThisType; variable
|
/external/llvm-project/clang/lib/Analysis/ |
D | Consumed.cpp | 774 QualType ThisType = Constructor->getThisType()->getPointeeType(); in VisitCXXConstructExpr() local
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 784 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType(); in VisitCXXConstructExpr() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 1603 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer() local 4163 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName() local
|
D | SemaOverload.cpp | 3375 QualType ThisType = Constructor->getThisType(); in IsInitializerListConstructorConversion() local 3558 QualType ThisType = Constructor->getThisType(); in IsUserDefinedConversion() local
|
D | SemaTemplate.cpp | 751 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(); in ActOnDependentIdExpression() local
|
D | SemaDeclAttr.cpp | 1179 QualType ThisType = MD->getThisType()->getPointeeType(); in checkForConsumableClass() local
|
D | TreeTransform.h | 2947 QualType ThisType, in RebuildCXXThisExpr()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 899 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType(); in checkForConsumableClass() local
|
D | SemaTemplate.cpp | 434 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); in ActOnDependentIdExpression() local
|
D | TreeTransform.h | 2533 QualType ThisType, in RebuildCXXThisExpr()
|
D | SemaExpr.cpp | 2072 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup() local
|