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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 83 llvm::Type *UnpaddedCoerceAndExpandType; // isCoerceAndExpand()
108 assert(isCoerceAndExpand());
241 bool isCoerceAndExpand() const { return TheKind == CoerceAndExpand; }
244 return isDirect() || isExtend() || isCoerceAndExpand();
279 assert(isCoerceAndExpand());
284 assert(isCoerceAndExpand());
289 assert(isCoerceAndExpand());
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 300 milliseconds