Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp786 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
790 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
1932 if (CheckCoerce && AI.canHaveCoerceToType()) { in DetermineNoUndef()
H A DTargetInfo.cpp4118 llvm::Type *ST = AI.canHaveCoerceToType() in EmitVAArg()
9524 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
9901 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()