Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h156 bool isFuncTypeConvertible(const FunctionType *FT);
H A DCodeGenTypes.cpp208 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible() function in CodeGenTypes
299 if (!isFuncTypeConvertible(FT)) { in ConvertFunctionTypeInternal()
H A DCGVTables.cpp534 bool IsUnprototyped = !CGM.getTypes().isFuncTypeConvertible( in maybeEmitThunk()
H A DMicrosoftCXXABI.cpp2983 if (Types.isFuncTypeConvertible(FPT)) { in EmitMemberFunctionPointer()
H A DItaniumCXXABI.cpp1197 if (Types.isFuncTypeConvertible(FPT)) { in BuildMemberPointer()
H A DCGCall.cpp1737 if (!isFuncTypeConvertible(FPT)) in GetFunctionTypeForVTable()