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

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/rtti/
H A Dtypeid4.C20 for (bool cont = true; cont; cont = false)
22 std::cout << "inner: cont " << cont << std::endl;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A D20090706-1.C29 int cont = 0; local
32 centering_table_m[EdgeType][cont][YDim] = Centering<Dim>(positions[y][cont]);
33 centering_table_m[EdgeType][cont][XDim|YDim] = Centering<Dim>(combine(positions[x][cont], positions[y][cont]));
37 centering_table_m[EdgeType][cont][ZDim] = Centering<Dim>(positions[z][cont]);
38 centering_table_m[EdgeType][cont][XDim|ZDim] = Centering<Dim>(combine(positions[x][cont], position
[all...]
H A Dpr33134.C10 public:FXStream (const FXObject *cont = __null);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dcrash104.C24 typedef foo<bar<int> > cont; typedef
25 cont::type<char> obj; // { dg-error "cannot be defined" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-vrp-thread-1.c14 basic_block cont; member in struct:omp_region
23 parent->cont = bb;
/haiku-buildtools/binutils/gas/testsuite/gas/d30v/
H A Dreloc.s9 bra cont
12 cont: jmp cont2 label
18 bsrtnz.s r1,cont
19 bsrtnz r1,cont
20 bratnz.s r1,cont
21 bratnz r1,cont
22 jmptnz.s r1,cont
H A Dreloc.d18 20: 80080000 80000018 bra.l 18 \(38 <cont>\)
24 00000038 <cont>:
33 60: 006c1ffb 00f00000 bsrtnz.s r1, -28 \(38 <cont>\) || nop
34 68: 006c1ffa 00f00000 bsrtnz.s r1, -30 \(38 <cont>\) || nop
35 70: 004c1ff9 00f00000 bratnz.s r1, -38 \(38 <cont>\) || nop
36 78: 004c1ff8 00f00000 bratnz.s r1, -40 \(38 <cont>\) || nop
37 80: 005c1007 00f00000 jmptnz.s r1, 38 <cont> || nop
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d30v/
H A Dreloc.s9 bra cont
12 cont: jmp cont2 label
18 bsrtnz.s r1,cont
19 bsrtnz r1,cont
20 bratnz.s r1,cont
21 bratnz r1,cont
22 jmptnz.s r1,cont
H A Dreloc.d18 20: 80080000 80000018 bra.l 18 \(38 <cont>\)
24 00000038 <cont>:
33 60: 006c1ffb 00f00000 bsrtnz.s r1, -28 \(38 <cont>\) || nop
34 68: 006c1ffa 00f00000 bsrtnz.s r1, -30 \(38 <cont>\) || nop
35 70: 004c1ff9 00f00000 bratnz.s r1, -38 \(38 <cont>\) || nop
36 78: 004c1ff8 00f00000 bratnz.s r1, -40 \(38 <cont>\) || nop
37 80: 005c1007 00f00000 jmptnz.s r1, 38 <cont> || nop
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dsparc-getcontext-1.c69 ucontext_t cont; variable
92 setcontext(&cont);
100 getcontext(&cont);
/haiku-buildtools/legacy/gcc/libio/
H A DPlotFile.h75 PlotFile& cont(const int xi, const int yi);
H A DPlotFile.cc109 PlotFile& PlotFile:: cont(const int xi, const int yi) function in class:PlotFile
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dincdec1.C26 ndbArtPtrVec cont; member in struct:intndbArtPtrVecAVLNode
/haiku-buildtools/legacy/binutils/bfd/
H A Dreloc.c612 bfd_reloc_status_type cont; local
613 cont = howto->special_function (abfd, reloc_entry, symbol, data,
616 if (cont != bfd_reloc_continue)
617 return cont;
994 bfd_reloc_status_type cont; local
998 cont = howto->special_function (abfd, reloc_entry, symbol,
1003 if (cont != bfd_reloc_continue)
1004 return cont;
/haiku-buildtools/binutils/bfd/
H A Dreloc.c603 bfd_reloc_status_type cont; local
604 cont = howto->special_function (abfd, reloc_entry, symbol, data,
607 if (cont != bfd_reloc_continue)
608 return cont;
991 bfd_reloc_status_type cont; local
995 cont = howto->special_function (abfd, reloc_entry, symbol,
1000 if (cont != bfd_reloc_continue)
1001 return cont;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/debug/
H A Dchecks.h241 Insert(_Cont& cont, _It first, _It last) argument
242 { cont.insert(first, last); }
250 Insert(_Cont& cont, _It first, _It last) argument
251 { cont.insert(cont.begin(), first, last); }
/haiku-buildtools/gcc/gcc/
H A Dlto-wrapper.c1187 cont:
1195 goto cont;
H A Domp-low.c146 basic_block cont; member in struct:omp_region
871 || region->inner->cont == NULL)
1405 if (region->cont)
1408 region->cont->index);
5382 exit_bb = region->cont;
6118 bool broken_loop = region->cont == NULL;
6157 cont_bb = region->cont;
6541 bool broken_loop = region->cont == NULL;
6554 cont_bb = region->cont;
6931 bool broken_loop = region->cont
7967 gomp_continue *cont; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mn10300.c2749 mn10300_end_of_match (cont, what)
2750 char *cont, *what;
2754 if (strncmp (cont, what, strlen (what)) == 0
2755 && ! is_part_of_name (cont[len]))
2756 return cont + len;
H A Dtc-m32r.c2368 m32r_end_of_match (char *cont, char *what)
2372 if (strncasecmp (cont, what, strlen (what)) == 0
2373 && ! is_part_of_name (cont[len]))
2374 return cont + len;
2361 m32r_end_of_match(char *cont, char *what) argument
H A Dtc-sh.c4290 sh_end_of_match (char *cont, char *what)
4294 if (strncasecmp (cont, what, strlen (what)) == 0
4295 && ! is_part_of_name (cont[len]))
4296 return cont + len;
4286 sh_end_of_match(char *cont, char *what) argument
/haiku-buildtools/binutils/gas/config/
H A Dtc-mn10300.c2449 mn10300_end_of_match (char *cont, const char *what)
2453 if (strncmp (cont, what, strlen (what)) == 0
2454 && ! is_part_of_name (cont[len]))
2455 return cont + len;
2446 mn10300_end_of_match(char *cont, const char *what) argument
H A Dtc-m32r.c2310 m32r_end_of_match (char *cont, const char *what)
2314 if (strncasecmp (cont, what, strlen (what)) == 0
2315 && ! is_part_of_name (cont[len]))
2316 return cont + len;
2303 m32r_end_of_match(char *cont, const char *what) argument
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-plugin.c506 cont:
517 goto cont;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C3543 GctSymbol cont; member in struct:GctSymbolGctSymbolCHNode
3554 : hd(h), cont(c), tl(t) {}
3615 return ((GctSymbolGctSymbolCHNode*)p)->cont;

Completed in 320 milliseconds

12