Searched defs:to (Results 76 - 100 of 342) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h42 bool addEdge(uptr from, uptr to) { argument
48 uptr addEdges(const BV &from, uptr to, uptr added_edges[], argument
67 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } argument
70 bool removeEdge(uptr from, uptr to) { argument
75 removeEdgesTo(const BV &to) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/
H A D12206.cc51 result unshift(mbstate_t& state, char* to, char* to_end, argument
37 out(mbstate_t& state, const Char* from, const Char* from_end, const Char*& from_next, char* to, char* to_limit, char*& to_next) const argument
44 in(mbstate_t& state, const char* from, const char* from_end, const char*& from_next, Char* to, Char* to_limit, Char*& to_next) const argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc57 result unshift(state_type& state, extern_type* to, extern_type* to_limit, argument
50 out(state_type& state, const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
61 in(state_type& state, const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_limit, intern_type*& to_next) const argument
86 do_out(state_type&, const intern_type* from, const intern_type*, const intern_type*& from_next, extern_type* to, extern_type*, extern_type*& to_next) const argument
96 do_in(state_type&, const extern_type* from, const extern_type*, const extern_type*& from_next, intern_type* to, intern_type*, intern_type*& to_next) const argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D11543.cc55 result unshift(state_type& state, extern_type* to, extern_type* to_limit, argument
48 out(state_type& state, const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
59 in(state_type& state, const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_limit, intern_type*& to_next) const argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D11603.cc73 do_unshift(StateT&, extern_type* to, argument
42 do_out(StateT&, const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_end, extern_type*& to_next) const argument
81 do_in(StateT&, const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_end, intern_type*& to_next) const argument
[all...]
H A D9178.cc73 do_unshift(StateT&, extern_type* to, argument
43 do_out(StateT&, const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_end, extern_type*& to_next) const argument
81 do_in(StateT&, const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_end, intern_type*& to_next) const argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dipa-inline-transform.c318 struct cgraph_node *to = NULL; local
[all...]
H A Ddfp.c355 decimal_to_binary (REAL_VALUE_TYPE *to, const REAL_VALUE_TYPE *from, argument
370 decimal_from_binary (REAL_VALUE_TYPE *to, const REAL_VALUE_TYPE *from) argument
599 REAL_VALUE_TYPE to; local
626 REAL_VALUE_TYPE to; local
[all...]
/haiku-buildtools/binutils/gprof/
H A Dsym_ids.c375 sym_id_arc_is_present(Sym_Table *sym_tab, Sym *from, Sym *to) argument
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dvector2.s597 to register half. MAC0 multiplies signed fractions. Both label
624 to register. MAC0 multiplies signed fractions. Both scale the label
628 to the destination registers. */ label
/haiku-buildtools/gcc/gmp/demos/
H A Dprimes.c101 mpz_t fr, to; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/lisp/
H A Dgmpasm-mode.el[all...]
/haiku-buildtools/gcc/zlib/examples/
H A Dgzappend.c125 unsigned char *start, *last, *to, *from; local
[all...]
H A Dgun.c516 copymeta(char *from, char *to) argument
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-ieee.c207 arelent *to = reloc_vector + i; local
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dfloatformat.c304 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
475 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dstupid.c509 static struct {int from, to; } eliminables[] = ELIMINABLE_REGS; member in struct:__anon3450
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object.c282 simple_object_attributes_merge (simple_object_attributes *to, argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dpod_char_traits.h68 to(const char_type& c) function in struct:character
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object.c282 simple_object_attributes_merge (simple_object_attributes *to, argument
[all...]
/haiku-buildtools/gcc/libgcc/
H A Ddfp-bit.c367 union { _Decimal64 c; decDouble f; } to; local
381 union { _Decimal128 c; decQuad f; } to; local
397 union { _Decimal128 c; decQuad f; } to; local
410 union { _Decimal32 c; decSingle f; } to; local
429 union { _Decimal32 c; decSingle f; } to; local
450 union { _Decimal64 c; decDouble f; } to; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Dasan_str_test.cc120 char *to = Ident((char*)malloc(to_size)); local
143 char *to = Ident((char*)malloc(to_size)); local
356 char *to = MallocAndMemsetString(to_size); local
394 char *to = MallocAndMemsetString(to_size); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp1989.C400 Graph<T>::add(const T& from, const T& to) argument
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh-mem.cc105 rtx to = adjust_address (dest, SImode, copied); local
[all...]
/haiku-buildtools/binutils/gold/
H A Dmapfile.cc91 Mapfile::advance_to_column(size_t from, size_t to) argument
[all...]

Completed in 135 milliseconds

1234567891011>>