Searched defs:This (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DABI.h177 ThisAdjustment This; member in struct:clang::ThunkInfo
191 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return, argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h276 adjustThisArgumentForVirtualCall(CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This) argument
295 adjustThisParameterInVirtualFunctionPrologue( CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This) argument
[all...]
H A DCGCXXABI.cpp40 EmitLoadOfMemberFunctionPointer(CodeGenFunction &CGF, llvm::Value *&This, llvm::Value *MemPtr, const MemberPointerType *MPT) argument
H A DCGExprCXX.cpp127 llvm::Value *This; local
27 EmitCXXMemberCall(const CXXMethodDecl *MD, SourceLocation CallLoc, llvm::Value *Callee, ReturnValueSlot ReturnValue, llvm::Value *This, llvm::Value *ImplicitParam, QualType ImplicitParamTy, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd) argument
152 EmitSynthesizedCXXCopyCtorCall(cast<CXXConstructorDecl>(MD), This, RHS, local
251 llvm::Value *This; local
288 llvm::Value *This = LV.getAddress(); local
[all...]
H A DCGClass.cpp83 CodeGenFunction::GetAddressOfDirectBaseInCompleteClass(llvm::Value *This, argument
1660 EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd) argument
1692 EmitSynthesizedCXXCopyCtorCall(const CXXConstructorDecl *D, llvm::Value *This, llvm::Value *Src, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd) argument
1828 EmitCXXDestructorCall(const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This) argument
2004 GetVTablePtr(llvm::Value *This, llvm::Type *Ty) argument
2104 EmitCXXOperatorMemberCallee(const CXXOperatorCallExpr *E, const CXXMethodDecl *MD, llvm::Value *This) argument
[all...]
H A DCodeGenFunction.h870 FieldConstructionScope(CodeGenFunction &CGF, llvm::Value *This) argument
[all...]
H A DItaniumCXXABI.cpp303 EmitLoadOfMemberFunctionPointer(CodeGenFunction &CGF, llvm::Value *&This, llvm::Value *MemFnPtr, const MemberPointerType *MPT) argument
777 GetVirtualBaseClassOffset(CodeGenFunction &CGF, llvm::Value *This, const CXXRecordDecl *ClassDecl, const CXXRecordDecl *BaseClassDecl) argument
908 EmitConstructorCall(CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd) argument
1034 getVirtualFunctionPointer(CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This, llvm::Type *Ty) argument
1048 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
1118 performThisAdjustment(CodeGenFunction &CGF, llvm::Value *This, const ThisAdjustment &TA) argument
[all...]
H A DMicrosoftCXXABI.cpp425 GetVirtualBaseClassOffset(CodeGenFunction &CGF, llvm::Value *This, const CXXRecordDecl *ClassDecl, const CXXRecordDecl *BaseClassDecl) argument
586 adjustThisArgumentForVirtualCall( CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This) argument
707 adjustThisParameterInVirtualFunctionPrologue( CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This) argument
787 EmitConstructorCall(CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd) argument
920 getVirtualFunctionPointer(CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This, llvm::Type *Ty) argument
938 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
1006 llvm::Value *This = CGF.LoadCXXThis(); local
1025 performThisAdjustment(CodeGenFunction &CGF, llvm::Value *This, const ThisAdjustment &TA) argument
1588 GetVBaseOffsetFromVBPtr(CodeGenFunction &CGF, llvm::Value *This, llvm::Value *VBPtrOffset, llvm::Value *VBTableOffset, llvm::Value **VBPtrOut) argument
1891 EmitLoadOfMemberFunctionPointer(CodeGenFunction &CGF, llvm::Value *&This, llvm::Value *MemPtr, const MemberPointerType *MPT) argument
[all...]
H A DCGExpr.cpp2783 llvm::Value *This = LV.getAddress(); local
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c237 char *This; local
H A Ddbinput.c635 char *This; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp90 const Module *This = this; local
/freebsd-10.1-release/sys/contrib/dev/acpica/compiler/
H A Dasltree.c971 ACPI_PARSE_OBJECT *This; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp266 loc::MemRegionVal This = local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp303 const LValue *This; member in struct:__anon3119::CallStackFrame
793 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, const FunctionDecl *Callee, const LValue *This, APValue *Arguments) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp9358 ThisBuilder This; local
9778 ThisBuilder This; local
10367 Expr *This = ActOnCXXThis(CurrentLocation).take(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1411 IdentifierLookupVisitor *This local
4403 HeaderFileInfoVisitor *This local
5712 DeclContextNameLookupVisitor *This local
5843 DeclContextAllNamesVisitor *This local
6271 ReadMethodPoolVisitor *This local
[all...]

Completed in 186 milliseconds