Home
last modified time | relevance | path

Searched refs:_E (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/CodeGenCXX/
Dcxx0x-initializer-stdinitializerlist-pr12086.cpp9 template <class _E>
12 const _E* __begin_;
14 const _E* __end_;
19 constexpr initializer_list(const _E* __b, size_t __s) in initializer_list()
29 typedef _E value_type;
30 typedef const _E& reference;
31 typedef const _E& const_reference;
34 typedef const _E* iterator;
35 typedef const _E* const_iterator;
41 const _E* begin() const {return __begin_;} in begin()
[all …]
Dcxx0x-initializer-stdinitializerlist-startend.cpp7 template <class _E>
10 const _E* __begin_;
11 const _E* __end_;
13 initializer_list(const _E* __b, const _E* __e) in initializer_list()
19 typedef _E value_type;
20 typedef const _E& reference;
21 typedef const _E& const_reference;
24 typedef const _E* iterator;
25 typedef const _E* const_iterator;
30 const _E* begin() const {return __begin_;} in begin()
[all …]
Dcxx0x-initializer-stdinitializerlist.cpp7 template <class _E>
10 const _E* __begin_;
13 initializer_list(const _E* __b, size_t __s) in initializer_list()
19 typedef _E value_type;
20 typedef const _E& reference;
21 typedef const _E& const_reference;
24 typedef const _E* iterator;
25 typedef const _E* const_iterator;
30 const _E* begin() const {return __begin_;} in begin()
31 const _E* end() const {return __begin_ + __size_;} in end()
Dmangle-exprs.cpp7 template <class _E>
10 const _E* __begin_;
13 initializer_list(const _E* __b, size_t __s) in initializer_list()
19 typedef _E value_type;
20 typedef const _E& reference;
21 typedef const _E& const_reference;
24 typedef const _E* iterator;
25 typedef const _E* const_iterator;
30 const _E* begin() const {return __begin_;} in begin()
31 const _E* end() const {return __begin_ + __size_;} in end()
/external/clang/test/Index/
Dannotate-tokens-cxx0x.cpp31 template <class _E>
34 const _E* __begin_;
37 initializer_list(const _E* __b, size_t __s) in initializer_list()
43 typedef _E value_type;
44 typedef const _E& reference;
45 typedef const _E& const_reference;
48 typedef const _E* iterator;
49 typedef const _E* const_iterator;
54 const _E* begin() const {return __begin_;} in begin()
55 const _E* end() const {return __begin_ + __size_;} in end()
/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp10 template <class _E>
13 const _E* __begin_;
16 initializer_list(const _E* __b, size_t __s) in initializer_list()
22 typedef _E value_type;
23 typedef const _E& reference;
24 typedef const _E& const_reference;
27 typedef const _E* iterator;
28 typedef const _E* const_iterator;
33 const _E* begin() const {return __begin_;} in begin()
34 const _E* end() const {return __begin_ + __size_;} in end()
Dcxx0x-initializer-stdinitializerlist.cpp12 template <class _E>
15 const _E* __begin_;
18 initializer_list(const _E* __b, size_t __s) in initializer_list()
24 typedef _E value_type;
25 typedef const _E& reference;
26 typedef const _E& const_reference;
29 typedef const _E* iterator;
30 typedef const _E* const_iterator;
35 const _E* begin() const {return __begin_;} in begin()
36 const _E* end() const {return __begin_ + __size_;} in end()
Dcxx0x-initializer-constructor.cpp10 template <class _E>
13 const _E* __begin_;
16 initializer_list(const _E* __b, size_t __s) in initializer_list()
22 typedef _E value_type;
23 typedef const _E& reference;
24 typedef const _E& const_reference;
27 typedef const _E* iterator;
28 typedef const _E* const_iterator;
33 const _E* begin() const {return __begin_;} in begin()
34 const _E* end() const {return __begin_ + __size_;} in end()
Dconstant-expression-cxx1y.cpp731 template <class _E>
734 const _E* __begin_;
737 constexpr initializer_list(const _E* __b, size_t __s) in initializer_list()
743 typedef _E value_type;
744 typedef const _E& reference;
745 typedef const _E& const_reference;
748 typedef const _E* iterator;
749 typedef const _E* const_iterator;
754 constexpr const _E* begin() const {return __begin_;} in begin()
755 constexpr const _E* end() const {return __begin_ + __size_;} in end()
Dconstant-expression-cxx11.cpp1680 template <class _E>
1683 const _E* __begin_;
1686 constexpr initializer_list(const _E* __b, size_t __s) in initializer_list()
1692 typedef _E value_type;
1693 typedef const _E& reference;
1694 typedef const _E& const_reference;
1697 typedef const _E* iterator;
1698 typedef const _E* const_iterator;
1703 constexpr const _E* begin() const {return __begin_;} in begin()
1704 constexpr const _E* end() const {return __begin_ + __size_;} in end()
/external/clang/test/CXX/drs/
Ddr15xx.cpp30 template <class _E>
33 const _E* __begin_;
36 initializer_list(const _E* __b, size_t __s) in initializer_list()
40 typedef _E value_type;
41 typedef const _E& reference;
42 typedef const _E& const_reference;
45 typedef const _E* iterator;
46 typedef const _E* const_iterator;
51 const _E* begin() const {return __begin_;} in begin()
52 const _E* end() const {return __begin_ + __size_;} in end()
Ddr14xx.cpp204 template <class _E>
207 const _E* __begin_;
210 initializer_list(const _E* __b, size_t __s) in initializer_list()
214 typedef _E value_type;
215 typedef const _E& reference;
216 typedef const _E& const_reference;
219 typedef const _E* iterator;
220 typedef const _E* const_iterator;
225 const _E* begin() const {return __begin_;} in begin()
226 const _E* end() const {return __begin_ + __size_;} in end()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx.h80 template <class _E>
83 const _E* __begin_;
86 initializer_list(const _E* __b, size_t __s) in initializer_list()
92 typedef _E value_type;
93 typedef const _E& reference;
94 typedef const _E& const_reference;
97 typedef const _E* iterator;
98 typedef const _E* const_iterator;
103 const _E* begin() const {return __begin_;} in begin()
104 const _E* end() const {return __begin_ + __size_;} in end()
/external/clang/test/Parser/
Dcxx0x-attributes.cpp8 template <class _E>
11 const _E* __begin_;
14 initializer_list(const _E* __b, size_t __s) in initializer_list()
20 typedef _E value_type;
21 typedef const _E& reference;
22 typedef const _E& const_reference;
25 typedef const _E* iterator;
26 typedef const _E* const_iterator;
31 const _E* begin() const {return __begin_;} in begin()
32 const _E* end() const {return __begin_ + __size_;} in end()
/external/safe-iop/include/
Dsafe_iop.h143 #define safe_add5(_ptr, _A, _B, _C, _D, _E) \ argument
148 typeof(_E) __sio(var)(e) = (_E); \
193 #define safe_sub5(_ptr, _A, _B, _C, _D, _E) \ argument
198 typeof(_E) __sio(var)(e) = (_E); \
244 #define safe_mul5(_ptr, _A, _B, _C, _D, _E) \ argument
249 typeof(_E) __sio(var)(e) = (_E); \
293 #define safe_div5(_ptr, _A, _B, _C, _D, _E) \ argument
298 typeof(_E) __sio(var)(e) = (_E); \
342 #define safe_mod5(_ptr, _A, _B, _C, _D, _E) \ argument
347 typeof(_E) __sio(var)(e) = (_E); \
/external/clang/test/CXX/over/over.oper/over.literal/
Dp8.cpp17 float operator ""_E(const char *);
/external/libcxx/test/support/
Dnasty_macros.hpp9 #define _E NASTY_MACRO macro
/external/opencv/cv/src/
Dcvcalibration.cpp1833 CvMat* _E, CvMat* _F, in cvStereoCalibrate() argument
2236 if( _E || _F ) in cvStereoCalibrate()
2250 if( _E ) in cvStereoCalibrate()
2251 cvConvert( &E, _E ); in cvStereoCalibrate()
/external/chromium-trace/trace-viewer/tracing/test_data/
Dddms_calculator_start.trace36053 �p�&�_E��
66843 ���p8�_E��
349149 �N�poP�_E��