HomeSort by relevance Sort by last modified time
    Searched refs:_E (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist-startend.cpp 7 template <class _E>
10 const _E* __begin_;
11 const _E* __end_;
13 initializer_list(const _E* __b, const _E* __e)
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
    [all...]
cxx0x-initializer-stdinitializerlist-pr12086.cpp 9 template <class _E>
12 const _E* __begin_;
14 const _E* __end_;
19 constexpr initializer_list(const _E* __b, size_t __s)
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_;
    [all...]
cxx0x-initializer-stdinitializerlist.cpp 7 template <class _E>
10 const _E* __begin_;
13 initializer_list(const _E* __b, size_t __s)
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_;}
31 const _E* end() const {return __begin_ + __size_;
    [all...]
mangle-exprs.cpp 7 template <class _E>
10 const _E* __begin_;
13 initializer_list(const _E* __b, size_t __s)
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_;}
31 const _E* end() const {return __begin_ + __size_;
    [all...]
  /external/clang/test/Index/
annotate-tokens-cxx0x.cpp 31 template <class _E>
34 const _E* __begin_;
37 initializer_list(const _E* __b, size_t __s)
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_;}
55 const _E* end() const {return __begin_ + __size_;
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 10 template <class _E>
13 const _E* __begin_;
16 initializer_list(const _E* __b, size_t __s)
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_;}
34 const _E* end() const {return __begin_ + __size_;
    [all...]
PR20334-std_initializer_list_diagnosis_assertion.cpp 5 template <class _E>
cxx0x-initializer-constructor.cpp 10 template <class _E>
13 const _E* __begin_;
16 initializer_list(const _E* __b, size_t __s)
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_;}
34 const _E* end() const {return __begin_ + __size_;
    [all...]
cxx0x-initializer-stdinitializerlist.cpp 12 template <class _E>
15 const _E* __begin_;
18 initializer_list(const _E* __b, size_t __s)
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_;}
36 const _E* end() const {return __begin_ + __size_;
    [all...]
invalid-member-expr.cpp 28 template <class _E> class initializer_list {};
constant-expression-cxx1y.cpp 731 template <class _E>
734 const _E* __begin_;
737 constexpr initializer_list(const _E* __b, size_t __s)
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_;}
755 constexpr const _E* end() const {return __begin_ + __size_;
    [all...]
constant-expression-cxx11.cpp     [all...]
  /external/clang/test/CXX/over/over.oper/over.literal/
p8.cpp 17 float operator ""_E(const char *);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 80 template <class _E>
83 const _E* __begin_;
86 initializer_list(const _E* __b, size_t __s)
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_;}
104 const _E* end() const {return __begin_ + __size_;
    [all...]
  /external/clang/test/CXX/drs/
dr15xx.cpp 30 template <class _E>
33 const _E* __begin_;
36 initializer_list(const _E* __b, size_t __s)
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_;}
52 const _E* end() const {return __begin_ + __size_;
    [all...]
dr14xx.cpp 204 template <class _E>
207 const _E* __begin_;
210 initializer_list(const _E* __b, size_t __s)
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_;}
226 const _E* end() const {return __begin_ + __size_;
    [all...]
  /external/clang/test/Parser/
cxx0x-attributes.cpp 8 template <class _E>
11 const _E* __begin_;
14 initializer_list(const _E* __b, size_t __s)
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_;}
32 const _E* end() const {return __begin_ + __size_;
    [all...]
  /external/libcxx/test/support/
nasty_macros.hpp 9 #define _E NASTY_MACRO
  /external/xmlrpcpp/src/
base64.h 42 template<class _E = char, class _Tr = std::char_traits<_E> >
48 typedef _E char_type;
  /external/safe-iop/include/
safe_iop.h 143 #define safe_add5(_ptr, _A, _B, _C, _D, _E) \
148 typeof(_E) __sio(var)(e) = (_E); \
193 #define safe_sub5(_ptr, _A, _B, _C, _D, _E) \
198 typeof(_E) __sio(var)(e) = (_E); \
244 #define safe_mul5(_ptr, _A, _B, _C, _D, _E) \
249 typeof(_E) __sio(var)(e) = (_E); \
293 #define safe_div5(_ptr, _A, _B, _C, _D, _E) \
    [all...]
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 96 template<class _E> exception_ptr make_exception_ptr(_E _Except)
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 96 template<class _E> exception_ptr make_exception_ptr(_E _Except)
    [all...]
  /external/opencv3/modules/ml/src/
ann_mlp.cpp 856 int _dcount0, vector<Mat>& _dEdw, double* _E)
864 pE = _E;
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/webrtc/talk/media/testdata/
video.rtpdump 242 ?????~X`?; ????7wqX?-?????E*)?!?????'#?^??"??f?W?t:????b?3\???eyN"1?C?\??e?^??_e??#w??H?I?>#?_O???+O??n?G?.??????I$?? ????@?V?'t??7?//??%?a?^?????'?x??B?????????/{y?60T?c?]2???x??????????O??k?$??3????$=???#:?????P~/??#??9[R?vo)/ ????*J'W??? ?*?Pa?-?!?*?t?d??wa/?????g??NOk?Y9?\N7?Eg$!`?????n?q:?O?rj??=?n????.??f????r&!???!??P?0?;???v???????z3??&?U?\ ????(????????'M ?????pW(`~q>??? ??4L?#??IF@??? ???l /E?? u??L?N?];4)h???-x???_??W???g?V??>;x???&A?*??_c??A8???????g??$?r`??????????v??_???)?N?^??~?4???O~`W~?~?????{??{^U??????23????r ??6F?L??????5?%???!~_??9v?1?0?M?_????f
    [all...]

Completed in 1366 milliseconds

1 2