Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.h143 bool isFuncTypeConvertible(const FunctionType *FT);
H A DCodeGenTypes.cpp249 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible() function in CodeGenTypes
341 if (!isFuncTypeConvertible(FT)) { in ConvertFunctionTypeInternal()
H A DCGVTables.cpp513 bool IsUnprototyped = !CGM.getTypes().isFuncTypeConvertible( in maybeEmitThunk()
H A DMicrosoftCXXABI.cpp2948 if (Types.isFuncTypeConvertible(FPT)) { in EmitMemberFunctionPointer()
H A DItaniumCXXABI.cpp1044 if (Types.isFuncTypeConvertible(FPT)) { in BuildMemberPointer()
H A DCGCall.cpp1751 if (!isFuncTypeConvertible(FPT)) in GetFunctionTypeForVTable()