Searched defs:from (Results 101 - 125 of 323) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ppoutput.c675 const struct line_map *from = INCLUDED_FROM (line_table, map); local
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcodecvt.cc102 read_bom(range<const char>& from, const unsigned char (&bom)[N]) argument
114 read_utf8_bom(range<const char>& from, codecvt_mode mode) argument
123 read_utf16_bom(range<const char16_t>& from, codecvt_mode mode) argument
142 read_utf8_code_point(range<const char>& from, unsigned long maxcode) argument
284 read_utf16_code_point(range<const char16_t>& from, unsigned long maxcode, codecvt_mode mode) argument
343 ucs4_in(range<const char>& from, range<char32_t>& to, unsigned long maxcode = max_code_point, codecvt_mode mode = {}) argument
361 ucs4_out(range<const char32_t>& from, range<char>& to, unsigned long maxcode = max_code_point, codecvt_mode mode = {}) argument
380 ucs4_in(range<const char16_t>& from, range<char32_t>& to, unsigned long maxcode = max_code_point, codecvt_mode mode = {}) argument
399 ucs4_out(range<const char32_t>& from, range<char16_t>& to, unsigned long maxcode = max_code_point, codecvt_mode mode = {}) argument
419 utf16_in(range<const char>& from, range<C>& to, unsigned long maxcode = max_code_point, codecvt_mode mode = {}) argument
443 utf16_out(range<const C>& from, range<char>& to, unsigned long maxcode = max_code_point, codecvt_mode mode = {}) argument
501 ucs2_in(range<const char>& from, range<char16_t>& to, char32_t maxcode = max_code_point, codecvt_mode mode = {}) argument
509 ucs2_out(range<const char16_t>& from, range<char>& to, char32_t maxcode = max_code_point, codecvt_mode mode = {}) argument
517 ucs2_out(range<const char16_t>& from, range<char16_t>& to, char32_t maxcode = max_code_point, codecvt_mode mode = {}) argument
537 ucs2_in(range<const char16_t>& from, range<char16_t>& to, char32_t maxcode = max_code_point, codecvt_mode mode = {}) argument
[all...]
/haiku-buildtools/binutils/gas/
H A Dapp.c360 char *from; local
[all...]
H A Dmacro.c111 buffer_and_nest (const char *from, const char *to, sb *ptr, argument
/haiku-buildtools/binutils/gold/
H A Dresolve.cc942 Symbol::override_base_with_special(const Symbol* from) argument
1009 override_with_special(const Sized_symbol<size>* from) argument
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Ddw2gencfi.c705 symbolS *from = insn->u.ll.lab1; local
H A Dmacro.c163 buffer_and_nest (const char *from, const char *to, sb *ptr, argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dcppfiles.c499 char *from, *to; local
550 const char *from, *p, *dir; local
1216 char *from, *to; local
[all...]
H A Dglobal.c289 static struct {int from, to; } eliminables[] = ELIMINABLE_REGS; member in struct:__anon3407
[all...]
H A Dlocal-alloc.c1964 static struct {int from, to; } eliminables[] = ELIMINABLE_REGS; member in struct:__anon3429
[all...]
H A Drecog.c633 validate_replace_rtx_1 (&XEXP (x, i), from, to, object); local
636 validate_replace_rtx_1 (&XVECEXP (x, i, j), from, to, object); local
648 validate_replace_rtx_1 (&PATTERN (insn), from, to, insn); local
659 validate_replace_rtx_1 (&PATTERN (insn), from, to, insn); local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgengtype-parse.c525 const char *from, *to; local
H A Dlra-eliminations.c108 int from; member in struct:lra_elim_table
139 const int from; member in struct:elim_table_1
[all...]
H A Dlra-int.h525 lra_assign_reg_val(int from, int to) argument
/haiku-buildtools/gcc/libgcc/
H A Dgeneric-morestack.c548 char *from; local
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_interceptors.cc353 void *__asan_memcpy(void *to, const void *from, uptr size) { argument
386 void *__asan_memmove(void *to, const void *from, upt argument
397 INTERCEPTOR(void*, memmove, void *to, const void *from, uptr size) argument
401 INTERCEPTOR(void*, memcpy, void *to, const void *from, uptr size) argument
451 INTERCEPTOR(char*, strcat, char *to, const char *from) argument
470 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) argument
487 INTERCEPTOR(char*, strcpy, char *to, const char *from) argument
545 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) argument
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h395 u16 from; member in struct:__sanitizer::DeadlockDetector::Edge
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_character.h111 __gnu_test::pod_char::char_type::from(const V2& v) function in class:__gnu_cxx::__gnu_test::pod_char::char_type
129 __gnu_test::pod_uchar::char_type::from(const V2& v) function in class:__gnu_cxx::__gnu_test::pod_uchar::char_type
184 do_out(state_type& state, const intern_type* from, argument
217 do_in(state_type& state, const extern_type* from, argument
292 do_length(state_type& state, const extern_type* from, const extern_type* end, size_t max) const argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dexcept.c939 complete_ptr_ref_or_void_ptr_p(tree type, tree from) argument
1051 can_convert_eh(tree to, tree from) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Dops.cc230 fs::copy(const path& from, const path& to, copy_options options) argument
560 copy_file(const path& from, const path& to, copy_options option) argument
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-coff.c464 struct simple_object_coff_attributes *from = local
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-coff.c464 struct simple_object_coff_attributes *from = local
H A Dsimple-object-mach-o.c847 struct simple_object_mach_o_attributes *from = local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-avr.c277 extract_word (char *from, char *to, int limit) argument
/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.c909 bfd *from; local
[all...]

Completed in 212 milliseconds

1234567891011>>