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

12

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A DMakefile.am106 # XTEMPLATE_FLAGS = -fno-implicit-templates
162 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
164 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
166 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
168 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
170 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
172 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
174 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
176 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
201 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates
[all...]
H A DMakefile.in335 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
386 # XTEMPLATE_FLAGS = -fno-implicit-templates
780 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
782 @ENABLE_DUAL_ABI_TRUE@ $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
784 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
786 @ENABLE_DUAL_ABI_TRUE@ $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
788 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
790 @ENABLE_DUAL_ABI_TRUE@ $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
792 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
794 @ENABLE_DUAL_ABI_TRUE@ $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates
[all...]
/haiku-buildtools/legacy/autoconf/
H A Dautoreconf.sh173 templates=`sed -n '/A[CM]_CONFIG_HEADER/ {
178 tcount=`set -- $templates; echo $#`
179 template=`set -- $templates; echo $1 | sed '
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A DMakefile.am93 # XTEMPLATE_FLAGS = -fno-implicit-templates
120 $(LTCXXCOMPILE) -fimplicit-templates -c $<
122 $(CXXCOMPILE) -fimplicit-templates -c $<
H A DMakefile.in334 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
405 # XTEMPLATE_FLAGS = -fno-implicit-templates
734 $(LTCXXCOMPILE) -fimplicit-templates -c $<
736 $(CXXCOMPILE) -fimplicit-templates -c $<
/haiku-buildtools/legacy/binutils/libiberty/
H A Dcp-demangle.c206 /* A list of templates. This is used while printing. */
227 /* The list of templates which applies to this modifier. */
228 struct d_print_template *templates; member in struct:d_print_mod
243 /* The current list of templates, if any. */
244 struct d_print_template *templates; member in struct:d_print_info
2662 dpi.templates = NULL;
2738 adpm[i].templates = dpi->templates;
2753 dpt.next = dpi->templates;
2754 dpi->templates
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dcp-demangle.c246 /* A list of templates. This is used while printing. */
267 /* The list of templates which applies to this modifier. */
268 struct d_print_template *templates; member in struct:d_print_mod
302 /* The list of templates, if any, that was current when this
304 struct d_print_template *templates; member in struct:d_saved_scope
335 /* The current list of templates, if any. */
336 struct d_print_template *templates; member in struct:d_print_info
355 /* Array of templates for saving into scopes. */
359 /* Number of copy templates in the above array. */
3843 /* Walk the tree, counting the number of templates encountere
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dcp-demangle.c250 /* A list of templates. This is used while printing. */
271 /* The list of templates which applies to this modifier. */
272 struct d_print_template *templates; member in struct:d_print_mod
306 /* The list of templates, if any, that was current when this
308 struct d_print_template *templates; member in struct:d_saved_scope
339 /* The current list of templates, if any. */
340 struct d_print_template *templates; member in struct:d_print_info
362 /* Array of templates for saving into scopes. */
366 /* Number of copy templates in the above array. */
3997 /* Walk the tree, counting the number of templates encountere
[all...]
/haiku-buildtools/autoconf/bin/
H A Dautoheader.in143 and \`config.h.top\', to define templates for \`config.h.in\'
153 More sophisticated templates can also be produced, see the
230 # Dump the templates from `configure.ac'.
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcall.c1949 tree templates = NULL_TREE; local
1984 templates = scratch_tree_cons (NULL_TREE, ctor, templates);
2034 templates = scratch_tree_cons (NULL_TREE, fn, templates);
2103 if (flag_guiding_decls && templates && ! cand->template
2106 add_maybe_template (cand->fn, templates);
2177 tree templates = NULL_TREE; local
2191 templates = scratch_tree_cons (NULL_TREE, t, templates);
2391 tree templates = NULL_TREE; local
3435 tree templates = NULL_TREE; local
[all...]
H A Dpt.c1 /* Handle parameterized types (templates) for GNU C++.
26 file that contains only the method templates and "just win". */
57 /* The PENDING_TEMPLATES is a TREE_LIST of templates whose
484 /* A local class can't have member templates. */
623 which the template is a member, or, for member templates, in the
637 the member template and some of its enclosing class templates may
640 class templates are not explicitly specialized as well. */
642 cp_error ("enclosing class templates are not explicitly specialized");
735 templates with more than one level of parameters. */
964 tree templates local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-i386.h317 'templates' is for grouping together 'template' structures for opcodes
320 The templates themselves start at START and range up to (but not including)
328 templates; typedef in typeref:struct:__anon2543
H A Dtc-i386.c273 /* Possible templates for current insn. */
274 static const templates *current_templates;
946 templates *core_optab;
950 core_optab = (templates *) xmalloc (sizeof (templates));
973 core_optab = (templates *) xmalloc (sizeof (templates));
1474 /* Now we've parsed the mnemonic into a set of templates, and have the
1868 static templates override;
2121 /* We must avoid matching of Imm32 templates whe
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c145 instruction template(s), in the case of multiple templates (for the same
146 mnemonic name), those templates are tried one by one until one succeeds or
147 all fail. An assembly line may fail a few templates before being
155 error message in the case of multiple templates, e.g. FMOV which has 8
156 templates. */
4693 errors in the case of mulitple instruction templates; output the
4818 struct templates
4821 struct templates *next;
4824 typedef struct templates templates;
4811 struct templates struct
4817 typedef struct templates templates; typedef in typeref:struct:templates
[all...]
H A Dtc-i386.c94 'templates' is for grouping together 'template' structures for opcodes
97 The templates themselves start at START and range up to (but not including)
105 templates; typedef in typeref:struct:__anon370
490 /* Possible templates for current insn. */
491 static const templates *current_templates;
2606 templates *core_optab;
2610 core_optab = XNEW (templates);
2633 core_optab = XNEW (templates);
3587 /* Now we've parsed the mnemonic into a set of templates, and have the
3884 current_templates = (const templates *) hash_fin
[all...]
/haiku-buildtools/gcc/libstdc++-v3/po/
H A DMakefile.in301 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
/haiku-buildtools/gcc/libstdc++-v3/python/
H A DMakefile.in331 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c1 /* Handle parameterized types (templates) for GNU -*- C++ -*-.
25 file that contains only the method templates and "just win". */
63 /* The PENDING_TEMPLATES is a TREE_LIST of templates whose
683 which the template is a member, or, for member templates, in the
699 the member template and some of its enclosing class templates may
702 class templates are not explicitly specialized as well. */
705 error ("enclosing class templates are not explicitly specialized");
782 which the template is a member, or, for member templates, in the
1035 templates with more than one level of parameters.
1266 /* Make sure that both DECL and FRIEND_DECL are templates o
1875 tree templates = NULL_TREE; local
19410 most_specialized_instantiation(tree templates) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/
H A DMakefile.in329 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A DMakefile.in343 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
/haiku-buildtools/gcc/libstdc++-v3/testsuite/
H A DMakefile.in304 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
/haiku-buildtools/legacy/gcc/
H A DMakefile.in101 LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
103 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A DMakefile.in372 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
/haiku-buildtools/gcc/libstdc++-v3/src/
H A DMakefile.in364 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
/haiku-buildtools/gcc/
H A DMakefile.tpl415 LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
506 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates

Completed in 429 milliseconds

12