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

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 250 static ABIArgInfo getCoerceAndExpand(llvm::StructType *coerceToType,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp 811 return ABIArgInfo::getCoerceAndExpand(types.first, types.second);
TargetInfo.cpp 10687 // Call getCoerceAndExpand for the two-element flattened struct described by
10703 return ABIArgInfo::getCoerceAndExpand(
10734 return ABIArgInfo::getCoerceAndExpand(CoerceToType, UnpaddedCoerceToType);

Completed in 25 milliseconds