HomeSort by relevance Sort by last modified time
    Searched refs:_E (Results 1 - 25 of 27) 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 729 template <class _E>
732 const _E* __begin_;
735 constexpr initializer_list(const _E* __b, size_t __s)
741 typedef _E value_type;
742 typedef const _E& reference;
743 typedef const _E& const_reference;
746 typedef const _E* iterator;
747 typedef const _E* const_iterator;
752 constexpr const _E* begin() const {return __begin_;}
753 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 83 template <class _E>
86 const _E* __begin_;
89 initializer_list(const _E* __b, size_t __s)
95 typedef _E value_type;
96 typedef const _E& reference;
97 typedef const _E& const_reference;
100 typedef const _E* iterator;
101 typedef const _E* const_iterator;
106 const _E* begin() const {return __begin_;}
107 const _E* end() const {return __begin_ + __size_;
    [all...]
  /external/clang/test/CXX/drs/
dr15xx.cpp 55 template <class _E>
58 const _E* __begin_;
61 initializer_list(const _E* __b, size_t __s)
65 typedef _E value_type;
66 typedef const _E& reference;
67 typedef const _E& const_reference;
70 typedef const _E* iterator;
71 typedef const _E* const_iterator;
76 const _E* begin() const {return __begin_;}
77 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 17 #define _E NASTY_MACRO
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_macros.hpp 17 #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/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/syslinux/bios/dos/
syslinux.com 154 CJ'? ?5??PI??? ?{{??R??^????DA???06?+??%????V???????H?O]? Pn???y9?c??D`??*??L?h???r?D?<??U%????`?0?y9?`]??????PP????g???@??%???=??XV?K?b?D???%?< U????_?????[?>REy???H?????F?U~{Y?:_e3(5????it[/9%?bL????Z?wV??np:S?y?=tQu$;???[??a??????4?y-.??f????hN??1??V*? A?)<??x7??s wv?j c:7??vD??z??0????Q???b?F??,?+U;?z??v?B?v??2??]<)??!\?~??[????r?y4????ja?K??~?_S????!WrYU N /z??f??? ?X??7??$p?X??-6??a?6o+?*????cF?so?? ????u? ??W\s8???^G?? ???snt???Xa??)Q????? ?$?3m/BT0)?ny#?i??s??v??l<W???6fxO?\?e7???7]_?r??-?V?e???i6?????b?_?;m??g???Q???FlZCom??D?In?W?##???*?-?h????f??_>C?;A?m?1?IH?jx?????X???S???[3( ?k??LsaU?lW).?? ??C)?b????i???6?8??W??????;?92?.??&B??;?E?????bdw0j???c?#?,?????alZ?
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 1303 milliseconds

1 2