Home
last modified time | relevance | path

Searched refs:isFuncTypeConvertible (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.h86 bool isFuncTypeConvertible(const clang::FunctionType *ft);
H A DCIRGenTypes.cpp53 bool CIRGenTypes::isFuncTypeConvertible(const FunctionType *ft) { in isFuncTypeConvertible() function in CIRGenTypes
71 if (!isFuncTypeConvertible(ft)) { in convertFunctionTypeInternal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h156 bool isFuncTypeConvertible(const FunctionType *FT);
H A DCodeGenTypes.cpp217 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible() function in CodeGenTypes
308 if (!isFuncTypeConvertible(FT)) { in ConvertFunctionTypeInternal()
H A DCGVTables.cpp534 bool IsUnprototyped = !CGM.getTypes().isFuncTypeConvertible( in maybeEmitThunk()
H A DItaniumCXXABI.cpp1208 if (Types.isFuncTypeConvertible(FPT)) { in BuildMemberPointer()
H A DMicrosoftCXXABI.cpp2975 if (Types.isFuncTypeConvertible(FPT)) { in EmitMemberFunctionPointer()
H A DCGCall.cpp1832 if (!isFuncTypeConvertible(FPT)) in GetFunctionTypeForVTable()