Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunctionInfo.h128 const_arg_iterator argTypesEnd() const { return getArgTypes() + 1 + numArgs; } in argTypesEnd() function
130 arg_iterator argTypesEnd() { return getArgTypes() + 1 + numArgs; } in argTypesEnd() function
H A DCIRGenTypes.cpp585 std::equal(fi->argTypesBegin(), fi->argTypesEnd(), argTypes.begin()) && in arrangeCIRFunctionInfo()