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 200 /// isFuncTypeConvertible - Utility to check whether a function type can
203 bool isFuncTypeConvertible(const FunctionType *FT);
CodeGenTypes.cpp 225 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) {
305 if (!isFuncTypeConvertible(FT)) {
CGVTables.cpp 500 if (!CGM.getTypes().isFuncTypeConvertible(
    [all...]
CGCall.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 54 milliseconds