Home
last modified time | relevance | path

Searched refs:gcc_checking_assert (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dprofile-count.h235 gcc_checking_assert (v >= 0 && v <= REG_BR_PROB_BASE); in class()
242 gcc_checking_assert (initialized_p ()); in class()
256 gcc_checking_assert (initialized_p ()); in class()
258 gcc_checking_assert (profile_probability::from_reg_br_prob_note (ret) in class()
268 gcc_checking_assert (val1 >= 0 && val2 > 0); in class()
275 gcc_checking_assert (tmp <= max_probability); in class()
390 gcc_checking_assert (other.m_val); in class()
419 gcc_checking_assert (other.m_val); in class()
527 gcc_checking_assert (m_quality != profile_uninitialized); in class()
709 gcc_checking_assert (initialized_p ()); in class()
[all …]
H A Dipa-prop.h205 gcc_checking_assert (jfunc->type == IPA_JF_CONST); in ipa_get_jf_constant()
212 gcc_checking_assert (jfunc->type == IPA_JF_CONST); in ipa_get_jf_constant_rdesc()
221 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_operand()
231 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_formal_id()
240 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_operation()
249 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_agg_preserved()
259 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_type_preserved()
268 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR); in ipa_get_jf_ancestor_offset()
278 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR); in ipa_get_jf_ancestor_formal_id()
287 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR); in ipa_get_jf_ancestor_agg_preserved()
[all …]
H A Dsreal.h98 gcc_checking_assert (s <= SREAL_MAX_EXP); in shift()
99 gcc_checking_assert (s >= -SREAL_MAX_EXP); in shift()
103 gcc_checking_assert (m_exp + s <= SREAL_MAX_EXP); in shift()
104 gcc_checking_assert (m_exp + s >= -SREAL_MAX_EXP); in shift()
207 gcc_checking_assert (shift > 0); in normalize_up()
210 gcc_checking_assert (sig <= SREAL_MAX_SIG && sig >= SREAL_MIN_SIG); in normalize_up()
235 gcc_checking_assert (shift > 0); in normalize_down()
239 gcc_checking_assert (sig <= SREAL_MAX_SIG && sig >= SREAL_MIN_SIG); in normalize_down()
H A Dipa-inline-analysis.c77 gcc_checking_assert (!e->call_stmt_cannot_inline_p in initialize_inline_failed()
165 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_time()
187 gcc_checking_assert (size >= 0); in do_estimate_edge_time()
188 gcc_checking_assert (time >= 0); in do_estimate_edge_time()
226 gcc_checking_assert (size); in do_estimate_edge_size()
233 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_size()
267 gcc_checking_assert (hints); in do_estimate_edge_hints()
274 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_hints()
326 gcc_checking_assert (e->inline_failed); in do_estimate_growth_1()
418 gcc_checking_assert (edge_growth > 0); in growth_likely_positive()
H A Dsymbol-summary.h119 gcc_checking_assert (node->summary_uid); in class()
150 gcc_checking_assert (node->summary_uid); in class()
160 gcc_checking_assert (node->summary_uid); in class()
181 gcc_checking_assert (node2->summary_uid > 0); in class()
236 gcc_checking_assert (summary->m_ggc); in gt_ggc_mx()
244 gcc_checking_assert (summary->m_ggc); in gt_pch_nx()
253 gcc_checking_assert (summary->m_ggc); in gt_pch_nx()
439 gcc_checking_assert (summary->m_ggc); in gt_ggc_mx()
447 gcc_checking_assert (summary->m_ggc); in gt_pch_nx()
456 gcc_checking_assert (summary->m_ggc); in gt_pch_nx()
H A Dtree-ssa-live.h161 gcc_checking_assert (partition >= 0 in basevar_index()
250 gcc_checking_assert (live->global); in partition_is_global()
261 gcc_checking_assert (live->livein in live_on_entry()
275 gcc_checking_assert (live->liveout in live_on_exit()
298 gcc_checking_assert (&live->livein[p1] && &live->livein[p2]); in live_merge_and_clear()
H A Dipa-predicate.c66 gcc_checking_assert (!(new_clause & (1 << predicate::false_condition))); in add_clause()
83 gcc_checking_assert (i == i2); in add_clause()
161 gcc_checking_assert (i < max_clauses);
167 gcc_checking_assert (i < max_clauses);
193 gcc_checking_assert (i < max_clauses && j < max_clauses); in or_with()
217 gcc_checking_assert (i < max_clauses); in evaluate()
247 gcc_checking_assert (i < max_clauses); in probability()
455 gcc_checking_assert (!c->agg_contents || !c->by_ref); in remap_after_inlining()
548 gcc_checking_assert (operand_num >= 0); in add_condition()
H A Dipa-predicate.h157 gcc_checking_assert (i < max_clauses);
158 gcc_checking_assert (m_clause[i] > m_clause[i + 1]);
159 gcc_checking_assert (!p2.m_clause[i]
175 gcc_checking_assert (!m_clause[1]
H A Dvec.h281 gcc_checking_assert (alloc); in reserve()
714 gcc_checking_assert (len >= oldlen);
833 gcc_checking_assert (ix < m_vecpfx.m_num);
841 gcc_checking_assert (ix < m_vecpfx.m_num);
852 gcc_checking_assert (m_vecpfx.m_num > 0);
949 gcc_checking_assert (space (len));
972 gcc_checking_assert (space (1));
985 gcc_checking_assert (length () > 0);
997 gcc_checking_assert (length () >= size);
1009 gcc_checking_assert (length () < allocated ());
[all …]
H A Dssa-iterators.h283 gcc_checking_assert (*(linknode->use) == def); in link_imm_use()
314 gcc_checking_assert (*(old->use) == *(node->use)); in relink_imm_use()
487 gcc_checking_assert (ptr->iter_type == ssa_op_iter_use); in op_iter_next_use()
506 gcc_checking_assert (ptr->iter_type == ssa_op_iter_def); in op_iter_next_def()
542 gcc_checking_assert (ptr->iter_type == ssa_op_iter_tree); in op_iter_next_tree()
601 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI in op_iter_init()
643 gcc_checking_assert ((flags & SSA_OP_ALL_DEFS) == 0 in op_iter_init_use()
655 gcc_checking_assert ((flags & SSA_OP_ALL_USES) == 0 in op_iter_init_def()
757 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI); in num_ssa_operands()
787 gcc_checking_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); in op_iter_init_phiuse()
[all …]
H A Ddominance.c273 gcc_checking_assert (dir == CDI_DOMINATORS || dir == CDI_POST_DOMINATORS); in dom_convert_dir_to_idx()
443 gcc_checking_assert (m_dfs_order[b2->index] == 0); in calc_dfs_tree()
450 gcc_checking_assert (m_dfs_order[b->index]); in calc_dfs_tree()
666 gcc_checking_assert (dom_info_available_p (dir)); in compute_dom_fast_query()
691 gcc_checking_assert (dom_info_available_p (dir)); in compute_dom_fast_query_in_region()
851 gcc_checking_assert (dom_computed[dir_index]); in get_immediate_dominator()
868 gcc_checking_assert (dom_computed[dir_index]); in set_immediate_dominator()
893 gcc_checking_assert (dom_computed[dir_index]); in get_dominated_by()
985 gcc_checking_assert (dom_computed[dir_index]); in redirect_immediate_dominators()
1008 gcc_checking_assert (dom_computed[dir_index]); in nearest_common_dominator()
[all …]
H A Dipa-utils.h215 gcc_checking_assert (type_with_linkage_p (t)); in type_in_anonymous_namespace_p()
221 gcc_checking_assert (!in_lto_p in type_in_anonymous_namespace_p()
240 gcc_checking_assert (in_lto_p || flag_lto); in odr_type_p()
253 gcc_checking_assert (strcmp ("<anon>", in odr_type_p()
H A Dhwint.h291 gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT); in sext_hwi()
298 gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT); in sext_hwi()
314 gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT); in zext_hwi()
324 gcc_checking_assert (x != HOST_WIDE_INT_MIN); in abs_hwi()
H A Ddata-streamer.h108 gcc_checking_assert (nbits == BITS_PER_BITPACK_WORD in bp_pack_value()
240 gcc_checking_assert (val >= min && val <= max && range > 0 in streamer_write_hwi_in_range()
259 gcc_checking_assert (range > 0 && range < 0x7fffffff); in streamer_read_hwi_in_range()
280 gcc_checking_assert (val >= min && val <= max && range > 0 in bp_pack_int_in_range()
300 gcc_checking_assert (range > 0 && range < 0x7fffffff); in bp_unpack_int_in_range()
H A Dattribs.h162 gcc_checking_assert (attr_name[0] != '_'); in lookup_attribute()
184 gcc_checking_assert (attr_name[0] != '_'); in lookup_attribute_by_prefix()
202 gcc_checking_assert (attr_len == 0 || p[0] != '_'); in lookup_attribute_by_prefix()
H A Dbasic-block.h339 gcc_checking_assert (single_succ_p (bb)); in single_succ_edge()
349 gcc_checking_assert (single_pred_p (bb)); in single_pred_edge()
381 gcc_checking_assert (i.container); in ei_container()
432 gcc_checking_assert (i->index < EDGE_COUNT (ei_container (*i))); in ei_next()
440 gcc_checking_assert (i->index > 0); in ei_prev()
568 gcc_checking_assert (prob >= 0 && prob <= REG_BR_PROB_BASE); in check_probability()
H A Dtree-into-ssa.c437 gcc_checking_assert (!gimple_modified_p (stmt)); in initialize_flags_in_bb()
448 gcc_checking_assert (blocks_to_update != NULL); in mark_block_for_update()
599 gcc_checking_assert (new_tree != old in add_new_name_mapping()
651 gcc_checking_assert (blocks_to_update == NULL); in mark_def_sites()
660 gcc_checking_assert (DECL_P (sym)); in mark_def_sites()
675 gcc_checking_assert (DECL_P (sym)); in mark_def_sites()
687 gcc_checking_assert (DECL_P (def)); in mark_def_sites()
1007 gcc_checking_assert (update_p); in insert_phi_nodes_for()
1025 gcc_checking_assert (DECL_P (var)); in insert_phi_nodes_for()
1253 gcc_checking_assert (DECL_P (var)); in rewrite_debug_stmt_uses()
[all …]
H A Dvaltrack.c276 gcc_checking_assert (entry && entry->reg == temp_entry.reg); in dead_debug_global_find()
295 gcc_checking_assert (!*slot); in dead_debug_global_insert()
323 gcc_checking_assert (GET_CODE (entry->reg) == REG in dead_debug_global_replace_temp()
434 gcc_checking_assert (added); in dead_debug_promote_uses()
439 gcc_checking_assert (entry->dtemp); in dead_debug_promote_uses()
630 gcc_checking_assert (!uses); in dead_debug_insert_temp()
641 gcc_checking_assert (entry->reg == reg); in dead_debug_insert_temp()
647 gcc_checking_assert (uses || global); in dead_debug_insert_temp()
H A Dprofile-count.c75 gcc_checking_assert (compatible_p (other)); in differs_from_p()
215 gcc_checking_assert (!overflow); in slow_safe_scale_64bit()
254 gcc_checking_assert (entry_bb_count.initialized_p ()); in to_cgraph_frequency()
338 gcc_checking_assert (v >= 0); in from_gcov_type()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-flow-inline.h51 gcc_checking_assert (fun && fun->gimple_df); in gimple_vop()
224 gcc_checking_assert (*(linknode->use) == def); in link_imm_use()
255 gcc_checking_assert (*(old->use) == *(node->use)); in relink_imm_use()
508 gcc_checking_assert (!(bb->flags & BB_RTL)); in phi_nodes()
521 gcc_checking_assert (!(bb->flags & BB_RTL)); in set_phi_nodes()
549 gcc_checking_assert ((((char *)element - (char *)root) in phi_arg_index_from_use()
619 gcc_checking_assert (is_gimple_min_invariant (t)); in phi_ssa_name_p()
654 gcc_checking_assert (ptr->iter_type == ssa_op_iter_use); in op_iter_next_use()
674 gcc_checking_assert (ptr->iter_type == ssa_op_iter_def); in op_iter_next_def()
690 gcc_checking_assert (ptr->iter_type == ssa_op_iter_tree); in op_iter_next_tree()
[all …]
H A Dtree-ssa-live.h175 gcc_checking_assert (partition >= 0 in basevar_index()
274 gcc_checking_assert (live->global); in partition_is_global()
285 gcc_checking_assert (live->livein in live_on_entry()
299 gcc_checking_assert (live->liveout in live_on_exit()
322 gcc_checking_assert (live->livein[p1] && live->livein[p2]); in live_merge_and_clear()
H A Dhwint.c108 gcc_checking_assert (x != HOST_WIDE_INT_MIN); in abs_hwi()
148 gcc_checking_assert ((HOST_WIDE_INT_MAX) / x >= y); in pos_mul_hwi()
159 gcc_checking_assert (x != HOST_WIDE_INT_MIN in mul_hwi()
H A Ddata-streamer.h136 gcc_checking_assert (nbits == BITS_PER_BITPACK_WORD in bp_pack_value()
245 gcc_checking_assert (val >= min && val <= max && range > 0 in streamer_write_hwi_in_range()
270 gcc_checking_assert (range > 0 && range < 0x7fffffff); in streamer_read_hwi_in_range()
297 gcc_checking_assert (val >= min && val <= max && range > 0 in bp_pack_int_in_range()
317 gcc_checking_assert (range > 0 && range < 0x7fffffff); in bp_unpack_int_in_range()
H A Dipa-utils.c373 gcc_checking_assert ((VEC_index (cgraph_node_ptr, set->nodes, index) in cgraph_node_set_add()
399 gcc_checking_assert (VEC_index (cgraph_node_ptr, set->nodes, index) in cgraph_node_set_remove()
408 gcc_checking_assert (last_slot && *last_slot); in cgraph_node_set_remove()
502 gcc_checking_assert ((VEC_index (varpool_node_ptr, set->nodes, index) in varpool_node_set_add()
528 gcc_checking_assert (VEC_index (varpool_node_ptr, set->nodes, index) in varpool_node_set_remove()
537 gcc_checking_assert (last_slot && *last_slot); in varpool_node_set_remove()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dlex.c119 gcc_checking_assert (!IDENTIFIER_KIND_BIT_2 (id) in set_identifier_kind()
138 gcc_checking_assert (len < sizeof (buffer)); in set_operator_ident()
152 gcc_checking_assert (!OVL_OP_ERROR_MARK && !ERROR_MARK); in init_operators()
165 gcc_checking_assert (op_ptr->ovl_op_code < (1 << 6)); in init_operators()
172 gcc_checking_assert ((op_ptr->flags ^ bin_ptr->flags) in init_operators()
185 gcc_checking_assert (op_ptr->ovl_op_code == ix in init_operators()
205 gcc_checking_assert (!IDENTIFIER_CP_INDEX (ident)); in init_operators()
209 gcc_checking_assert (!ovl_op_mapping[as_ptr->tree_code] in init_operators()
724 gcc_checking_assert (orig_ld->u.base.selector == lds_decomp); in fit_decomposition_lang_decl()

12345678910>>...13