Home
last modified time | relevance | path

Searched defs:This (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project/llvm/test/tools/llvm-mca/X86/
H A Dbad-input.s16 This is not a valid assembly file for any architecture (by virtue of this text.) label
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Neoverse/
H A Dbad-input.s16 This is not a valid assembly file for any architecture (by virtue of this text.) label
/llvm-project/clang-tools-extra/clangd/
H A DLSPBinder.h133 void LSPBinder::method(llvm::StringLiteral Method, ThisT *This, in method()
146 void LSPBinder::notification(llvm::StringLiteral Method, ThisT *This, in notification()
158 void LSPBinder::command(llvm::StringLiteral Method, ThisT *This, in command()
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c65 static uint32_t lprofVMOWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in lprofVMOWriter() argument
99 static void initVMOWriter(ProfDataWriter *This, struct lprofVMOWriterCtx *Ctx) { in initVMOWriter() argument
H A DInstrProfilingWriter.c38 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataWriter *This, in lprofBufferWriter()
H A DInstrProfilingFile.c296 fileWriter(ProfDataWriter * This,ProfDataIOVec * IOVecs,uint32_t NumIOVecs) fileWriter() argument
334 initFileWriter(ProfDataWriter * This,FILE * File) initFileWriter() argument
[all...]
/llvm-project/clang/include/clang/Basic/
H A DThunk.h159 ThisAdjustment This; member
179 : This(This), Return(Return), Method(Method), ThisType(ThisT) {} in This() function
/llvm-project/clang/test/SemaCXX/
H A Drestrict-this.cpp41 Foo *__restrict This = this; in member() local
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx2b-deducing-this.cpp26 [](this auto This) -> int { in test_lambda() argument
48 return This(j); in test_lambda_ref() argument
/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h
H A DInterp.h
H A DCompiler.h
/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h188 Type *This = V->getType(), *First = Cur[0]->getType(); matchFirstLengthWAnyType() local
/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp179 CXXThisExpr *This = CXXThisExpr::Create( addDefaultHandleConstructor() local
265 auto *This = addArraySubscriptOperator() local
/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h208 const auto &This = *this; in lookupInfo() local
/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp222 CodeGenFunction::GetAddressOfDirectBaseInCompleteClass(Address This, in GetAddressOfDirectBaseInCompleteClass() argument
2126 Address This = ThisAVS.getAddress(); EmitCXXConstructorCall() local
2198 EmitCXXConstructorCall(const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating,Address This,CallArgList & Args,AggValueSlot::Overlap_t Overlap,SourceLocation Loc,bool NewPointerIsChecked) EmitCXXConstructorCall() argument
2271 EmitInheritedCXXConstructorCall(const CXXConstructorDecl * D,bool ForVirtualBase,Address This,bool InheritedFromVBase,const CXXInheritedCtorInitExpr * E) EmitInheritedCXXConstructorCall() argument
2364 EmitVTableAssumptionLoad(const VPtr & Vptr,Address This) EmitVTableAssumptionLoad() argument
2386 EmitVTableAssumptionLoads(const CXXRecordDecl * ClassDecl,Address This) EmitVTableAssumptionLoads() argument
2394 EmitSynthesizedCXXCopyCtorCall(const CXXConstructorDecl * D,Address This,Address Src,const CXXConstructExpr * E) EmitSynthesizedCXXCopyCtorCall() argument
2432 Address This = LoadCXXThisAddress(); EmitDelegateCXXConstructorCall() local
2513 EmitCXXDestructorCall(const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitCXXDestructorCall() argument
2687 GetVTablePtr(Address This,llvm::Type * VTableTy,const CXXRecordDecl * RD,VTableAuthMode AuthMode) GetVTablePtr() argument
[all...]
H A DMicrosoftCXXABI.cpp1022 emitDynamicCastCall(CodeGenFunction & CGF,Address This,QualType SrcRecordTy,QualType DestTy,QualType DestRecordTy,llvm::BasicBlock * CastEnd) emitDynamicCastCall() argument
1073 GetVirtualBaseClassOffset(CodeGenFunction & CGF,Address This,const CXXRecordDecl * ClassDecl,const CXXRecordDecl * BaseClassDecl) GetVirtualBaseClassOffset() argument
1321 Address This = getThisAddress(CGF); EmitVBPtrStores() local
1471 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction & CGF,GlobalDecl GD,Address This,bool VirtualCall) adjustThisArgumentForVirtualFunctionCall() argument
1585 llvm::Value *This = loadIncomingCXXThis(CGF); EmitInstanceFunctionProlog() local
1659 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument
1954 getVirtualFunctionPointer(CodeGenFunction & CGF,GlobalDecl GD,Address This,llvm::Type * Ty,SourceLocation Loc) getVirtualFunctionPointer() argument
2004 EmitVirtualDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * Dtor,CXXDtorType DtorType,Address This,DeleteOrMemberCallExpr E) EmitVirtualDestructorCall() argument
2229 performThisAdjustment(CodeGenFunction & CGF,Address This,const CXXRecordDecl *,const ThunkInfo & TI) performThisAdjustment() argument
3139 GetVBaseOffsetFromVBPtr(CodeGenFunction & CGF,Address This,llvm::Value * VBPtrOffset,llvm::Value * VBTableOffset,llvm::Value ** VBPtrOut) GetVBaseOffsetFromVBPtr() argument
3515 EmitLoadOfMemberFunctionPointer(CodeGenFunction & CGF,const Expr * E,Address This,llvm::Value * & ThisPtrForCall,llvm::Value * MemPtr,const MemberPointerType * MPT) EmitLoadOfMemberFunctionPointer() argument
4134 llvm::Value *This = getThisValue(CGF); getAddrOfCXXCtorClosure() local
4472 LoadVTablePtr(CodeGenFunction & CGF,Address This,const CXXRecordDecl * RD) LoadVTablePtr() argument
[all...]
H A DCGExprCXX.cpp37 llvm::Value *This, llvm::Value *ImplicitParam, in commonEmitCXXMemberOrOperatorCall() argument
102 GlobalDecl Dtor, const CGCallee &Callee, llvm::Value *This, QualType ThisTy, in EmitCXXDestructorCall() argument
88 EmitCXXMemberOrOperatorCall(const CXXMethodDecl * MD,const CGCallee & Callee,ReturnValueSlot ReturnValue,llvm::Value * This,llvm::Value * ImplicitParam,QualType ImplicitParamTy,const CallExpr * CE,CallArgList * RtlArgs) EmitCXXMemberOrOperatorCall() argument
278 LValue This; EmitCXXMemberOrOperatorMemberCallExpr() local
455 Address This = Address::invalid(); EmitCXXMemberPointerCallExpr() local
[all...]
H A DCGCXXABI.h396 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
[all...]
H A DItaniumCXXABI.cpp648 llvm::Value *This = ThisAddr.emitRawPointer(CGF); EmitLoadOfMemberFunctionPointer() local
1639 GetVirtualBaseClassOffset(CodeGenFunction & CGF,Address This,const CXXRecordDecl * ClassDecl,const CXXRecordDecl * BaseClassDecl) GetVirtualBaseClassOffset() argument
1792 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument
2028 getVirtualFunctionPointer(CodeGenFunction & CGF,GlobalDecl GD,Address This,llvm::Type * Ty,SourceLocation Loc) getVirtualFunctionPointer() argument
2089 EmitVirtualDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * Dtor,CXXDtorType DtorType,Address This,DeleteOrMemberCallExpr E) EmitVirtualDestructorCall() argument
2237 performThisAdjustment(CodeGenFunction & CGF,Address This,const CXXRecordDecl * UnadjustedClass,const ThunkInfo & TI) performThisAdjustment() argument
4860 LoadVTablePtr(CodeGenFunction & CGF,Address This,const CXXRecordDecl * RD) LoadVTablePtr() argument
[all...]
H A DCGCXXABI.cpp48 CodeGenFunction &CGF, const Expr *E, Address This, in EmitLoadOfMemberFunctionPointer()
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp871 __clang_Interpreter_SetValueWithAlloc(void * This,void * OutVal,void * OpaqueType) __clang_Interpreter_SetValueWithAlloc() argument
879 __clang_Interpreter_SetValueNoAlloc(void * This,void * OutVal,void * OpaqueType,...) __clang_Interpreter_SetValueNoAlloc() argument
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp11 struct This { struct
12 this1This global() argument
14 this3This this3() argument
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp539 const LValue *This; global() member in __anon006fc44d0111::CallStackFrame
1495 CallStackFrame(EvalInfo & Info,SourceRange CallRange,const FunctionDecl * Callee,const LValue * This,const Expr * CallExpr,CallRef Call) CallStackFrame() argument
2403 CheckLiteralType(EvalInfo & Info,const Expr * E,const LValue * This=nullptr) CheckLiteralType() argument
4713 EvaluateObjectArgument(EvalInfo & Info,const Expr * Object,LValue & This) EvaluateObjectArgument() argument
5736 checkDynamicType(EvalInfo & Info,const Expr * E,const LValue & This,AccessKinds AK,bool Polymorphic) checkDynamicType() argument
5779 checkNonVirtualMemberCallThisPointer(EvalInfo & Info,const Expr * E,const LValue & This,const CXXMethodDecl * NamedMember) checkNonVirtualMemberCallThisPointer() argument
5805 ComputeDynamicType(EvalInfo & Info,const Expr * E,LValue & This,AccessKinds AK) ComputeDynamicType() argument
5861 HandleVirtualDispatch(EvalInfo & Info,const Expr * E,LValue & This,const CXXMethodDecl * Found,llvm::SmallVectorImpl<QualType> & CovariantAdjustmentPath) HandleVirtualDispatch() argument
6302 HandleFunctionCall(SourceLocation CallLoc,const FunctionDecl * Callee,const LValue * This,const Expr * E,ArrayRef<const Expr * > Args,CallRef Call,const Stmt * Body,EvalInfo & Info,APValue & Result,const LValue * ResultSlot) HandleFunctionCall() argument
6356 HandleConstructorCall(const Expr * E,const LValue & This,CallRef Call,const CXXConstructorDecl * Definition,EvalInfo & Info,APValue & Result) HandleConstructorCall() argument
6570 HandleConstructorCall(const Expr * E,const LValue & This,ArrayRef<const Expr * > Args,const CXXConstructorDecl * Definition,EvalInfo & Info,APValue & Result) HandleConstructorCall() argument
6584 HandleDestructionImpl(EvalInfo & Info,SourceRange CallRange,const LValue & This,APValue & Value,QualType T) HandleDestructionImpl() argument
6760 const LValue &This; global() member
6783 HandleDestruction(EvalInfo & Info,const Expr * E,const LValue & This,QualType ThisType) HandleDestruction() argument
7926 LValue *This = nullptr, ThisVal; handleCallExpr() local
10179 const LValue &This; global() member in __anon006fc44d2011::RecordExprEvaluator
10183 RecordExprEvaluator(EvalInfo & info,const LValue & This,APValue & Result) RecordExprEvaluator() argument
10223 HandleClassZeroInitialization(EvalInfo & Info,const Expr * E,const RecordDecl * RD,const LValue & This,APValue & Result) HandleClassZeroInitialization() argument
10630 EvaluateRecord(const Expr * E,const LValue & This,APValue & Result,EvalInfo & Info) EvaluateRecord() argument
11104 const LValue &This; global() member in __anon006fc44d2311::ArrayExprEvaluator
11108 ArrayExprEvaluator(EvalInfo & Info,const LValue & This,APValue & Result) ArrayExprEvaluator() argument
11166 EvaluateArray(const Expr * E,const LValue & This,APValue & Result,EvalInfo & Info) EvaluateArray() argument
11174 EvaluateArrayNewInitList(EvalInfo & Info,LValue & This,APValue & Result,const InitListExpr * ILE,QualType AllocType) EvaluateArrayNewInitList() argument
11184 EvaluateArrayNewConstructExpr(EvalInfo & Info,LValue & This,APValue & Result,const CXXConstructExpr * CCE,QualType AllocType) EvaluateArrayNewConstructExpr() argument
15524 const LValue *This; global() member in __anon006fc44d3711::AtomicExprEvaluator
15527 AtomicExprEvaluator(EvalInfo & Info,const LValue * This,APValue & Result) AtomicExprEvaluator() argument
15559 EvaluateAtomic(const Expr * E,const LValue * This,APValue & Result,EvalInfo & Info) EvaluateAtomic() argument
15782 EvaluateInPlace(APValue & Result,EvalInfo & Info,const LValue & This,const Expr * E,bool AllowNonLiteralTypes) EvaluateInPlace() argument
16958 LValue This; isPotentialConstantExpr() local
[all...]
/llvm-project/llvm/lib/Support/
H A DStringRef.cpp192 StringRef This = substr(From); find_insensitive() local
[all...]

12