Home
last modified time | relevance | path

Searched refs:DECL_IS_PURE (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dipa-pure-const.c527 if (DECL_IS_PURE (decl)) in analyze_function()
728 DECL_IS_PURE (w->decl) = 1; in static_execute()
Dc-decl.c1782 DECL_IS_PURE (newdecl) |= DECL_IS_PURE (olddecl); in merge_decls()
Dcalls.c586 if (DECL_IS_PURE (exp)) in flags_from_decl_or_type()
Dtree.h3086 #define DECL_IS_PURE(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.pure_flag) macro
Dc-common.c5314 DECL_IS_PURE (*node) = 1; in handle_pure_attribute()
Dtree.c6678 DECL_IS_PURE (decl) = 1; in local_define_builtin()
Dbuiltins.c5696 && (DECL_IS_PURE (fndecl) || TREE_READONLY (fndecl))) in expand_builtin()
DChangeLog-200021986 * tree.h (DECL_IS_PURE): New macro.
/freebsd-12-stable/contrib/gcc/cp/
Drtti.c678 DECL_IS_PURE (dcast_fn) = 1; in build_dynamic_cast_1()
Ddecl.c1770 DECL_IS_PURE (newdecl) |= DECL_IS_PURE (olddecl); in duplicate_decls()
DChangeLog-20031640 * rtti.c (build_dynamic_cast_1): Set DECL_IS_PURE.