Searched defs:int_type (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.h139 LLVMTypeRef int_type; local
143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *));
144 v = LLVMConstInt(int_type, (uintptr_t) ptr, 0);
146 LLVMPointerType(int_type, 0),
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.h139 LLVMTypeRef int_type; local
143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *));
144 v = LLVMConstInt(int_type, (uintptr_t) ptr, 0);
146 LLVMPointerType(int_type, 0),
/external/stlport/src/
H A Dfstream.cpp36 _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/input.output/file.streams/fstreams/filebuf.virtuals/
H A Doverflow.pass.cpp12 // 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);}
H A Dpbackfail.pass.cpp12 // 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);}
H A Dseekoff.pass.cpp28 typedef typename base::int_type int_type; typedef in struct:test_buf
36 virtual int_type underflow() {return base::underflow();}
H A Dunderflow.pass.cpp12 // int_type underflow();
27 typedef typename base::int_type int_type; typedef in struct:test_buf
34 virtual int_type underflow() {return base::underflow();}
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Doverflow.pass.cpp14 // 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);}
H A Dpbackfail.pass.cpp14 // 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);}
H A Dunderflow.pass.cpp14 // int_type underflow();
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type underflow() {return base::underflow();}
/external/stlport/stlport/stl/
H A D_strstream.h74 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
H A D_ostreambuf_iterator.h46 typedef typename _Traits::int_type int_type; typedef in class:ostreambuf_iterator
H A D_sstream.h58 typedef typename _Traits::int_type int_type; typedef in class:basic_stringbuf
79 virtual int_type underflow();
80 virtual int_type uflow();
81 virtual int_type pbackfail(int_type __c);
82 virtual int_type overflow(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());}
84 int_type overflo
120 typedef typename _Traits::int_type int_type; typedef in class:basic_istringstream
163 typedef typename _Traits::int_type int_type; typedef in class:basic_ostringstream
207 typedef typename _Traits::int_type int_type; typedef in class:basic_stringstream
[all...]
H A D_ios.h52 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
110 static bool _STLP_CALL _S_eof(int_type __c) {
111 const int_type __eof = _Traits::eof();
H A D_istreambuf_iterator.h51 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
92 int_type __c = _M_buf->sgetc();
H A D_istream.h75 typedef typename _Traits::int_type int_type; typedef in class:basic_istream
126 int_type peek();
129 int_type get();
151 _Self& ignore(streamsize __n, int_type __delim);
H A D_ostream.c120 typedef typename _StreamBuf::int_type int_type; typedef in struct:_SPutBackC
129 void guard(int_type c) {
139 int_type __c;
149 int_type __c;
H A D_ostream.h64 typedef typename _Traits::int_type int_type; typedef in class:basic_ostream
H A D_streambuf.h54 typedef typename _Traits::int_type int_type; typedef in class:basic_streambuf
170 virtual int_type underflow();
174 virtual int_type uflow();
179 virtual int_type pbackfail(int_type = traits_type::eof());
194 virtual int_type overflow(int_type = traits_type::eof());
198 int_type sputc(char_type __c) {
212 int_type _M_snextc_au
[all...]
H A Dchar_traits.h135 typedef _IntT int_type; typedef in class:__char_traits_base
181 static int_type _STLP_CALL not_eof(const int_type& __c)
182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
184 static char_type _STLP_CALL to_char_type(const int_type& __c)
187 static int_type _STLP_CALL to_int_type(const char_type& __c)
188 { return (int_type)__c; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
193 static int_type _STLP_CAL
214 typedef int int_type; typedef in class:char_traits
[all...]
/external/stlport/test/unit/
H A Dfull_streambuf.h15 typedef _Base::int_type int_type; typedef in class:full_streambuf
26 int_type overflow(int_type c) {
/external/lldb/test/types/
H A DHideTestFailures.py78 self.int_type()
85 self.int_type()
122 def int_type(self): member in class:DebugIntegerTypesFailures
/external/clang/test/SemaTemplate/
H A Dclass-template-spec.cpp39 typedef int int_type; typedef
40 void testme(X<int_type> *x1, X<float, int> *x2) {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dbuiltin_types.h69 const glsl_type *const glsl_type::int_type = & builtin_core_types[4]; member in class:glsl_type
/external/mesa3d/src/glsl/
H A Dbuiltin_types.h69 const glsl_type *const glsl_type::int_type = & builtin_core_types[4]; member in class:glsl_type

Completed in 537 milliseconds

12