HomeSort by: relevance | last modified time | path
    Searched defs:is (Results 1 - 25 of 190) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
57 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
76 while (__low < __high && !this->is(__m, *__low))
85 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bionic/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/openbsd/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
49 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
60 while (__low < __high && !this->is(__m, *__low))
69 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
49 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
60 while (__low < __high && !this->is(__m, *__low))
69 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/solaris/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/uclibc/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
48 is(mask __m, char __c) const function in class:ctype
53 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
83 is(mask __m, char __c) const
88 is(const char* __low, const char* __high, mask* __vec) const
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/aix/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
57 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
76 while (__low < __high && !this->is(__m, *__low))
85 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bionic/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/netbsd/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/openbsd/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/gnu-linux/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/hpux/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
49 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
60 while (__low < __high && !this->is(__m, *__low))
69 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
49 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
60 while (__low < __high && !this->is(__m, *__low))
69 while (__low < __high && this->is(__m, *__low) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/newlib/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)

Completed in 23 milliseconds

1 2 3 4 5 6 7 8