Home
last modified time | relevance | path

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

12

/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()
DPR20334-std_initializer_list_diagnosis_assertion.cpp5 template <class _E>
Dinvalid-member-expr.cpp28 template <class _E> class initializer_list {};
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/xmlrpcpp/src/
Dbase64.h42 template<class _E = char, class _Tr = std::char_traits<_E> >
48 typedef _E char_type;
/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/llvm/test/CodeGen/AArch64/
Darm64-collect-loh.ll342 ; CHECK-NEXT: adrp [[ADRP_REG:x[0-9]+]], _E@GOTPAGE
344 ; CHECK-NEXT: ldr [[LDRGOT_REG:x[0-9]+]], {{\[}}[[ADRP_REG]], _E@GOTPAGEOFF]
357 ; CHECK-NEXT: adrp [[ADRP_REG:x[0-9]+]], _E@GOTPAGE
359 ; CHECK-NEXT: ldr [[LDRGOT_REG:x[0-9]+]], {{\[}}[[ADRP_REG]], _E@GOTPAGEOFF]
372 ; CHECK-NEXT: adrp [[ADRP_REG:x[0-9]+]], _E@GOTPAGE
374 ; CHECK-NEXT: ldr [[LDRGOT_REG:x[0-9]+]], {{\[}}[[ADRP_REG]], _E@GOTPAGEOFF]
388 ; CHECK-NEXT: adrp [[ADRP_REG:x[0-9]+]], _E@GOTPAGE
390 ; CHECK-NEXT: ldr [[LDRGOT_REG:x[0-9]+]], {{\[}}[[ADRP_REG]], _E@GOTPAGEOFF]
/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr()
1594 …explicit _ExceptionHolder(const std::exception_ptr& _E, const _TaskCreationCallstack &_stackTrace)… in _ExceptionHolder()
1595 _M_exceptionObserved(0), _M_stdException(_E), _M_stackTrace(_stackTrace) in _ExceptionHolder()
1599 … explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, const _TaskCreationCallstack &_stackTrace) : in _ExceptionHolder()
1600 _M_exceptionObserved(0), _M_winRTException(_E), _M_stackTrace(_stackTrace) in _ExceptionHolder()
1604 explicit _ExceptionHolder(const std::exception_ptr& _E, void* _SourceAddressHint) :
1605 _M_exceptionObserved(0), _M_stdException(_E), _M_disassembleMe(_SourceAddressHint)
1609 explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, void* _SourceAddressHint) :
1610 _M_exceptionObserved(0), _M_disassembleMe(_SourceAddressHint), _M_winRTException(_E)
2485 catch (IRestrictedErrorInfo*& _E) in invoke() local
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr()
1594 …explicit _ExceptionHolder(const std::exception_ptr& _E, const _TaskCreationCallstack &_stackTrace)…
1595 _M_exceptionObserved(0), _M_stdException(_E), _M_stackTrace(_stackTrace)
1599 … explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, const _TaskCreationCallstack &_stackTrace) :
1600 _M_exceptionObserved(0), _M_winRTException(_E), _M_stackTrace(_stackTrace)
1604 explicit _ExceptionHolder(const std::exception_ptr& _E, void* _SourceAddressHint) :
1605 _M_exceptionObserved(0), _M_stdException(_E), _M_disassembleMe(_SourceAddressHint)
1609 explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, void* _SourceAddressHint) :
1610 _M_exceptionObserved(0), _M_disassembleMe(_SourceAddressHint), _M_winRTException(_E)
2485 catch (IRestrictedErrorInfo*& _E)
[all …]
/external/opencv3/modules/ml/src/
Dann_mlp.cpp856 int _dcount0, vector<Mat>& _dEdw, double* _E) in RPropLoop()
864 pE = _E; in RPropLoop()
/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()

12