Home
last modified time | relevance | path

Searched refs:is_defn (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc966 write_fn_marker (std::stringstream &s, bool is_defn, bool globalize, in write_fn_marker() argument
972 s << " FUNCTION " << (is_defn ? "DEF: " : "DECL: "); in write_fn_marker()
979 write_var_marker (FILE *file, bool is_defn, bool globalize, const char *name) in write_var_marker() argument
983 is_defn ? "DEF" : "DECL"); in write_var_marker()
991 write_fn_proto_1 (std::stringstream &s, bool is_defn, in write_fn_proto_1() argument
995 write_fn_marker (s, is_defn, TREE_PUBLIC (decl), name); in write_fn_proto_1()
1079 s << (is_defn ? "\n" : ";\n"); in write_fn_proto_1()
1088 write_fn_proto (std::stringstream &s, bool is_defn, in write_fn_proto() argument
1104 if (is_defn) in write_fn_proto()
1108 write_fn_proto_1 (s, is_defn, name, decl); in write_fn_proto()
H A Dnvptx.c808 write_fn_marker (std::stringstream &s, bool is_defn, bool globalize, in write_fn_marker() argument
814 s << " FUNCTION " << (is_defn ? "DEF: " : "DECL: "); in write_fn_marker()
821 write_var_marker (FILE *file, bool is_defn, bool globalize, const char *name) in write_var_marker() argument
825 is_defn ? "DEF" : "DECL"); in write_var_marker()
836 write_fn_proto (std::stringstream &s, bool is_defn, in write_fn_proto() argument
839 if (is_defn) in write_fn_proto()
850 write_fn_marker (s, is_defn, TREE_PUBLIC (decl), name); in write_fn_proto()
931 s << (is_defn ? "\n" : ";\n"); in write_fn_proto()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c808 write_fn_marker (std::stringstream &s, bool is_defn, bool globalize, in write_fn_marker() argument
814 s << " FUNCTION " << (is_defn ? "DEF: " : "DECL: "); in write_fn_marker()
821 write_var_marker (FILE *file, bool is_defn, bool globalize, const char *name) in write_var_marker() argument
825 is_defn ? "DEF" : "DECL"); in write_var_marker()
836 write_fn_proto (std::stringstream &s, bool is_defn, in write_fn_proto() argument
839 if (is_defn) in write_fn_proto()
850 write_fn_marker (s, is_defn, TREE_PUBLIC (decl), name); in write_fn_proto()
931 s << (is_defn ? "\n" : ";\n"); in write_fn_proto()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc1509 unsigned qualified_name (tree decl, bool is_defn);
2014 elf_out::qualified_name (tree decl, bool is_defn) in qualified_name() argument
2019 strtab_write (decl, is_defn); in qualified_name()
2634 depset *depset::make_entity (tree entity, entity_kind ek, bool is_defn) in make_entity() argument
2640 | is_defn << DB_DEFN_BIT); in make_entity()
10035 trees_in::fn_parms_fini (int tag, tree fn, tree existing, bool is_defn) in fn_parms_fini() argument
10044 if (is_defn && !DECL_SAVED_TREE (existing)) in fn_parms_fini()
H A Dparser.c43121 cp_finalize_oacc_routine (cp_parser *parser, tree fndecl, bool is_defn) in cp_finalize_oacc_routine() argument
43158 if (TREE_USED (fndecl) || (!is_defn && DECL_SAVED_TREE (fndecl))) in cp_finalize_oacc_routine()
H A Dparser.cc47118 cp_finalize_oacc_routine (cp_parser *parser, tree fndecl, bool is_defn) in cp_finalize_oacc_routine() argument
47156 if (TREE_USED (fndecl) || (!is_defn && DECL_SAVED_TREE (fndecl))) in cp_finalize_oacc_routine()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.c17107 bool is_defn) in c_finish_oacc_routine() argument
17144 if (TREE_USED (fndecl) || (!is_defn && DECL_SAVED_TREE (fndecl))) in c_finish_oacc_routine()
H A Dc-parser.cc17785 bool is_defn) in c_finish_oacc_routine() argument
17822 if (TREE_USED (fndecl) || (!is_defn && DECL_SAVED_TREE (fndecl))) in c_finish_oacc_routine()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c17107 bool is_defn) in c_finish_oacc_routine() argument
17144 if (TREE_USED (fndecl) || (!is_defn && DECL_SAVED_TREE (fndecl))) in c_finish_oacc_routine()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c43121 cp_finalize_oacc_routine (cp_parser *parser, tree fndecl, bool is_defn) in cp_finalize_oacc_routine() argument
43158 if (TREE_USED (fndecl) || (!is_defn && DECL_SAVED_TREE (fndecl))) in cp_finalize_oacc_routine()