HomeSort by: relevance | last modified time | path
    Searched refs:isUnary (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h 56 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
203 bool isUnary() const {
505 if (isUnary()) {
509 if (Suffix.isUnary()) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Twine.cpp 38 if (isUnary()) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d 1897 enum bool isUnary = ChunkByImplIsUnary!(pred, Range);
1899 static if (isUnary)
1934 static if (isUnary)

Completed in 50 milliseconds