HomeSort by relevance Sort by last modified time
    Searched defs:int_type (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoimax.c 15 typedef intmax_t int_type; typedef
wcstol.c 14 typedef long int_type; typedef
wcstoll.c 14 typedef long long int int_type; typedef
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.h 141 LLVMTypeRef int_type; local
145 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *));
146 v = LLVMConstInt(int_type, (uintptr_t) ptr, 0);
148 LLVMPointerType(int_type, 0),
  /art/runtime/
primitive.cc 64 int32_t int_type = static_cast<int32_t>(type); local
66 os << kTypeNames[int_type];
68 os << "Type[" << int_type << "]"; local
  /art/test/701-easy-div-rem/
genMain.py 51 int_type = local_vars['@INT@'] variable
64 calls[int_type] = calls.get(int_type, '') + subst_vars(local_vars, '''
70 for int_type in ('int', 'long'):
71 local_vars['@INT@'] = int_type
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
fstream.cpp 36 _Underflow< char, char_traits<char> >::int_type _STLP_CALL
40 typedef traits_type::int_type int_type; typedef
49 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
fstream.cpp 36 _Underflow< char, char_traits<char> >::int_type _STLP_CALL
40 typedef traits_type::int_type int_type; typedef
49 int_type __c = traits_type::to_int_type(*__this->gptr());
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
29 typedef typename base::int_type int_type; typedef in struct:test_buf
37 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
pbackfail.pass.cpp 12 // int_type pbackfail(int_type c = traits::eof());
25 typedef typename base::int_type int_type; typedef in struct:test_buf
33 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
underflow.pass.cpp 14 // int_type underflow();
30 typedef typename base::int_type int_type; typedef in struct:test_buf
37 virtual int_type underflow() {return base::underflow();}
123 assert(f.sbumpc() == static_cast<Traits::int_type>(-1));
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
pbackfail.pass.cpp 14 // int_type pbackfail(int_type c = traits::eof());
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
underflow.pass.cpp 14 // int_type underflow();
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type underflow() {return base::underflow();}
  /external/libcxx/test/support/
constexpr_char_traits.hpp 23 typedef int int_type; typedef in struct:constexpr_char_traits
44 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT
47 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT
50 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT
51 {return int_type(__c);}
53 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT
56 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT
57 {return int_type(EOF);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_filebuf.h 56 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_filebuf.h 56 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_filebuf.h 56 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_filebuf.h 56 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_filebuf.h 56 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 12 // int_type overflow(int_type c = traits::eof());
27 typedef typename base::int_type int_type; typedef in struct:test_buf
35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
pbackfail.pass.cpp 12 // int_type pbackfail(int_type c = traits::eof());
25 typedef typename base::int_type int_type; typedef in struct:test_buf
33 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
underflow.pass.cpp 12 // int_type underflow();
27 typedef typename base::int_type int_type; typedef in struct:test_buf
34 virtual int_type underflow() {return base::underflow();}
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}

Completed in 414 milliseconds

1 2 3 4 5