Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h130 assert(isCoerceAndExpand()); in setUnpaddedCoerceToType()
303 bool isCoerceAndExpand() const { return TheKind == CoerceAndExpand; } in isCoerceAndExpand() function
306 return isDirect() || isExtend() || isCoerceAndExpand(); in canHaveCoerceToType()
359 assert(isCoerceAndExpand()); in getCoerceAndExpandType()
364 assert(isCoerceAndExpand()); in getUnpaddedCoerceAndExpandType()
369 assert(isCoerceAndExpand()); in getCoerceAndExpandTypeSequence()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5080 if (RetAI.isIndirect() || RetAI.isInAlloca() || RetAI.isCoerceAndExpand()) { in EmitCall()