Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1805 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1807 *ArgTypesIter++ = EltTy; in GetFunctionType()
1809 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1814 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1815 getExpandedTypes(it->type, ArgTypesIter); in GetFunctionType()
1816 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()