Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1733 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1735 *ArgTypesIter++ = EltTy; in GetFunctionType()
1737 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1742 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local
1743 getExpandedTypes(it->type, ArgTypesIter); in GetFunctionType()
1744 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()