Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dipa-prop.h188 gcc_checking_assert (jfunc->type == IPA_JF_KNOWN_TYPE); in ipa_get_jf_known_type_offset()
197 gcc_checking_assert (jfunc->type == IPA_JF_KNOWN_TYPE); in ipa_get_jf_known_type_base_type()
206 gcc_checking_assert (jfunc->type == IPA_JF_KNOWN_TYPE); in ipa_get_jf_known_type_component_type()
215 gcc_checking_assert (jfunc->type == IPA_JF_CONST); in ipa_get_jf_constant()
224 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_operand()
234 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_formal_id()
243 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_operation()
252 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_agg_preserved()
261 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR); in ipa_get_jf_ancestor_offset()
270 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR); in ipa_get_jf_ancestor_type()
[all …]
Dtree-flow-inline.h41 gcc_checking_assert (fun && fun->gimple_df); in gimple_vop()
167 gcc_checking_assert (*(linknode->use) == def); in link_imm_use()
198 gcc_checking_assert (*(old->use) == *(node->use)); in relink_imm_use()
451 gcc_checking_assert (!(bb->flags & BB_RTL)); in phi_nodes()
458 gcc_checking_assert (!(bb->flags & BB_RTL)); in phi_nodes_ptr()
469 gcc_checking_assert (!(bb->flags & BB_RTL)); in set_phi_nodes()
497 gcc_checking_assert ((((char *)element - (char *)root) in phi_arg_index_from_use()
540 gcc_checking_assert (is_gimple_min_invariant (t)); in phi_ssa_name_p()
575 gcc_checking_assert (ptr->iter_type == ssa_op_iter_use); in op_iter_next_use()
594 gcc_checking_assert (ptr->iter_type == ssa_op_iter_def); in op_iter_next_def()
[all …]
Dvec.h697 gcc_checking_assert (len >= oldlen);
807 gcc_checking_assert (ix < vecpfx_.num_);
815 gcc_checking_assert (ix < vecpfx_.num_);
826 gcc_checking_assert (vecpfx_.num_ > 0);
923 gcc_checking_assert (space (len));
946 gcc_checking_assert (space (1));
959 gcc_checking_assert (length () > 0);
971 gcc_checking_assert (length () >= size);
983 gcc_checking_assert (length () < allocated ());
984 gcc_checking_assert (ix <= length ());
[all …]
Dbasic-block.h541 gcc_checking_assert (single_succ_p (bb)); in single_succ_edge()
551 gcc_checking_assert (single_pred_p (bb)); in single_pred_edge()
583 gcc_checking_assert (i.container); in ei_container()
634 gcc_checking_assert (i->index < EDGE_COUNT (ei_container (*i))); in ei_next()
642 gcc_checking_assert (i->index > 0); in ei_prev()
943 gcc_checking_assert (prob >= 0 && prob <= REG_BR_PROB_BASE); in check_probability()
Dcgraph.h771 gcc_checking_assert (!node || node->symbol.type == SYMTAB_FUNCTION); in cgraph()
779 gcc_checking_assert (!node || node->symbol.type == SYMTAB_VARIABLE); in varpool()
787 gcc_checking_assert (TREE_CODE (decl) == FUNCTION_DECL); in cgraph_get_node()
795 gcc_checking_assert (TREE_CODE (decl) == VAR_DECL); in varpool_get_node()
1217 gcc_checking_assert (ref->use == IPA_REF_ALIAS); in cgraph_alias_aliased_node()
1231 gcc_checking_assert (ref->use == IPA_REF_ALIAS); in varpool_alias_aliased_node()
1351 gcc_checking_assert (!node->global.inlined_to); in cgraph_mark_force_output_node()
Demit-rtl.h88 gcc_checking_assert (!insn || !PREV_INSN (insn)); in set_first_insn()
105 gcc_checking_assert (!insn || !NEXT_INSN (insn)); in set_last_insn()
Dsbitmap.h113 gcc_checking_assert (! map->popcount); in bitmap_set_bit()
123 gcc_checking_assert (! map->popcount); in bitmap_clear_bit()
Dsystem.h695 #define gcc_checking_assert(EXPR) gcc_assert (EXPR) macro
697 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR))) macro
Dtree.h2921 gcc_checking_assert (DECL_RTL_SET_P (__d)); \
5012 gcc_checking_assert (attr_name[0] != '_'); in lookup_attribute()
5035 gcc_checking_assert (attr_name[0] != '_'); in is_attribute_p()
6483 gcc_checking_assert (BUILTIN_VALID_P (fncode)); in builtin_decl_explicit()
6493 gcc_checking_assert (BUILTIN_VALID_P (fncode)); in builtin_decl_implicit()
6509 gcc_checking_assert (BUILTIN_VALID_P (fncode) in set_builtin_decl()
6523 gcc_checking_assert (BUILTIN_VALID_P (fncode) in set_builtin_decl_implicit_p()
6535 gcc_checking_assert (BUILTIN_VALID_P (fncode)); in builtin_decl_explicit_p()
6546 gcc_checking_assert (BUILTIN_VALID_P (fncode)); in builtin_decl_implicit_p()
Dgimple.h1143 gcc_checking_assert (!(bb->flags & BB_RTL)); in set_bb_seq()
3669 gcc_checking_assert (!CASE_LOW (label) && !CASE_HIGH (label)); in gimple_switch_default_label()
3678 gcc_checking_assert (!CASE_LOW (label) && !CASE_HIGH (label)); in gimple_switch_set_default_label()
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dafl-gcc-cmplog-pass.so.cc150 gcc_checking_assert(TYPE_MAIN_VARIANT(TREE_TYPE(lhs)) == in insert_cmplog_call()