Searched refs:refs (Results 1 - 25 of 65) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/facet/
H A D1.cc52 gnu_collate_byname(const char* c, size_t refs = 0)
53 : std::collate_byname<char>(c, refs) { }
60 gnu_ctype_byname(const char* c, size_t refs = 0)
61 : std::ctype_byname<char>(c, refs) { }
68 gnu_moneypunct_byname_true(const char* c, size_t refs = 0)
69 : std::moneypunct_byname<char, true>(c, refs) { }
76 gnu_moneypunct_byname_false(const char* c, size_t refs = 0)
77 : std::moneypunct_byname<char, false>(c, refs) { }
85 gnu_money_get_in(size_t refs = 0)
86 : std::money_get<char, input_iterator>(refs) { }
[all...]
H A D2.cc39 surf(size_t refs = 0): std::locale::facet(refs) { ++counter; }
63 // Default refs argument is zero.
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/char/
H A Dcache_1.cc31 numpunct_checked(std::size_t refs = 0): base(refs) { }
H A Dcache_2.cc31 numpunct_checked(std::size_t refs = 0): base(refs) { }
/haiku-buildtools/binutils/gas/testsuite/gas/mep/
H A Dcomplex-relocs.exp48 gas_test relocs-refs.s {-mconfig=default -o relocs-refs.o} {} {assembling relocs-refs}
49 ld_test {relocs-junk1.o relocs-syms.o relocs-junk2.o relocs-refs.o} {--defsym __stack=0x1ffff0 --defsym __sbss_end=0x1000 -e 1233 -EL} {relocs.x} {linking relocs.x}
/haiku-buildtools/jam/
H A Dparse.c94 p->refs = 1;
102 ++p->refs;
108 if( --p->refs )
H A Dparse.h28 int refs; member in struct:_PARSE
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dsms-10.c13 int refs; member in struct:regstat_n_sets_and_refs_t
51 (regstat_n_sets_and_refs[i].refs =
105 if ((a[i].sets != a_sets[i]) || (a[i].refs != a_refs[i]))
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dfootnotes.c68 REFERENCE **refs; local
70 refs = info_xrefs_of_node (node);
72 if (refs)
83 for (i = 0; refs[i]; i++)
84 if ((refs[i]->nodename != (char *)NULL) &&
85 (strcmp (refs[i]->nodename, refname) == 0))
102 info_free_references (refs);
H A Dman.c483 REFERENCE **refs = (REFERENCE **)NULL; local
538 (entry, refs_index, refs, refs_slots, 10, REFERENCE *);
544 return (refs);
553 REFERENCE **refs; local
556 refs = xrefs_of_manpage (node);
558 if (refs)
563 for (i = 0; refs[i]; i++);
568 for (i = 0; (entry = refs[i]); i++)
579 entry = refs[i];
589 info_free_references (refs);
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop-prefetch.c270 struct mem_ref *refs; /* References in the group. */ member in struct:mem_ref_group
379 group->refs = NULL;
396 for (aref = &group->refs; *aref; aref = &(*aref)->next)
442 for (ref = groups->refs; ref; ref = next_r)
569 gather_memory_references_ref (struct loop *loop, struct mem_ref_group **refs, argument
630 agrp = find_or_create_group (refs, base, step);
648 struct mem_ref_group *refs = NULL; local
679 *no_other_refs &= gather_memory_references_ref (loop, &refs,
685 *no_other_refs &= gather_memory_references_ref (loop, &refs,
693 return refs;
939 prune_ref_by_reuse(struct mem_ref *ref, struct mem_ref *refs) argument
1375 determine_unroll_factor(struct loop *loop, struct mem_ref_group *refs, unsigned ninsns, struct tree_niter_desc *desc, HOST_WIDE_INT est_niter) argument
1426 volume_of_references(struct mem_ref_group *refs) argument
1581 determine_loop_nest_reuse(struct loop *loop, struct mem_ref_group *refs, bool no_other_refs) argument
1864 struct mem_ref_group *refs; local
[all...]
H A Dtree-predcom.c324 vec<dref> refs; member in struct:chain
367 vec<dref> refs; member in struct:component
488 FOR_EACH_VEC_ELT (chain->refs, i, a)
518 FOR_EACH_VEC_ELT (comp->refs, i, a)
546 FOR_EACH_VEC_ELT (chain->refs, i, ref)
549 chain->refs.release ();
574 comp->refs.release ();
815 all the other data refs in it's component will be optimizable. */
853 comp->refs.create (comp_size[ca]);
866 dataref->pos = comp->refs
[all...]
H A Dregs.h65 int refs; /* # of times (REG n) is used or set */ member in struct:regstat_n_sets_and_refs_t
74 return regstat_n_sets_and_refs[regno].refs;
78 #define SET_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs = V)
79 #define INC_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs += V)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/
H A Dcache_2.cc31 numpunct_checked(std::size_t refs = 0): base(refs) { }
H A Dcache_1.cc31 numpunct_checked(std::size_t refs = 0): base(refs) { }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/
H A D9027.cc32 explicit Cvt_to_upper(std::size_t refs = 0)
33 : Base(refs)
/haiku-buildtools/legacy/gcc/gcc/
H A Dregs.h52 int refs; /* # of times (REG n) is used or set */ member in struct:reg_info_def
67 #define REG_N_REFS(N) (VARRAY_REG (reg_n_info, N)->refs)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/
H A D3.cc33 surf(size_t refs = 0): std::locale::facet(refs) { ++counter; }
/haiku-buildtools/binutils/ld/
H A Dldcref.c65 struct cref_ref *refs; member in struct:cref_hash_entry
144 ret->refs = NULL;
178 for (r = h->refs; r != NULL; r = r->next)
187 r->next = h->refs;
188 h->refs = r;
230 for (r = c->refs; r != NULL; r = r->next)
261 for (r = c->refs; r != NULL; r = r->next)
303 for (r = c->refs; r != NULL; r = r->next)
426 for (r = h->refs; r != NULL; r = r->next)
446 for (r = h->refs;
[all...]
/haiku-buildtools/legacy/binutils/ld/
H A Dldcref.c60 struct cref_ref *refs; member in struct:cref_hash_entry
128 ret->refs = NULL;
162 for (r = h->refs; r != NULL; r = r->next)
169 r->next = h->refs;
170 h->refs = r;
281 for (r = h->refs; r != NULL; r = r->next)
293 for (r = h->refs; r != NULL; r = r->next)
307 for (r = h->refs; r != NULL; r = r->next)
432 for (ref = h->refs; ref != NULL; ref = ref->next)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/
H A D12206.cc35 explicit codecvt(size_t refs = 0)
36 : locale::facet(refs) { }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D11543.cc45 explicit codecvt(size_t refs = 0)
46 : locale::facet(refs) { }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_character.h174 explicit codecvt(size_t refs = 0) : base_type(refs)
345 explicit ctype(size_t refs = 0)
346 : __ctype_abstract_base<__gnu_test::pod_uchar>(refs) { }
425 numpunct(size_t refs = 0)
426 : locale::facet(refs)
486 moneypunct(size_t refs = 0)
487 : locale::facet(refs)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc47 explicit codecvt(size_t refs = 0)
48 : locale::facet(refs) { }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D11603.cc36 explicit checksumcvt(std::size_t refs = 0)
37 : Base(refs)

Completed in 204 milliseconds

123