Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1656 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1658 *ArgTypesIter++ = EltTy; in GetFunctionType()
1660 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1665 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1666 getExpandedTypes(it->type, ArgTypesIter); in GetFunctionType()
1667 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()