Home
last modified time | relevance | path

Searched refs:HasThisPointer (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp23 bool HasThisPointer, bool HasRVO, bool UnevaluatedBuiltin) in Function() argument
26 ParamOffsets(std::move(ParamOffsets)), HasThisPointer(HasThisPointer), in Function()
H A DFunction.h168 bool hasThisPointer() const { return HasThisPointer; } in hasThisPointer()
195 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer,
246 bool HasThisPointer = false; variable
H A DByteCodeEmitter.cpp45 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 DSemaType.cpp8299 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 DSema.h4820 void adjustMemberFunctionCC(QualType &T, bool HasThisPointer,