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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 167 bool canHaveCoerceToType() const { return isDirect() || isExtend(); }
191 assert(canHaveCoerceToType() && "Invalid kind!");
196 assert(canHaveCoerceToType() && "Invalid kind!");
  /external/clang/lib/CodeGen/
CGCall.cpp 514 if (retInfo.canHaveCoerceToType() && retInfo.getCoerceToType() == nullptr)
518 if (I.info.canHaveCoerceToType() && I.info.getCoerceToType() == nullptr)
    [all...]
TargetInfo.cpp     [all...]

Completed in 182 milliseconds