Home
last modified time | relevance | path

Searched refs:canHaveCoerceToType (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h295 bool canHaveCoerceToType() const { in canHaveCoerceToType() function
330 assert(canHaveCoerceToType() && "Invalid kind!"); in getCoerceToType()
335 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()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp784 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
788 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr) in arrangeLLVMFunctionInfo()
DTargetInfo.cpp4103 llvm::Type *ST = AI.canHaveCoerceToType() in EmitVAArg()
9381 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()
9758 if (AI.canHaveCoerceToType() && !AI.getCoerceToType()) in EmitVAArg()