Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp281 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
H A DXCore.cpp150 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
H A DX86.cpp3147 llvm::Type *ST = AI.canHaveCoerceToType() in EmitVAArg()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp806 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
810 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
2207 if (CheckCoerce && AI.canHaveCoerceToType()) { in DetermineNoUndef()