Home
last modified time | relevance | path

Searched defs:InnerRange (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp294 SourceRange OuterRange, InnerRange; in rewriteBlockCopyMacro() local
307 SourceRange OuterRange, InnerRange; in removeBlockReleaseMacro() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d2085 alias InnerRange = ChunkByGroup!(eq, Range, eqEquivalenceAssured); in ChunkByImpl() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d6299 private alias InnerRange = ElementType!RangeOfRanges; member