Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d920 template templateOr(Preds...) in templateOr() function
926 enum templateOr = false; in templateOr() local
931 enum templateOr = true; in templateOr() local
933 alias templateOr = Instantiate!(.templateOr!(Preds[1 .. $]), T); in templateOr() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d1047 template templateOr(Preds...) in templateOr() function
1053 enum templateOr = false; in templateOr() local
1058 enum templateOr = true; in templateOr() local
1060 alias templateOr = Instantiate!(.templateOr!(Preds[1 .. $]), T); in templateOr() local