Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c65 static uint32_t lprofVMOWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in lprofVMOWriter()
99 static void initVMOWriter(ProfDataWriter *This, struct lprofVMOWriterCtx *Ctx) { in initVMOWriter()
H A DInstrProfilingWriter.c38 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataWriter *This, in lprofBufferWriter() argument
H A DInstrProfilingFile.c292 fileWriter(ProfDataWriter * This,ProfDataIOVec * IOVecs,uint32_t NumIOVecs) fileWriter() argument
330 initFileWriter(ProfDataWriter * This,FILE * File) initFileWriter() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp755 __clang_Interpreter_SetValueWithAlloc(void * This,void * OutVal,void * OpaqueType) __clang_Interpreter_SetValueWithAlloc() argument
764 __clang_Interpreter_SetValueNoAlloc(void * This,void * OutVal,void * OpaqueType,void * Val) __clang_Interpreter_SetValueNoAlloc() argument
772 __clang_Interpreter_SetValueNoAlloc(void * This,void * OutVal,void * OpaqueType) __clang_Interpreter_SetValueNoAlloc() argument
796 __clang_Interpreter_SetValueNoAlloc(void * This,void * OutVal,void * OpaqueType,unsigned long long Val) __clang_Interpreter_SetValueNoAlloc() argument
804 __clang_Interpreter_SetValueNoAlloc(void * This,void * OutVal,void * OpaqueType,float Val) __clang_Interpreter_SetValueNoAlloc() argument
812 __clang_Interpreter_SetValueNoAlloc(void * This,void * OutVal,void * OpaqueType,double Val) __clang_Interpreter_SetValueNoAlloc() argument
820 __clang_Interpreter_SetValueNoAlloc(void * This,void * OutVal,void * OpaqueType,long double Val) __clang_Interpreter_SetValueNoAlloc() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h158 ThisAdjustment This; global() member
174 : This(This), Return(Return), Method(Method) {} This() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h979 const Pointer &This = S.Current->getThis(); GetThisField() local
994 const Pointer &This = S.Current->getThis(); SetThisField() local
1073 const Pointer &This = S.Current->getThis(); InitThisField() local
1090 const Pointer &This = S.Current->getThis(); InitThisBitField() local
1104 const Pointer &This = S.Current->getThis(); InitThisFieldActive() local
1191 const Pointer &This = S.Current->getThis(); GetPtrThisField() local
1214 const Pointer &This = S.Current->getThis(); GetPtrActiveThisField() local
1257 const Pointer &This = S.Current->getThis(); GetPtrThisBase() local
1292 const Pointer &This = S.Current->getThis(); GetPtrThisVirtBase() local
1732 inline bool This(InterpState &S, CodePtr OpPC) { This() function
1738 const Pointer &This = S.Current->getThis(); This() local
[all...]
H A DInterpFrame.h155 Pointer This; variable
H A DInterp.cpp474 CheckThis(InterpState & S,CodePtr OpPC,const Pointer & This) CheckThis() argument
/freebsd-src/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c347 char *This; in AcpiDbConvertToPackage() local
H A Ddbinput.c802 char *This; in AcpiDbGetLine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h188 Type *This = V->getType(), *First = Cur[0]->getType(); in matchFirstLengthWAnyType() local
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dasltree.c726 ACPI_PARSE_OBJECT *This; in TrLinkPeerOps() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp176 CXXThisExpr *This = CXXThisExpr::Create( addDefaultHandleConstructor() local
262 auto *This = addArraySubscriptOperator() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp221 /// The object pointed to by 'This' is assumed to be non-null. in GetAddressOfDirectBaseInCompleteClass() argument
2118 Address This = ThisAVS.getAddress(); EmitCXXConstructorCall() local
2189 EmitCXXConstructorCall(const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating,Address This,CallArgList & Args,AggValueSlot::Overlap_t Overlap,SourceLocation Loc,bool NewPointerIsChecked) EmitCXXConstructorCall() argument
2263 EmitInheritedCXXConstructorCall(const CXXConstructorDecl * D,bool ForVirtualBase,Address This,bool InheritedFromVBase,const CXXInheritedCtorInitExpr * E) EmitInheritedCXXConstructorCall() argument
2354 EmitVTableAssumptionLoad(const VPtr & Vptr,Address This) EmitVTableAssumptionLoad() argument
2376 EmitVTableAssumptionLoads(const CXXRecordDecl * ClassDecl,Address This) EmitVTableAssumptionLoads() argument
2384 EmitSynthesizedCXXCopyCtorCall(const CXXConstructorDecl * D,Address This,Address Src,const CXXConstructExpr * E) EmitSynthesizedCXXCopyCtorCall() argument
2420 Address This = LoadCXXThisAddress(); EmitDelegateCXXConstructorCall() local
2499 EmitCXXDestructorCall(const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitCXXDestructorCall() argument
2668 GetVTablePtr(Address This,llvm::Type * VTableTy,const CXXRecordDecl * RD) GetVTablePtr() argument
[all...]
H A DMicrosoftCXXABI.cpp1026 emitDynamicCastCall(CodeGenFunction & CGF,Address This,QualType SrcRecordTy,QualType DestTy,QualType DestRecordTy,llvm::BasicBlock * CastEnd) emitDynamicCastCall() argument
1077 GetVirtualBaseClassOffset(CodeGenFunction & CGF,Address This,const CXXRecordDecl * ClassDecl,const CXXRecordDecl * BaseClassDecl) GetVirtualBaseClassOffset() argument
1305 Address This = getThisAddress(CGF); EmitVBPtrStores() local
1455 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction & CGF,GlobalDecl GD,Address This,bool VirtualCall) adjustThisArgumentForVirtualFunctionCall() argument
1569 llvm::Value *This = loadIncomingCXXThis(CGF); EmitInstanceFunctionProlog() local
1643 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument
1944 getVirtualFunctionPointer(CodeGenFunction & CGF,GlobalDecl GD,Address This,llvm::Type * Ty,SourceLocation Loc) getVirtualFunctionPointer() argument
1994 EmitVirtualDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * Dtor,CXXDtorType DtorType,Address This,DeleteOrMemberCallExpr E) EmitVirtualDestructorCall() argument
2218 performThisAdjustment(CodeGenFunction & CGF,Address This,const ThisAdjustment & TA) performThisAdjustment() argument
3126 GetVBaseOffsetFromVBPtr(CodeGenFunction & CGF,Address This,llvm::Value * VBPtrOffset,llvm::Value * VBTableOffset,llvm::Value ** VBPtrOut) GetVBaseOffsetFromVBPtr() argument
3502 EmitLoadOfMemberFunctionPointer(CodeGenFunction & CGF,const Expr * E,Address This,llvm::Value * & ThisPtrForCall,llvm::Value * MemPtr,const MemberPointerType * MPT) EmitLoadOfMemberFunctionPointer() argument
4121 llvm::Value *This = getThisValue(CGF); getAddrOfCXXCtorClosure() local
4462 LoadVTablePtr(CodeGenFunction & CGF,Address This,const CXXRecordDecl * RD) LoadVTablePtr() argument
[all...]
H A DCGExprCXX.cpp37 llvm::Value *This, llvm::Value *ImplicitParam, in commonEmitCXXMemberOrOperatorCall() argument
88 llvm::Value *This, llvm::Value *ImplicitParam, QualType ImplicitParamTy, in EmitCXXMemberOrOperatorCall() argument
102 GlobalDecl Dtor, const CGCallee &Callee, llvm::Value *This, QualType ThisTy, in EmitCXXDestructorCall() argument
278 LValue This; EmitCXXMemberOrOperatorMemberCallExpr() local
452 Address This = Address::invalid(); EmitCXXMemberPointerCallExpr() local
[all...]
H A DCGCXXABI.h401 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction & CGF,GlobalDecl GD,Address This,bool VirtualCall) adjustThisArgumentForVirtualFunctionCall() argument
[all...]
H A DItaniumCXXABI.cpp649 llvm::Value *This = ThisAddr.getPointer(); EmitLoadOfMemberFunctionPointer() local
1627 GetVirtualBaseClassOffset(CodeGenFunction & CGF,Address This,const CXXRecordDecl * ClassDecl,const CXXRecordDecl * BaseClassDecl) GetVirtualBaseClassOffset() argument
1780 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument
2008 getVirtualFunctionPointer(CodeGenFunction & CGF,GlobalDecl GD,Address This,llvm::Type * Ty,SourceLocation Loc) getVirtualFunctionPointer() argument
2062 EmitVirtualDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * Dtor,CXXDtorType DtorType,Address This,DeleteOrMemberCallExpr E) EmitVirtualDestructorCall() argument
2206 performThisAdjustment(CodeGenFunction & CGF,Address This,const ThisAdjustment & TA) performThisAdjustment() argument
4819 LoadVTablePtr(CodeGenFunction & CGF,Address This,const CXXRecordDecl * RD) LoadVTablePtr() argument
[all...]
H A DCGCXXABI.cpp42 EmitLoadOfMemberFunctionPointer(CodeGenFunction & CGF,const Expr * E,Address This,llvm::Value * & ThisPtrForCall,llvm::Value * MemPtr,const MemberPointerType * MPT) EmitLoadOfMemberFunctionPointer() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h208 const auto &This = *this; in lookupInfo() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp534 const LValue *This; global() member in __anon147cbbcc0111::CallStackFrame
1490 CallStackFrame(EvalInfo & Info,SourceRange CallRange,const FunctionDecl * Callee,const LValue * This,const Expr * CallExpr,CallRef Call) CallStackFrame() argument
2396 CheckLiteralType(EvalInfo & Info,const Expr * E,const LValue * This=nullptr) CheckLiteralType() argument
4693 EvaluateObjectArgument(EvalInfo & Info,const Expr * Object,LValue & This) EvaluateObjectArgument() argument
5690 checkDynamicType(EvalInfo & Info,const Expr * E,const LValue & This,AccessKinds AK,bool Polymorphic) checkDynamicType() argument
5733 checkNonVirtualMemberCallThisPointer(EvalInfo & Info,const Expr * E,const LValue & This,const CXXMethodDecl * NamedMember) checkNonVirtualMemberCallThisPointer() argument
5759 ComputeDynamicType(EvalInfo & Info,const Expr * E,LValue & This,AccessKinds AK) ComputeDynamicType() argument
5815 HandleVirtualDispatch(EvalInfo & Info,const Expr * E,LValue & This,const CXXMethodDecl * Found,llvm::SmallVectorImpl<QualType> & CovariantAdjustmentPath) HandleVirtualDispatch() argument
6256 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
6310 HandleConstructorCall(const Expr * E,const LValue & This,CallRef Call,const CXXConstructorDecl * Definition,EvalInfo & Info,APValue & Result) HandleConstructorCall() argument
6524 HandleConstructorCall(const Expr * E,const LValue & This,ArrayRef<const Expr * > Args,const CXXConstructorDecl * Definition,EvalInfo & Info,APValue & Result) HandleConstructorCall() argument
6538 HandleDestructionImpl(EvalInfo & Info,SourceRange CallRange,const LValue & This,APValue & Value,QualType T) HandleDestructionImpl() argument
6714 const LValue &This; global() member
6737 HandleDestruction(EvalInfo & Info,const Expr * E,const LValue & This,QualType ThisType) HandleDestruction() argument
7878 LValue *This = nullptr, ThisVal; handleCallExpr() local
10093 const LValue &This; global() member in __anon147cbbcc1f11::RecordExprEvaluator
10097 RecordExprEvaluator(EvalInfo & info,const LValue & This,APValue & Result) RecordExprEvaluator() argument
10137 HandleClassZeroInitialization(EvalInfo & Info,const Expr * E,const RecordDecl * RD,const LValue & This,APValue & Result) HandleClassZeroInitialization() argument
10555 EvaluateRecord(const Expr * E,const LValue & This,APValue & Result,EvalInfo & Info) EvaluateRecord() argument
10910 const LValue &This; global() member in __anon147cbbcc2311::ArrayExprEvaluator
10914 ArrayExprEvaluator(EvalInfo & Info,const LValue & This,APValue & Result) ArrayExprEvaluator() argument
10973 EvaluateArray(const Expr * E,const LValue & This,APValue & Result,EvalInfo & Info) EvaluateArray() argument
10981 EvaluateArrayNewInitList(EvalInfo & Info,LValue & This,APValue & Result,const InitListExpr * ILE,QualType AllocType) EvaluateArrayNewInitList() argument
10991 EvaluateArrayNewConstructExpr(EvalInfo & Info,LValue & This,APValue & Result,const CXXConstructExpr * CCE,QualType AllocType) EvaluateArrayNewConstructExpr() argument
15149 const LValue *This; global() member in __anon147cbbcc3611::AtomicExprEvaluator
15152 AtomicExprEvaluator(EvalInfo & Info,const LValue * This,APValue & Result) AtomicExprEvaluator() argument
15184 EvaluateAtomic(const Expr * E,const LValue * This,APValue & Result,EvalInfo & Info) EvaluateAtomic() argument
15407 EvaluateInPlace(APValue & Result,EvalInfo & Info,const LValue & This,const Expr * E,bool AllowNonLiteralTypes) EvaluateInPlace() argument
16575 LValue This; isPotentialConstantExpr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp192 StringRef This = substr(From); in find_insensitive() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp189 const Expr *This = ME->getBase()->IgnoreParenImpCasts(); in findMetaClassAlloc() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h242 reserveForParamAndGetAddressImpl(U * This,const T & Elt,size_t N) reserveForParamAndGetAddressImpl() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp318 loc::MemRegionVal This = in processCallExit() local
[all...]

12