Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4217 template callableWith(T) in callableWith() function
4219 template callableWith(alias Pred) in callableWith()
4222 enum callableWith = false; in callableWith() local
4226 enum callableWith = isBitPackableType!(TypeOfBitPacked!(Result)); in callableWith() local
4240 enum isValidPrefixForTrie = allSatisfy!(callableWith!Key, Prefix); // TODO: tighten the screws in isValidPrefixForTrie()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d4206 template callableWith(T)
4208 template callableWith(alias Pred)
4211 enum callableWith = false;
4215 enum callableWith = isBitPackableType!(TypeOfBitPacked!(Result));
4229 enum isValidPrefixForTrie = allSatisfy!(callableWith!Key, Prefix); // TODO: tighten the screws