Searched refs:isUnary (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h56 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
203 bool isUnary() const { function in class:llvm::Twine
505 if (isUnary()) {
509 if (Suffix.isUnary()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTwine.cpp38 if (isUnary()) {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d1646 enum bool isUnary = ChunkByImplIsUnary!(pred, Range);
1648 static if (isUnary)
1680 static if (isUnary)
1712 enum bool isUnary = ChunkByImplIsUnary!(pred, Range);
1714 static if (isUnary)
1792 static if (isUnary)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d1897 enum bool isUnary = ChunkByImplIsUnary!(pred, Range);
1899 static if (isUnary)
1934 static if (isUnary)

Completed in 309 milliseconds