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

/external/clang/lib/CodeGen/
H A DCodeGenTypes.h135 /// isFuncTypeConvertible - Utility to check whether a function type can
138 bool isFuncTypeConvertible(const FunctionType *FT);
H A DCodeGenTypes.cpp218 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { function in class:CodeGenTypes
475 if (!isFuncTypeConvertible(FT)) {
H A DCGVTables.cpp408 if (!CGM.getTypes().isFuncTypeConvertible(
H A DMicrosoftCXXABI.cpp1960 if (Types.isFuncTypeConvertible(FPT)) {
1976 } else if (!CGM.getTypes().isFuncTypeConvertible(
H A DCGCall.cpp1054 if (!isFuncTypeConvertible(FPT))
H A DItaniumCXXABI.cpp671 if (Types.isFuncTypeConvertible(FPT)) {

Completed in 131 milliseconds