Home
last modified time | relevance | path

Searched refs:isFuncParamTypeConvertible (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp34 bool CIRGenTypes::isFuncParamTypeConvertible(clang::QualType type) { in isFuncParamTypeConvertible() function in CIRGenTypes
54 if (!isFuncParamTypeConvertible(ft->getReturnType())) in isFuncTypeConvertible()
59 if (!isFuncParamTypeConvertible(fpt->getParamType(i))) in isFuncTypeConvertible()
H A DCIRGenTypes.h87 bool isFuncParamTypeConvertible(clang::QualType type);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp197 bool CodeGenTypes::isFuncParamTypeConvertible(QualType Ty) { in isFuncParamTypeConvertible() function in CodeGenTypes
218 if (!isFuncParamTypeConvertible(FT->getReturnType())) in isFuncTypeConvertible()
223 if (!isFuncParamTypeConvertible(FPT->getParamType(i))) in isFuncTypeConvertible()
H A DCodeGenTypes.h157 bool isFuncParamTypeConvertible(QualType Ty);