Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h108 assert(isCoerceAndExpand()); in setUnpaddedCoerceToType()
241 bool isCoerceAndExpand() const { return TheKind == CoerceAndExpand; } in isCoerceAndExpand() function
244 return isDirect() || isExtend() || isCoerceAndExpand(); in canHaveCoerceToType()
279 assert(isCoerceAndExpand()); in getCoerceAndExpandType()
284 assert(isCoerceAndExpand()); in getUnpaddedCoerceAndExpandType()
289 assert(isCoerceAndExpand()); in getCoerceAndExpandTypeSequence()
/external/clang/lib/CodeGen/
DCGCall.cpp3559 if (RetAI.isIndirect() || RetAI.isInAlloca() || RetAI.isCoerceAndExpand()) { in EmitCall()