Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Danalyze.c595 lin i_end = filevec[f].buffered_lines; in shift_boundaries() local
604 while (i < i_end && !changed[i]) in shift_boundaries()
611 if (i == i_end) in shift_boundaries()
646 corresponding = other_changed[j - 1] ? i : i_end; in shift_boundaries()
654 while (i != i_end && equivs[start] == equivs[i]) in shift_boundaries()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2425 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in getInnermostNonParenChunk() local
2436 for (unsigned i = DeclTypeInfo.size(), i_end = 0; i != i_end; --i) { in getOutermostNonParenChunk() local
2457 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isFunctionDeclarator() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp326 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction() local
H A DSemaTemplateInstantiateDecl.cpp4514 for (unsigned i = 0, i_end = OldProtoLoc.getNumParams(); i != i_end; in SubstFunctionType() local