Searched refs:DECL_IS_PURE (Results 1 – 11 of 11) sorted by relevance
527 if (DECL_IS_PURE (decl)) in analyze_function()728 DECL_IS_PURE (w->decl) = 1; in static_execute()
1782 DECL_IS_PURE (newdecl) |= DECL_IS_PURE (olddecl); in merge_decls()
586 if (DECL_IS_PURE (exp)) in flags_from_decl_or_type()
3086 #define DECL_IS_PURE(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.pure_flag) macro
5314 DECL_IS_PURE (*node) = 1; in handle_pure_attribute()
6678 DECL_IS_PURE (decl) = 1; in local_define_builtin()
5696 && (DECL_IS_PURE (fndecl) || TREE_READONLY (fndecl))) in expand_builtin()
21986 * tree.h (DECL_IS_PURE): New macro.
678 DECL_IS_PURE (dcast_fn) = 1; in build_dynamic_cast_1()
1770 DECL_IS_PURE (newdecl) |= DECL_IS_PURE (olddecl); in duplicate_decls()
1640 * rtti.c (build_dynamic_cast_1): Set DECL_IS_PURE.