HomeSort by: relevance | last modified time | path
    Searched defs:isCoerceAndExpand (Results 1 - 1 of 1) 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());

Completed in 30 milliseconds