| /src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| alpha-protos.h | 4 This file is part of GCC. 6 GCC is free software; you can redistribute it and/or modify 11 GCC is distributed in the hope that it will be useful, 17 along with GCC; see the file COPYING3. If not see 117 namespace gcc { class context; } namespace 120 extern rtl_opt_pass *make_pass_handle_trap_shadows (gcc::context *); 121 extern rtl_opt_pass *make_pass_align_insns (gcc::context *);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| alpha-protos.h | 4 This file is part of GCC. 6 GCC is free software; you can redistribute it and/or modify 11 GCC is distributed in the hope that it will be useful, 17 along with GCC; see the file COPYING3. If not see 117 namespace gcc { class context; } namespace 120 extern rtl_opt_pass *make_pass_handle_trap_shadows (gcc::context *); 121 extern rtl_opt_pass *make_pass_align_insns (gcc::context *);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-w32.h | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it 12 GCC is distributed in the hope that it will be useful, but 18 along with GCC; see the file COPYING3. If not see 25 namespace gcc { namespace
|
| jit-result.h | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it 12 GCC is distributed in the hope that it will be useful, but 18 along with GCC; see the file COPYING3. If not see 28 namespace gcc { namespace 57 } // namespace gcc::jit 59 } // namespace gcc
|
| jit-result.cc | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it 12 GCC is distributed in the hope that it will be useful, but 18 along with GCC; see the file COPYING3. If not see 34 namespace gcc { namespace 37 /* Constructor for gcc::jit::result. */ 48 /* gcc::jit::result's destructor. 143 } // namespace gcc::jit 145 } // namespace gcc
|
| jit-logging.cc | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it 12 GCC is distributed in the hope that it will be useful, but 18 along with GCC; see the file COPYING3. If not see 28 namespace gcc { namespace 32 /* Implementation of class gcc::jit::logger. */ 34 /* The constructor for gcc::jit::logger, used by 45 /* Begin the log by writing the GCC version. */ 49 /* The destructor for gcc::jit::logger, invoked via 60 /* Increment the reference count of the gcc::jit::logger. * [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-w32.h | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it 12 GCC is distributed in the hope that it will be useful, but 18 along with GCC; see the file COPYING3. If not see 26 namespace gcc { namespace
|
| jit-result.h | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it 12 GCC is distributed in the hope that it will be useful, but 18 along with GCC; see the file COPYING3. If not see 28 namespace gcc { namespace 57 } // namespace gcc::jit 59 } // namespace gcc
|
| jit-logging.cc | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it 12 GCC is distributed in the hope that it will be useful, but 18 along with GCC; see the file COPYING3. If not see 28 namespace gcc { namespace 32 /* Implementation of class gcc::jit::logger. */ 34 /* The constructor for gcc::jit::logger, used by 45 /* Begin the log by writing the GCC version. */ 49 /* The destructor for gcc::jit::logger, invoked via 60 /* Increment the reference count of the gcc::jit::logger. * [all...] |
| jit-result.cc | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it 12 GCC is distributed in the hope that it will be useful, but 18 along with GCC; see the file COPYING3. If not see 35 namespace gcc { namespace 38 /* Constructor for gcc::jit::result. */ 49 /* gcc::jit::result's destructor. 144 } // namespace gcc::jit 146 } // namespace gcc
|
| jit-tempdir.h | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it 12 GCC is distributed in the hope that it will be useful, but 18 along with GCC; see the file COPYING3. If not see 26 namespace gcc { namespace 87 } // namespace gcc::jit 89 } // namespace gcc
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390-protos.h | 6 This file is part of GCC. 8 GCC is free software; you can redistribute it and/or modify it under 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 19 along with GCC; see the file COPYING3. If not see 179 namespace gcc { class context; } namespace 182 extern rtl_opt_pass *make_pass_s390_early_mach (gcc::context *ctxt);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390-protos.h | 6 This file is part of GCC. 8 GCC is free software; you can redistribute it and/or modify it under 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 19 along with GCC; see the file COPYING3. If not see 178 namespace gcc { class context; } namespace 181 extern rtl_opt_pass *make_pass_s390_early_mach (gcc::context *ctxt);
|
| /src/external/gpl3/gcc/usr.bin/g++/ |
| Makefile | 7 NOMAN= # Linked to gcc.1 22 COPTS.gcc.cc= -Wno-error=stack-protector 24 .PATH: ${DIST}/gcc/cp ${DIST}/gcc ${DIST}/gcc/cp
|
| /src/external/gpl3/gcc.old/usr.bin/g++/ |
| Makefile | 7 NOMAN= # Linked to gcc.1 21 COPTS.gcc.cc= -Wno-error=stack-protector 23 .PATH: ${DIST}/gcc/cp ${DIST}/gcc ${DIST}/gcc/cp
|
| /src/external/gpl3/gcc/dist/gcc/ |
| context.h | 4 This file is part of GCC. 6 GCC is free software; you can redistribute it and/or modify it under 11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 17 along with GCC; see the file COPYING3. If not see 23 namespace gcc { namespace 28 /* GCC's internal state can be divided into zero or more 63 } // namespace gcc 67 extern gcc::context *g;
|
| /src/external/gpl3/gcc/usr.bin/cpp/ |
| Makefile | 20 INFOFLAGS= -I${DIST}/gcc/doc -I${DIST}/gcc/doc/include -I. 32 COPTS.gcc.cc= -Wno-error=stack-protector 34 .PATH: ${DIST}/gcc ${DIST}/gcc/c-family ${DIST}/gcc/doc 36 cpp.info: gcc-vers.texi
|
| /src/external/gpl3/gcc/usr.bin/gcc/ |
| Makefile | 3 PROG= gcc 10 LINKS+= ${BINDIR}/gcc ${BINDIR}/cc 12 MAN= gcc.1 13 MLINKS= gcc.1 cc.1 gcc.1 g++.1 gcc.1 c++.1 15 TEXINFO= gcc.texi 16 INFOFLAGS= -I${DIST}/gcc/doc -I${DIST}/gcc/doc/include 28 COPTS.gcc.cc= -Wno-error=stack-protecto [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| context.h | 4 This file is part of GCC. 6 GCC is free software; you can redistribute it and/or modify it under 11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 17 along with GCC; see the file COPYING3. If not see 23 namespace gcc { namespace 28 /* GCC's internal state can be divided into zero or more 63 } // namespace gcc 67 extern gcc::context *g;
|
| /src/external/gpl3/gcc.old/usr.bin/cpp/ |
| Makefile | 19 INFOFLAGS= -I${DIST}/gcc/doc -I${DIST}/gcc/doc/include -I. 31 COPTS.gcc.cc= -Wno-error=stack-protector 33 .PATH: ${DIST}/gcc ${DIST}/gcc/c-family ${DIST}/gcc/doc 35 cpp.info: gcc-vers.texi
|
| /src/external/gpl3/gcc.old/usr.bin/gcc/ |
| Makefile | 3 PROG= gcc 10 LINKS+= ${BINDIR}/gcc ${BINDIR}/cc 12 MAN= gcc.1 13 MLINKS= gcc.1 cc.1 gcc.1 g++.1 gcc.1 c++.1 15 TEXINFO= gcc.texi 16 INFOFLAGS= -I${DIST}/gcc/doc -I${DIST}/gcc/doc/include 27 COPTS.gcc.cc= -Wno-error=stack-protecto [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| avr-protos.h | 6 This file is part of GCC. 8 GCC is free software; you can redistribute it and/or modify 13 GCC is distributed in the hope that it will be useful, 19 along with GCC; see the file COPYING3. If not see 163 namespace gcc { class context; } namespace 166 extern rtl_opt_pass *make_avr_pass_fuse_add (gcc::context *); 167 extern rtl_opt_pass *make_avr_pass_pre_proep (gcc::context *); 168 extern rtl_opt_pass *make_avr_pass_recompute_notes (gcc::context *); 169 extern rtl_opt_pass *make_avr_pass_casesi (gcc::context *); 170 extern rtl_opt_pass *make_avr_pass_ifelse (gcc::context *) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-protos.h | 1 /* Definitions of target machine for GCC for IA-32. 4 This file is part of GCC. 6 GCC is free software; you can redistribute it and/or modify 11 GCC is distributed in the hope that it will be useful, 17 along with GCC; see the file COPYING3. If not see 413 namespace gcc { class context; } namespace 416 extern rtl_opt_pass *make_pass_insert_vzeroupper (gcc::context *); 417 extern rtl_opt_pass *make_pass_stv (gcc::context *); 419 (gcc::context *); 421 (gcc::context *) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr-protos.h | 6 This file is part of GCC. 8 GCC is free software; you can redistribute it and/or modify 13 GCC is distributed in the hope that it will be useful, 19 along with GCC; see the file COPYING3. If not see 158 namespace gcc { class context; } namespace 161 extern rtl_opt_pass *make_avr_pass_pre_proep (gcc::context *); 162 extern rtl_opt_pass *make_avr_pass_recompute_notes (gcc::context *); 163 extern rtl_opt_pass *make_avr_pass_casesi (gcc::context *); 164 extern rtl_opt_pass *make_avr_pass_ifelse (gcc::context *);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-protos.h | 1 /* Definitions of target machine for GCC for IA-32. 4 This file is part of GCC. 6 GCC is free software; you can redistribute it and/or modify 11 GCC is distributed in the hope that it will be useful, 17 along with GCC; see the file COPYING3. If not see 393 namespace gcc { class context; } namespace 396 extern rtl_opt_pass *make_pass_insert_vzeroupper (gcc::context *); 397 extern rtl_opt_pass *make_pass_stv (gcc::context *); 399 (gcc::context *); 401 (gcc::context *) [all...] |