Home
last modified time | relevance | path

Searched refs:IsMemberFunction (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp81 Proc(std::move(Proc)), Index(Index), IsMemberFunction(false) {} in NativeTypeFunctionSig()
87 MemberFunc(std::move(MemberFunc)), Index(Index), IsMemberFunction(true) {} in NativeTypeFunctionSig()
90 if (IsMemberFunction) { in initialize()
122 if (IsMemberFunction) in dump()
145 if (!IsMemberFunction) in getClassParentId()
152 return IsMemberFunction ? MemberFunc.CallConv : Proc.CallConv; in getCallingConvention()
156 return IsMemberFunction ? (1 + MemberFunc.getParameterCount()) in getCount()
162 IsMemberFunction ? MemberFunc.getReturnType() : Proc.getReturnType(); in getTypeId()
169 return IsMemberFunction ? MemberFunc.getThisPointerAdjustment() : 0; in getThisAdjust()
173 if (!IsMemberFunction) in hasConstructor()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp81 Proc(std::move(Proc)), Index(Index), IsMemberFunction(false) {} in NativeTypeFunctionSig()
87 MemberFunc(std::move(MemberFunc)), Index(Index), IsMemberFunction(true) {} in NativeTypeFunctionSig()
90 if (IsMemberFunction) { in initialize()
122 if (IsMemberFunction) in dump()
145 if (!IsMemberFunction) in getClassParentId()
152 return IsMemberFunction ? MemberFunc.CallConv : Proc.CallConv; in getCallingConvention()
156 return IsMemberFunction ? (1 + MemberFunc.getParameterCount()) in getCount()
162 IsMemberFunction ? MemberFunc.getReturnType() : Proc.getReturnType(); in getTypeId()
169 return IsMemberFunction ? MemberFunc.getThisPointerAdjustment() : 0; in getThisAdjust()
173 if (!IsMemberFunction) in hasConstructor()
[all …]
/external/llvm-project/clang/include/clang/AST/
DCXXInheritance.h372 inline bool inheritanceModelHasNVOffsetField(bool IsMemberFunction, in inheritanceModelHasNVOffsetField() argument
374 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple; in inheritanceModelHasNVOffsetField()
382 inline bool inheritanceModelHasOnlyOneField(bool IsMemberFunction, in inheritanceModelHasOnlyOneField() argument
384 if (IsMemberFunction) in inheritanceModelHasOnlyOneField()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.h67 bool IsMemberFunction = false; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.h67 bool IsMemberFunction = false; variable
/external/clang/include/clang/Basic/
DAttr.td2152 static bool hasNVOffsetField(bool IsMemberFunction, Spelling Inheritance) {
2153 return IsMemberFunction && Inheritance >= Keyword_multiple_inheritance;
2160 static bool hasOnlyOneField(bool IsMemberFunction,
2162 if (IsMemberFunction)
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp613 bool IsMemberFunction,
2718 bool IsMemberFunction, in EmitFullMemberPointer() argument
2726 if (inheritanceModelHasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2732 if (inheritanceModelHasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp594 bool IsMemberFunction,
2570 bool IsMemberFunction, in EmitFullMemberPointer() argument
2578 if (MSInheritanceAttr::hasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2584 if (MSInheritanceAttr::hasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
/external/clang/lib/Sema/
DSemaChecking.cpp2085 ArrayRef<const Expr *> Args, bool IsMemberFunction, in checkCall() argument
2099 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
2152 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local
2166 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp4453 bool IsMemberFunction, SourceLocation Loc, in checkCall() argument
4466 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
4542 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local
4557 } else if (IsMemberFunction) in CheckFunctionCall()
4562 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall()
/external/clang/include/clang/Sema/
DSema.h9357 ArrayRef<const Expr *> Args, bool IsMemberFunction,
/external/llvm-project/clang/include/clang/Sema/
DSema.h12202 bool IsMemberFunction, SourceLocation Loc, SourceRange Range,