Searched refs:add_flag (Results 1 – 7 of 7) sorted by relevance
1196 hstate.add_flag (TREE_SIDE_EFFECTS (t)); in hash_tree()1197 hstate.add_flag (TREE_CONSTANT (t)); in hash_tree()1198 hstate.add_flag (TREE_READONLY (t)); in hash_tree()1199 hstate.add_flag (TREE_PUBLIC (t)); in hash_tree()1201 hstate.add_flag (TREE_ADDRESSABLE (t)); in hash_tree()1202 hstate.add_flag (TREE_THIS_VOLATILE (t)); in hash_tree()1204 hstate.add_flag (DECL_UNSIGNED (t)); in hash_tree()1206 hstate.add_flag (TYPE_UNSIGNED (t)); in hash_tree()1208 hstate.add_flag (TYPE_ARTIFICIAL (t)); in hash_tree()1210 hstate.add_flag (TREE_NO_WARNING (t)); in hash_tree()[all …]
122 void add_flag (bool flag) in add_flag() function
153 hstate.add_flag (this_adjusting); in hash()154 hstate.add_flag (virtual_offset_p); in hash()
302 hstate.add_flag (DECL_CXX_CONSTRUCTOR_P (decl)); in get_hash()303 hstate.add_flag (DECL_CXX_DESTRUCTOR_P (decl)); in get_hash()423 hstate.add_flag (DECL_DISREGARD_INLINE_LIMITS (ref->decl)); in hash_referenced_symbol_properties()424 hstate.add_flag (DECL_DECLARED_INLINE_P (ref->decl)); in hash_referenced_symbol_properties()426 hstate.add_flag (DECL_IS_OPERATOR_NEW_P (ref->decl)); in hash_referenced_symbol_properties()430 hstate.add_flag (DECL_VIRTUAL_P (ref->decl)); in hash_referenced_symbol_properties()1478 hstate.add_flag (gimple_call_nocf_check_p (as_a <gcall *> (stmt))); in hash_stmt()
2705 hstate.add_flag (odr_query->speculative); in hash()2706 hstate.add_flag (odr_query->context.maybe_in_construction); in hash()2707 hstate.add_flag (odr_query->context.maybe_derived_type); in hash()2708 hstate.add_flag (odr_query->context.speculative_maybe_derived_type); in hash()
326 h.add_flag (v.inverted_p);
79 cmp_fn_t compar, int add_flag) in linear_base() argument92 if (!add_flag) /* key not found */ in linear_base()