Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h112 bool InAllocaIndirect : 1;// isInAlloca() variable
139 InAllocaIndirect(false), IndirectByVal(false), IndirectRealign(false),
464 return InAllocaIndirect; in getInAllocaIndirect()
468 InAllocaIndirect = Indirect; in setInAllocaIndirect()