Home
last modified time | relevance | path

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

12

/freebsd/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()
H A DInstrProfilingFile.c296 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 DThunk.h159 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 DInterpFrame.h155 Pointer This; variable
H A DInterp.h1260 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 DCompiler.h55 static InitLink This() { return InitLink{K_This}; } in This() function
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c347 char *This; in AcpiDbConvertToPackage() local
H A Ddbinput.c802 char *This; in AcpiDbGetLine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h188 Type *This = V->getType(), *First = Cur[0]->getType(); in matchFirstLengthWAnyType() local
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasltree.c726 ACPI_PARSE_OBJECT *This; in TrLinkPeerOps() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp180 CXXThisExpr *This = CXXThisExpr::Create( in addDefaultHandleConstructor() local
266 auto *This = in addArraySubscriptOperator() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp223 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 DMicrosoftCXXABI.cpp1022 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 DCGExprCXX.cpp37 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 DCGCXXABI.h396 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
H A DCGCXXABI.cpp48 CodeGenFunction &CGF, const Expr *E, Address This, in EmitLoadOfMemberFunctionPointer()
H A DItaniumCXXABI.cpp654 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 DComparisonCategories.h208 const auto &This = *this; in lookupInfo() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp871 __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 DExprConstant.cpp539 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 DStringRef.cpp192 StringRef This = substr(From); in find_insensitive() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp189 const Expr *This = ME->getBase()->IgnoreParenImpCasts(); in findMetaClassAlloc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h243 static const T *reserveForParamAndGetAddressImpl(U *This, const T &Elt, in reserveForParamAndGetAddressImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp318 loc::MemRegionVal This = in processCallExit() local

12