Home
last modified time | relevance | path

Searched refs:ParamOffsets (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp22 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, in Function() argument
26 ParamOffsets(std::move(ParamOffsets)), HasThisPointer(HasThisPointer), in Function()
H A DByteCodeEmitter.cpp27 SmallVector<unsigned, 8> ParamOffsets; in compileFunc() local
38 ParamOffsets.push_back(ParamOffset); in compileFunc()
50 ParamOffsets.push_back(ParamOffset); in compileFunc()
85 ParamOffsets.push_back(ParamOffset); in compileFunc()
99 std::move(ParamDescriptors), std::move(ParamOffsets), in compileFunc()
H A DFunction.h187 return ParamOffsets[ParamIndex]; in getParamOffset()
195 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer,
238 llvm::SmallVector<unsigned, 8> ParamOffsets; variable