Home
last modified time | relevance | path

Searched refs:DECL_ABSTRACT (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dintegrate.c192 DECL_ABSTRACT (decl) = setting; in set_decl_abstract_flags()
198 DECL_ABSTRACT (arg) = setting; in set_decl_abstract_flags()
H A Ddwarf2out.c4813 if (DECL_ABSTRACT (decl) && DECL_ABSTRACT_ORIGIN (decl) == decl) in decl_ultimate_origin()
11052 && !DECL_ABSTRACT (decl) in add_name_and_src_coords_attributes()
11384 if (DECL_ABSTRACT (decl))
11545 if (! DECL_ABSTRACT (node)) in gen_formal_parameter_die()
11681 int was_abstract = DECL_ABSTRACT (decl); in dwarf2out_abstract_function()
11882 else if (DECL_ABSTRACT (decl)) in gen_subprogram_die()
12158 if (DECL_ABSTRACT (decl) || declaration) in gen_variable_die()
12161 if (! declaration && ! DECL_ABSTRACT (decl)) in gen_variable_die()
12185 if (DECL_ABSTRACT (decl)) in gen_label_die()
12687 if (DECL_ABSTRACT (decl)) in gen_typedef_die()
[all …]
H A Dprint-tree.c337 if (DECL_ABSTRACT (node)) in print_node()
H A Ddbxout.c1558 if (DECL_IGNORED_P (fndecl) || DECL_ABSTRACT (fndecl)) in dbxout_type_methods()
H A Dtree-inline.c2678 DECL_ABSTRACT (copy) = 0; in copy_decl_no_change()
H A Dtree.def345 DECL_ABSTRACT is nonzero if the decl represents an abstract instance
H A Dtree.h2498 #define DECL_ABSTRACT(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.abstract_flag) macro
H A DChangeLog-19991673 (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
2045 from output_inline_function if DECL_ABSTRACT is also set.
H A DChangeLog-200129170 set_decl_abstract_flags. Don't clear DECL_ABSTRACT.
29177 DECL_ABSTRACT on a function that already has it set.
H A DChangeLog-200313835 as DECL_ABSTRACT.
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c1906 DECL_ABSTRACT (newdecl) = DECL_ABSTRACT (olddecl); in duplicate_decls()
8632 DECL_ABSTRACT (decl) = 1; in grokdeclarator()
H A DChangeLog-20012969 * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
2970 * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
H A Dclass.c3940 DECL_ABSTRACT (fn) = 1; in clone_function_decl()