HomeSort by: relevance | last modified time | path
    Searched refs:isCoerceAndExpand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 94 llvm::Type *UnpaddedCoerceAndExpandType; // isCoerceAndExpand()
130 assert(isCoerceAndExpand());
303 bool isCoerceAndExpand() const { return TheKind == CoerceAndExpand; }
306 return isDirect() || isExtend() || isCoerceAndExpand();
359 assert(isCoerceAndExpand());
364 assert(isCoerceAndExpand());
369 assert(isCoerceAndExpand());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 4676 if (RetAI.isIndirect() || RetAI.isInAlloca() || RetAI.isCoerceAndExpand()) {

Completed in 67 milliseconds