Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h147 bool isFuncTypeConvertible(const FunctionType *FT);
H A DCodeGenTypes.cpp240 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible() function in CodeGenTypes
332 if (!isFuncTypeConvertible(FT)) { in ConvertFunctionTypeInternal()
H A DCGVTables.cpp511 bool IsUnprototyped = !CGM.getTypes().isFuncTypeConvertible( in maybeEmitThunk()
H A DMicrosoftCXXABI.cpp2855 if (Types.isFuncTypeConvertible(FPT)) { in EmitMemberFunctionPointer()
H A DItaniumCXXABI.cpp1078 if (Types.isFuncTypeConvertible(FPT)) { in BuildMemberPointer()
H A DCGCall.cpp1719 if (!isFuncTypeConvertible(FPT)) in GetFunctionTypeForVTable()