Home
last modified time | relevance | path

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

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