/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPlatformFuchsia.c | 65 static uint32_t lprofVMOWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in lprofVMOWriter() 99 static void initVMOWriter(ProfDataWriter *This, struct lprofVMOWriterCtx *Ctx) { in initVMOWriter()
|
H A D | InstrProfilingWriter.c | 38 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataWriter *This, in lprofBufferWriter()
|
H A D | InstrProfilingFile.c | 296 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in fileWriter() 334 static void initFileWriter(ProfDataWriter *This, FILE *File) { in initFileWriter()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 159 ThisAdjustment This; member 179 : This(This), Return(Return), Method(Method), ThisType(ThisT) {} in This() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.h | 155 Pointer This; variable
|
H A D | Interp.h | 1260 const Pointer &This = S.Current->getThis(); in GetThisField() local 1275 const Pointer &This = S.Current->getThis(); in SetThisField() local 1374 const Pointer &This = S.Current->getThis(); in InitThisField() local 1391 const Pointer &This = S.Current->getThis(); in InitThisBitField() local 1405 const Pointer &This = S.Current->getThis(); in InitThisFieldActive() local 1522 const Pointer &This = S.Current->getThis(); in GetPtrThisField() local 1545 const Pointer &This = S.Current->getThis(); in GetPtrActiveThisField() local 1597 const Pointer &This = S.Current->getThis(); in GetPtrThisBase() local 1652 const Pointer &This = S.Current->getThis(); in GetPtrThisVirtBase() local 2230 inline bool This(InterpState &S, CodePtr OpPC) { in This() function [all …]
|
H A D | Compiler.h | 55 static InitLink This() { return InitLink{K_This}; } in This() function
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbconvert.c | 347 char *This; in AcpiDbConvertToPackage() local
|
H A D | dbinput.c | 802 char *This; in AcpiDbGetLine() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 188 Type *This = V->getType(), *First = Cur[0]->getType(); in matchFirstLengthWAnyType() local
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | asltree.c | 726 ACPI_PARSE_OBJECT *This; in TrLinkPeerOps() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 180 CXXThisExpr *This = CXXThisExpr::Create( in addDefaultHandleConstructor() local 266 auto *This = in addArraySubscriptOperator() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 223 CodeGenFunction::GetAddressOfDirectBaseInCompleteClass(Address This, in GetAddressOfDirectBaseInCompleteClass() 2127 Address This = ThisAVS.getAddress(); in EmitCXXConstructorCall() local 2199 Address This, in EmitCXXConstructorCall() 2272 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() 2365 void CodeGenFunction::EmitVTableAssumptionLoad(const VPtr &Vptr, Address This) { in EmitVTableAssumptionLoad() 2387 Address This) { in EmitVTableAssumptionLoads() 2395 Address This, Address Src, in EmitSynthesizedCXXCopyCtorCall() 2433 Address This = LoadCXXThisAddress(); in EmitDelegateCXXConstructorCall() local 2514 bool Delegating, Address This, in EmitCXXDestructorCall() 2688 llvm::Value *CodeGenFunction::GetVTablePtr(Address This, in GetVTablePtr()
|
H A D | MicrosoftCXXABI.cpp | 1022 CodeGenFunction &CGF, Address This, QualType SrcRecordTy, QualType DestTy, in emitDynamicCastCall() 1073 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset() 1321 Address This = getThisAddress(CGF); in EmitVBPtrStores() local 1471 CodeGenFunction &CGF, GlobalDecl GD, Address This, in adjustThisArgumentForVirtualFunctionCall() 1585 llvm::Value *This = loadIncomingCXXThis(CGF); in EmitInstanceFunctionProlog() local 1659 bool Delegating, Address This, in EmitDestructorCall() 1954 Address This, in getVirtualFunctionPointer() 2004 Address This, DeleteOrMemberCallExpr E) { in EmitVirtualDestructorCall() 2229 CodeGenFunction &CGF, Address This, in performThisAdjustment() 3139 Address This, in GetVBaseOffsetFromVBPtr() [all …]
|
H A D | CGExprCXX.cpp | 37 llvm::Value *This, llvm::Value *ImplicitParam, in commonEmitCXXMemberOrOperatorCall() 88 llvm::Value *This, llvm::Value *ImplicitParam, QualType ImplicitParamTy, in EmitCXXMemberOrOperatorCall() 102 GlobalDecl Dtor, const CGCallee &Callee, llvm::Value *This, QualType ThisTy, in EmitCXXDestructorCall() 278 LValue This; in EmitCXXMemberOrOperatorMemberCallExpr() local 455 Address This = Address::invalid(); in EmitCXXMemberPointerCallExpr() local
|
H A D | CGCXXABI.h | 396 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
|
H A D | CGCXXABI.cpp | 48 CodeGenFunction &CGF, const Expr *E, Address This, in EmitLoadOfMemberFunctionPointer()
|
H A D | ItaniumCXXABI.cpp | 654 llvm::Value *This = ThisAddr.emitRawPointer(CGF); in EmitLoadOfMemberFunctionPointer() local 1793 Address This, in GetVirtualBaseClassOffset() 1946 bool Delegating, Address This, in EmitDestructorCall() 2182 Address This, in getVirtualFunctionPointer() 2243 Address This, DeleteOrMemberCallExpr E) { in EmitVirtualDestructorCall() 2391 ItaniumCXXABI::performThisAdjustment(CodeGenFunction &CGF, Address This, in performThisAdjustment() 5094 ItaniumCXXABI::LoadVTablePtr(CodeGenFunction &CGF, Address This, in LoadVTablePtr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComparisonCategories.h | 208 const auto &This = *this; in lookupInfo() local
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 871 __clang_Interpreter_SetValueWithAlloc(void *This, void *OutVal, in __clang_Interpreter_SetValueWithAlloc() 879 void *This, void *OutVal, void *OpaqueType, ...) { in __clang_Interpreter_SetValueNoAlloc()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 539 const LValue *This; member in __anonfb577fba0111::CallStackFrame 1495 const FunctionDecl *Callee, const LValue *This, in CallStackFrame() 2403 const LValue *This = nullptr) { in CheckLiteralType() 4728 LValue &This) { in EvaluateObjectArgument() 5751 static bool checkDynamicType(EvalInfo &Info, const Expr *E, const LValue &This, in checkDynamicType() 5794 const LValue &This, in checkNonVirtualMemberCallThisPointer() 5820 LValue &This, in ComputeDynamicType() 5876 EvalInfo &Info, const Expr *E, LValue &This, const CXXMethodDecl *Found, in HandleVirtualDispatch() 6317 const FunctionDecl *Callee, const LValue *This, in HandleFunctionCall() 6371 static bool HandleConstructorCall(const Expr *E, const LValue &This, in HandleConstructorCall() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringRef.cpp | 192 StringRef This = substr(From); in find_insensitive() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 189 const Expr *This = ME->getBase()->IgnoreParenImpCasts(); in findMetaClassAlloc() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 243 static const T *reserveForParamAndGetAddressImpl(U *This, const T &Elt, in reserveForParamAndGetAddressImpl()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 318 loc::MemRegionVal This = in processCallExit() local
|