Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h171 bool canHaveCoerceToType() const { return isDirect() || isExtend(); } in canHaveCoerceToType() function
195 assert(canHaveCoerceToType() && "Invalid kind!"); in getCoerceToType()
200 assert(canHaveCoerceToType() && "Invalid kind!"); in setCoerceToType()
/external/clang/lib/CodeGen/
DCGCall.cpp552 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
556 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
DTargetInfo.cpp6724 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
6959 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()