Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h87 bool IndirectByVal : 1; // isIndirect() variable
226 return IndirectByVal; in getIndirectByVal()
230 IndirectByVal = IBV; in setIndirectByVal()