Home
last modified time | relevance | path

Searched defs:Dog (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d3751 struct Dog { int age; } argument
3752 Dog[] dogs = [Dog(10), Dog(5), Dog(15)]; variable
3838 struct Dog { int age; } argument
3839 Dog[] dogs = [Dog(10), Dog(15), Dog(5)]; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d4050 struct Dog { int age; } struct
4051 Dog[] dogs = [Dog(10), Dog(5), Dog(15)]; variable
4176 struct Dog { int age; } struct
4177 Dog[] dogs = [Dog(10), Dog(15), Dog(5)]; variable