Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp1731 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1733 *ArgTypesIter++ = EltTy; in GetFunctionType()
1735 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1740 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1741 getExpandedTypes(it->type, ArgTypesIter); in GetFunctionType()
1742 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()