Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h243 bool canHaveCoerceToType() const { in canHaveCoerceToType() function
269 assert(canHaveCoerceToType() && "Invalid kind!"); in getCoerceToType()
274 assert(canHaveCoerceToType() && "Invalid kind!"); in setCoerceToType()
/external/clang/lib/CodeGen/
DCGCall.cpp714 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
718 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
DTargetInfo.cpp7156 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
7394 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()