/external/clang/test/SemaCXX/ |
D | crashes.cpp | 200 …template<class _InputIterator> basic_string(_InputIterator __beg, _InputIterator __end, const _All… 201 …template<class _InIterator> static _CharT* _S_construct(_InIterator __beg, _InIterator __end, cons… 202 …template<class _FwdIterator> static _CharT* _S_construct(_FwdIterator __beg, _FwdIterator __end, c… 208 …basic_string<_CharT, _Traits, _Alloc>:: basic_string(_InputIterator __beg, _InputIterator __end, c… in basic_string() argument 209 : _M_dataplus(_S_construct(__beg, __end, __a, input_iterator_tag()), __a) {} in basic_string()
|
/external/valgrind/none/tests/s390x/ |
D | clst.c | 14 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/ |
D | codecvt | 108 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 | __locale | 865 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const 867 return do_length(__st, __frm, __end, __mx); 895 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t… 950 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const 952 return do_length(__st, __frm, __end, __mx); 978 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx… 1034 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const 1036 return do_length(__st, __frm, __end, __mx); 1064 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx… 1120 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const [all …]
|
D | iomanip | 629 const _CharT *__end = __s; 630 while ( *__end ) ++__end; 631 return __quoted_output_proxy<_CharT, const _CharT *> ( __s, __end, __delim, __escape );
|
D | vector | 838 (const void *__beg, const void *__end, const void *__old_mid, const void *__new_mid) const 842 __sanitizer_annotate_contiguous_container(__beg, __end, __old_mid, __new_mid);
|
/external/clang/test/CodeGenCXX/ |
D | for-range-temporaries.cpp | 84 for (auto __begin = begin(__range), __end = end(__range); in for_temps() local 85 __begin != __end; ++__begin) { in for_temps()
|
/external/llvm/test/Transforms/GCOVProfiling/ |
D | linezero.ll | 19 %__end = alloca i8*, align 8 31 …call void @llvm.dbg.declare(metadata i8** %__end, metadata !33, metadata !MDExpression()), !dbg !30 34 store i8* %call1, i8** %__end, align 8, !dbg !31 39 %4 = load i8*, i8** %__end, align 8, !dbg !34 129 !33 = !MDLocalVariable(tag: DW_TAG_auto_variable, name: "__end", flags: DIFlagArtificial, scope: !2…
|
/external/clang/test/Parser/ |
D | cxx-member-crash.cpp | 13 … num_get<_CharT, _InIter>:: _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, … argument
|
/external/boringssl/src/crypto/aes/asm/ |
D | aes-586.pl | 214 $__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/ |
D | p1.cpp | 98 --__end; // expected-error {{use of undeclared identifier '__end'}} in g()
|