Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h111 bool InAllocaSRet : 1; // isInAlloca() variable
137 PaddingInReg(false), InAllocaSRet(false),
457 return InAllocaSRet; in getInAllocaSRet()
462 InAllocaSRet = SRet; in setInAllocaSRet()