Home
last modified time | relevance | path

Searched refs:__end (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/SemaCXX/
Dcrashes.cpp206 …template<class _InputIterator> basic_string(_InputIterator __beg, _InputIterator __end, const _All…
207 …template<class _InIterator> static _CharT* _S_construct(_InIterator __beg, _InIterator __end, cons…
208 …template<class _FwdIterator> static _CharT* _S_construct(_FwdIterator __beg, _FwdIterator __end, c…
214 …basic_string<_CharT, _Traits, _Alloc>:: basic_string(_InputIterator __beg, _InputIterator __end, c… in basic_string() argument
215 : _M_dataplus(_S_construct(__beg, __end, __a, input_iterator_tag()), __a) {} in basic_string()
/external/valgrind/none/tests/s390x/
Dclst.c14 do_clst(const char *__string1, const char *__string2, char __end) in do_clst() argument
16 register char end asm ("0") = __end; in do_clst()
/external/libcxx/include/
Dcodecvt108 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
143 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
178 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
231 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
266 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
301 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
336 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
371 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
406 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
459 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
[all …]
D__locale869 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
871 return do_length(__st, __frm, __end, __mx);
899 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
954 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
956 return do_length(__st, __frm, __end, __mx);
982 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1038 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
1040 return do_length(__st, __frm, __end, __mx);
1068 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1124 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
[all …]
Diomanip629 const _CharT *__end = __s;
630 while ( *__end ) ++__end;
631 return __quoted_output_proxy<_CharT, const _CharT *> ( __s, __end, __delim, __escape );
Dvector830 (const void *__beg, const void *__end, const void *__old_mid, const void *__new_mid) const
834 __sanitizer_annotate_contiguous_container(__beg, __end, __old_mid, __new_mid);
/external/clang/test/CodeGenCXX/
Dfor-range-temporaries.cpp84 for (auto __begin = begin(__range), __end = end(__range); in for_temps() local
85 __begin != __end; ++__begin) { in for_temps()
/external/llvm/test/Transforms/GCOVProfiling/
Dlinezero.ll19 %__end = alloca i8*, align 8
31 …call void @llvm.dbg.declare(metadata i8** %__end, metadata !33, metadata !DIExpression()), !dbg !30
34 store i8* %call1, i8** %__end, align 8, !dbg !31
39 %4 = load i8*, i8** %__end, align 8, !dbg !34
129 !33 = !DILocalVariable(name: "__end", flags: DIFlagArtificial, scope: !28, type: !10)
/external/xmlrpcpp/src/
Dbase64.h175 goto __end; in put()
187 goto __end; in put()
208 __end: ; in put()
/external/clang/test/Parser/
Dcxx-member-crash.cpp13 … num_get<_CharT, _InIter>:: _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, … argument
/external/boringssl/src/crypto/aes/asm/
Daes-586.pl214 $__end=&DWP(24,"esp"); # pointer to end of key schedule
513 &mov ($__end,$acc); # end of key schedule
544 &cmp ($key,$__end);
705 &mov ($__end,$acc); # end of key schedule
724 &cmp ($key,$__end);
864 &mov ($__end,$acc); # end of key schedule
880 &cmp ($key,$__end);
1343 &mov ($__end,$acc); # end of key schedule
1373 &cmp ($key,$__end);
1492 &mov ($__end,$acc); # end of key schedule
[all …]
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp98 --__end; // expected-error {{use of undeclared identifier '__end'}} in g()