Searched refs:gf (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver-system.c89 allocate_filename_struct (struct gcov_filename *gf) argument
106 gf->strip = strip;
118 if (!prefix_length && gf->strip)
123 gf->prefix = prefix_length;
126 gf->filename = (char *) xmalloc (gf->max_length + prefix_length + 2);
128 memcpy (gf->filename, gcov_prefix, prefix_length);
136 struct gcov_filename *gf)
139 char *dst = gf->filename + gf
135 gcov_exit_open_gcda_file(struct gcov_info *gi_ptr, struct gcov_filename *gf) argument
[all...]
H A Dlibgcov-driver.c758 dump_one_gcov (struct gcov_info *gi_ptr, struct gcov_filename *gf, argument
774 error = gcov_exit_open_gcda_file (gi_ptr, gf);
784 gcov_error ("profiling:%s:Not a gcov data file\n", gf->filename);
787 error = merge_one_data (gf->filename, gi_ptr, &prg, this_prg,
801 error = merge_summary (gf->filename, run_counted, gi_ptr, &prg, this_prg,
817 gf->filename);
832 struct gcov_filename gf; local
837 crc32 = compute_summary (list, &this_prg, &gf.max_length);
839 allocate_filename_struct (&gf);
846 dump_one_gcov (gi_ptr, &gf, run_counte
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dbounds_temporaries_1.f9016 type(t), save :: gf local in subroutine:gfcbug34
17 allocate (gf%i(20))
18 write(*,*) 'ubound:', ubound (gf% i)
19 write(*,*) 'lbound:', lbound (gf% i)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr44891.c8 extern float gf;
22 gf = *pf + 3.3;
H A Dpr52115.c8 extern float gf;
22 gf = *pf + 3.3;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c21 static float gf; variable
44 gf++;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-1.c25 volatile float gf[32]; variable
38 pf = gf; COPYIN (f, pf);
42 pf = gf; COPYOUT (f, pf);
52 gd[i] = i, gf[i] = i;
55 if (gd[i] != i * 4 || gf[i] != i)
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dunwind-bad.s78 .save.gf 0, 0
80 .save.gf 0x10, 0
82 .save.gf 0, 0x100000
84 .save.gf ~0, 0
86 .save.gf 0, ~0
88 .save.gf 1, 1
90 .save.gf 2, 0
92 .save.gf 1, 0
94 .save.gf 0, 1
H A Dunwind-err.s35 .save.gf 2,2
H A Dunwind-bad.l30 .*:78: Error: Operands to \.save\.gf may not be both zero
31 .*:80: Error: First operand to \.save\.gf must be a non-negative 4-bit constant
32 .*:82: Error: Second operand to \.save\.gf must be a non-negative 20-bit constant
33 .*:84: Error: First operand to \.save\.gf must be a non-negative 4-bit constant
34 .*:86: Error: Second operand to \.save\.gf must be a non-negative 20-bit constant
H A Dunwind-err.l28 .*:35: Error: .save.gf outside of prologue
H A Dunwind-ok.s89 .save.gf 0x1, 0x00001
95 .save.gf 0x8, 0x80000
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dunwind-bad.s78 .save.gf 0, 0
80 .save.gf 0x10, 0
82 .save.gf 0, 0x100000
84 .save.gf ~0, 0
86 .save.gf 0, ~0
88 .save.gf 1, 1
90 .save.gf 2, 0
92 .save.gf 1, 0
94 .save.gf 0, 1
H A Dunwind-err.s35 .save.gf 2,2
H A Dunwind-bad.l30 .*:78: Error: Operands to \.save\.gf may not be both zero
31 .*:80: Error: First operand to \.save\.gf must be a non-negative 4-bit constant
32 .*:82: Error: Second operand to \.save\.gf must be a non-negative 20-bit constant
33 .*:84: Error: First operand to \.save\.gf must be a non-negative 4-bit constant
34 .*:86: Error: Second operand to \.save\.gf must be a non-negative 20-bit constant
H A Dunwind-err.l28 .*:35: Error: .save.gf outside of prologue
H A Dunwind-ok.s89 .save.gf 0x1, 0x00001
95 .save.gf 0x8, 0x80000
/haiku-buildtools/gcc/gcc/
H A Det-forest.c310 struct et_occ *f, *gf, *ggf; local
325 gf = f->parent;
327 if (!gf)
358 gf_depth = gf->depth;
361 occ->min_occ = gf->min_occ;
362 occ->min = gf->min;
364 ggf = gf->parent;
366 if (gf->prev == f)
371 set_prev (gf, f->next);
374 set_next (f, gf);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dexplicit81.C17 template< N::E e > void gf();
28 gf<N::e0>();
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Descape2.go1323 var gf func() var
1327 gf = t.M // ERROR "t.M escapes to heap"

Completed in 197 milliseconds