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 138 /// isFuncTypeConvertible - Utility to check whether a function type can
141 bool isFuncTypeConvertible(const FunctionType *FT);
CodeGenTypes.cpp 224 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) {
477 if (!isFuncTypeConvertible(FT)) {
CGVTables.cpp 484 if (!CGM.getTypes().isFuncTypeConvertible(
    [all...]
ItaniumCXXABI.cpp 567 if (Types.isFuncTypeConvertible(FPT)) {
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGCall.cpp     [all...]

Completed in 133 milliseconds