HomeSort by relevance Sort by last modified time
    Searched full:__end (Results 151 - 175 of 300) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/Transforms/GCOVProfiling/
linezero.ll 19 %__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)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 149 const extern_type* __end,
151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); }
259 const char* __end,
358 const char* __end,
419 const char* __end,
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 149 const extern_type* __end,
151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); }
259 const char* __end,
358 const char* __end,
419 const char* __end,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.tcc 241 _Node_base* __end = __b;
243 while (__end && __end->_M_next != __last._M_node)
244 __end = __end->_M_next;
246 if (__b != __end)
247 return iterator(__tmp->_M_transfer_after(__b, __end));
locale_facets.h     [all...]
codecvt.h 215 const extern_type* __end, size_t __max) const
216 { return this->do_length(__state, __from, __end, __max); }
260 const extern_type* __end, size_t __max) const = 0;
329 const extern_type* __end, size_t __max) const;
389 const extern_type* __end, size_t __max) const;
449 const extern_type* __end, size_t __max) const;
basic_string.tcc 78 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
82 if (__beg == __end && __a == _Alloc())
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
97 while (__beg != __end)
124 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
128 if (__beg == __end && __a == _Alloc())
132 if (__gnu_cxx::__is_null_pointer(__beg) && __beg != __end)
136 __end));
140 { _S_copy_chars(__r->_M_refdata(), __beg, __end); }
228 basic_string(_InputIterator __beg, _InputIterator __end, const _Alloc& __a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.tcc 241 _Node_base* __end = __b;
243 while (__end && __end->_M_next != __last._M_node)
244 __end = __end->_M_next;
246 if (__b != __end)
247 return iterator(__tmp->_M_transfer_after(__b, __end));
locale_facets.h     [all...]
codecvt.h 215 const extern_type* __end, size_t __max) const
216 { return this->do_length(__state, __from, __end, __max); }
260 const extern_type* __end, size_t __max) const = 0;
329 const extern_type* __end, size_t __max) const;
389 const extern_type* __end, size_t __max) const;
449 const extern_type* __end, size_t __max) const;
basic_string.tcc 78 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
82 if (__beg == __end && __a == _Alloc())
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
97 while (__beg != __end)
124 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
128 if (__beg == __end && __a == _Alloc())
132 if (__gnu_cxx::__is_null_pointer(__beg) && __beg != __end)
136 __end));
140 { _S_copy_chars(__r->_M_refdata(), __beg, __end); }
228 basic_string(_InputIterator __beg, _InputIterator __end, const _Alloc& __a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.tcc 241 _Node_base* __end = __b;
243 while (__end && __end->_M_next != __last._M_node)
244 __end = __end->_M_next;
246 if (__b != __end)
247 return iterator(__tmp->_M_transfer_after(__b, __end));
locale_facets.h     [all...]
codecvt.h 215 const extern_type* __end, size_t __max) const
216 { return this->do_length(__state, __from, __end, __max); }
260 const extern_type* __end, size_t __max) const = 0;
329 const extern_type* __end, size_t __max) const;
389 const extern_type* __end, size_t __max) const;
449 const extern_type* __end, size_t __max) const;
basic_string.tcc 78 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
82 if (__beg == __end && __a == _Alloc())
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
97 while (__beg != __end)
124 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
128 if (__beg == __end && __a == _Alloc())
132 if (__gnu_cxx::__is_null_pointer(__beg) && __beg != __end)
136 __end));
140 { _S_copy_chars(__r->_M_refdata(), __beg, __end); }
228 basic_string(_InputIterator __beg, _InputIterator __end, const _Alloc& __a
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.tcc 241 _Node_base* __end = __b;
243 while (__end && __end->_M_next != __last._M_node)
244 __end = __end->_M_next;
246 if (__b != __end)
247 return iterator(__tmp->_M_transfer_after(__b, __end));
locale_facets.h     [all...]
codecvt.h 215 const extern_type* __end, size_t __max) const
216 { return this->do_length(__state, __from, __end, __max); }
260 const extern_type* __end, size_t __max) const = 0;
329 const extern_type* __end, size_t __max) const;
389 const extern_type* __end, size_t __max) const;
449 const extern_type* __end, size_t __max) const;
  /external/libcxx/include/
__locale 869 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 __mx) const;
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) const;
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);
    [all...]
  /external/xmlrpcpp/src/
base64.h 175 goto __end;
187 goto __end;
208 __end: ;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__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 __mx) const;
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) const;
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);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__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 __mx) const;
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) const;
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);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
list 250 _Base_iterator __end = _Base::end();
251 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
254 for (; __victim != __end; ++__victim)
277 _Base_iterator __end = _Base::end();
278 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
281 for (; __victim != __end; ++__victim)
304 _Base_iterator __end = _Base::end();
305 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
308 for (; __victim != __end; ++__victim)
  /toolchain/binutils/binutils-2.25/ld/emulparams/
criself.sh 56 OTHER_END_SYMBOLS='PROVIDE (__end = .);'
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
tic80coff.sc 75 ${RELOCATING+ __end = ALIGN(0x8)};

Completed in 447 milliseconds

1 2 3 4 5 67 8 91011>>