Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h305 bool canHaveCoerceToType() const { in canHaveCoerceToType() function
349 assert(canHaveCoerceToType() && "Invalid kind!"); in getCoerceToType()
354 assert(canHaveCoerceToType() && "Invalid kind!"); in setCoerceToType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp796 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
800 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
2013 if (CheckCoerce && AI.canHaveCoerceToType()) { in DetermineNoUndef()
H A DTargetInfo.cpp4221 llvm::Type *ST = AI.canHaveCoerceToType() in EmitVAArg()
9821 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
10212 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()