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
138 InAllocaIndirect(false), IndirectByVal(false), IndirectRealign(false),
446 return InAllocaIndirect; in getInAllocaIndirect()
450 InAllocaIndirect = Indirect; in setInAllocaIndirect()