HomeSort by relevance Sort by last modified time
    Searched refs:isFuncTypeConvertible (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.h 135 /// isFuncTypeConvertible - Utility to check whether a function type can
138 bool isFuncTypeConvertible(const FunctionType *FT);
CodeGenTypes.cpp 218 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) {
475 if (!isFuncTypeConvertible(FT)) {
CGVTables.cpp 408 if (!CGM.getTypes().isFuncTypeConvertible(
MicrosoftCXXABI.cpp     [all...]
CGCall.cpp     [all...]
ItaniumCXXABI.cpp 671 if (Types.isFuncTypeConvertible(FPT)) {
    [all...]

Completed in 146 milliseconds