Home
last modified time | relevance | path

Searched refs:add_flag (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-streamer-out.cc1196 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 …]
Dinchash.h122 void add_flag (bool flag) in add_flag() function
Dsymtab-thunks.cc153 hstate.add_flag (this_adjusting); in hash()
154 hstate.add_flag (virtual_offset_p); in hash()
Dipa-icf.cc302 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()
Dipa-devirt.cc2705 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()
Dtree-vectorizer.h326 h.add_flag (v.inverted_p);
/netbsd/src/lib/libc/stdlib/
Dlsearch.c79 cmp_fn_t compar, int add_flag) in linear_base() argument
92 if (!add_flag) /* key not found */ in linear_base()