Searched refs:isExtend (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DABIInfo.h117 bool isExtend() const { return TheKind == Extend; } function in class:clang::ABIArgInfo
128 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
147 assert((isDirect() || isExtend() || isIndirect()) && "Invalid kind!");
H A DTargetInfo.cpp827 if (Foo.isExtend())

Completed in 410 milliseconds