Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1693 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1695 *ArgTypesIter++ = EltTy; in GetFunctionType()
1697 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1702 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1703 getExpandedTypes(it->type, ArgTypesIter); in GetFunctionType()
1704 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()