Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp375 unsigned SRetOffset = 0; in emitEntryFunction() local
380 SRetOffset = 1; in emitEntryFunction()
384 const ParmVarDecl *PD = FD->getParamDecl(Param.getArgNo() - SRetOffset); in emitEntryFunction()