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

  /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 93 if (llvm::Type *Ty = getCoerceToType())
    [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 190 llvm::Type *getCoerceToType() const {

Completed in 79 milliseconds