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.cpp1711 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1713 *ArgTypesIter++ = EltTy; in GetFunctionType()
1715 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1720 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1721 getExpandedTypes(it->type, ArgTypesIter); in GetFunctionType()
1722 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()