Searched refs:case_ (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/
H A Djit-common.h136 class case_;
158 class case_;
H A Dlibgccjit.c88 struct gcc_jit_case : public gcc::jit::recording::case_ struct in class:gcc::jit::recording
2191 gcc_jit_case_as_object (gcc_jit_case *case_) argument
2193 RETURN_NULL_IF_FAIL (case_, NULL, NULL, "NULL case");
2195 return static_cast <gcc_jit_object *> (case_->as_object ());
2242 gcc_jit_case *case_,
2246 if (!case_)
2258 case_->get_dest_block (),
2262 if (expr_type != case_->get_min_value ()->get_type ())
2271 case_->get_min_value ()->get_debug_string (),
2272 case_
2237 valid_case_for_switch(gcc::jit::recording::context *ctxt, gcc_jit_location *loc, const char *api_funcname, gcc_jit_block *switch_block, gcc_jit_rvalue *expr, gcc_jit_case *case_, const char *case_desc, int case_idx) argument
2357 validate(gcc_jit_case *case_, int case_idx) argument
[all...]
H A Dlibgccjit++.h48 class case_;
301 case_ new_case (rvalue min_value,
431 std::vector <case_> cases,
483 class case_ : public object class in namespace:gccjit
486 case_ ();
487 case_ (gcc_jit_case *inner);
1144 inline case_
1149 return case_ (gcc_jit_context_new_case (m_inner_ctxt,
1405 std::vector <case_> cases,
1409 case_ *as_array_of_wrapper
1614 inline case_::case_ () : object () {} function in class:gccjit::case_
1615 inline case_::case_ (gcc_jit_case *inner) function in class:gccjit::case_
[all...]
H A Djit-playback.h447 struct case_ struct in namespace:gcc::jit::playback
449 case_ (rvalue *min_value, rvalue *max_value, block *dest_block) function in struct:gcc::jit::playback::case_
507 const auto_vec <case_> *cases);
H A Djit-recording.h186 case_ *
1168 case_ **cases);
1796 class case_ : public memento class in namespace:gcc::jit::recording
1799 case_ (context *ctxt, function in class:gcc::jit::recording::case_
1834 case_ **cases);
1847 auto_vec <case_ *> m_cases;
H A Djit-recording.c1087 /* Create a recording::case_ instance and add it to this context's list
1093 recording::case_ *
1098 recording::case_ *result = new case_ (this, min_value, max_value, block);
3789 recording::case_ **cases)
5659 /* The implementation of class gcc::jit::recording::case_. */
5662 recording::case_::write_reproducer (reproducer &r)
5680 recording::case_::make_debug_string ()
5698 case_ **cases)
5714 auto_vec <playback::case_> pcase
[all...]
H A Dlibgccjit.h1128 gcc_jit_case_as_object (gcc_jit_case *case_);
H A Djit-playback.c1705 const auto_vec <case_> *cases)
1720 case_ *c;
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-switch.cc56 std::vector <gccjit::case_> cases;

Completed in 185 milliseconds