/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeFunctionSig.cpp | 81 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/ |
D | NativeTypeFunctionSig.cpp | 81 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/ |
D | CXXInheritance.h | 372 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/ |
D | NativeTypeFunctionSig.h | 67 bool IsMemberFunction = false; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeFunctionSig.h | 67 bool IsMemberFunction = false; variable
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 2152 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/ |
D | MicrosoftCXXABI.cpp | 613 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/ |
D | MicrosoftCXXABI.cpp | 594 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/ |
D | SemaChecking.cpp | 2085 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/ |
D | SemaChecking.cpp | 4453 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/ |
D | Sema.h | 9357 ArrayRef<const Expr *> Args, bool IsMemberFunction,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 12202 bool IsMemberFunction, SourceLocation Loc, SourceRange Range,
|