Searched refs:HasThisPointer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Function.cpp | 23 bool HasThisPointer, bool HasRVO, bool UnevaluatedBuiltin) in Function() argument 26 ParamOffsets(std::move(ParamOffsets)), HasThisPointer(HasThisPointer), in Function()
|
| H A D | Function.h | 168 bool hasThisPointer() const { return HasThisPointer; } in hasThisPointer() 195 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer, 246 bool HasThisPointer = false; variable
|
| H A D | ByteCodeEmitter.cpp | 45 bool HasThisPointer = false; in compileFunc() local 48 HasThisPointer = true; in compileFunc() 100 HasThisPointer, HasRVO, IsUnevaluatedBuiltin); in compileFunc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8299 void Sema::adjustMemberFunctionCC(QualType &T, bool HasThisPointer, in adjustMemberFunctionCC() argument 8307 Context.getDefaultCallingConvention(IsVariadic, HasThisPointer); in adjustMemberFunctionCC() 8327 Context.getDefaultCallingConvention(IsVariadic, !HasThisPointer); in adjustMemberFunctionCC()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4820 void adjustMemberFunctionCC(QualType &T, bool HasThisPointer,
|