Home
last modified time | relevance | path

Searched refs:IntArgList (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp8102 SmallVector<llvm::Type*, 8> ArgList, IntArgList; in HandleAggregates() local
8151 CoerceToIntArgs(TySize - LastOffset, IntArgList); in HandleAggregates()
8152 ArgList.append(IntArgList.begin(), IntArgList.end()); in HandleAggregates()