Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h100 return isDirect() || isExtend() || isIndirect() || isExpand(); in canHavePaddingType()
240 bool isExpand() const { return TheKind == Expand; } in isExpand() function