Lines Matching refs:get_debug_string

278       (BLOCK)->get_debug_string (),					\
279 (BLOCK)->get_last_statement ()->get_debug_string ()); \
292 (BLOCK)->get_debug_string (), \
293 (BLOCK)->get_last_statement ()->get_debug_string ()); \
558 type->get_debug_string ()); in gcc_jit_context_new_field()
584 name, type->get_debug_string ()); in gcc_jit_context_new_bitfield()
594 type->get_debug_string ()); in gcc_jit_context_new_bitfield()
640 fields[i]->get_debug_string (), in gcc_jit_context_new_struct_type()
641 fields[i]->get_container ()->get_debug_string ()); in gcc_jit_context_new_struct_type()
704 struct_type->get_debug_string ()); in gcc_jit_struct_set_fields()
713 struct_type->get_debug_string (), in gcc_jit_struct_set_fields()
719 fields[i]->get_debug_string (), in gcc_jit_struct_set_fields()
720 fields[i]->get_container ()->get_debug_string ()); in gcc_jit_struct_set_fields()
754 fields[i]->get_debug_string (), in gcc_jit_context_new_union_type()
755 fields[i]->get_container ()->get_debug_string ()); in gcc_jit_context_new_union_type()
931 i, params[i]->get_debug_string (), in gcc_jit_context_new_function()
932 params[i]->get_type ()->get_debug_string (), in gcc_jit_context_new_function()
934 params[i]->get_scope ()->get_debug_string ()); in gcc_jit_context_new_function()
994 func->get_debug_string (), in gcc_jit_function_get_param()
1095 type->get_debug_string ()); in gcc_jit_context_new_global()
1165 NUMERIC_TYPE->get_debug_string ()); \
1273 pointer_type->get_debug_string ()); in gcc_jit_context_new_rvalue_from_ptr()
1296 pointer_type->get_debug_string ()); in gcc_jit_context_null()
1346 rvalue->get_debug_string (), in gcc_jit_context_new_unary_op()
1347 result_type->get_debug_string ()); in gcc_jit_context_new_unary_op()
1393 a->get_debug_string (), in gcc_jit_context_new_binary_op()
1394 a->get_type ()->get_debug_string (), in gcc_jit_context_new_binary_op()
1395 b->get_debug_string (), in gcc_jit_context_new_binary_op()
1396 b->get_type ()->get_debug_string ()); in gcc_jit_context_new_binary_op()
1402 a->get_debug_string (), b->get_debug_string (), in gcc_jit_context_new_binary_op()
1403 result_type->get_debug_string ()); in gcc_jit_context_new_binary_op()
1436 a->get_debug_string (), in gcc_jit_context_new_comparison()
1437 a->get_type ()->get_debug_string (), in gcc_jit_context_new_comparison()
1438 b->get_debug_string (), in gcc_jit_context_new_comparison()
1439 b->get_type ()->get_debug_string ()); in gcc_jit_context_new_comparison()
1494 param->get_debug_string (), in gcc_jit_context_new_call()
1495 param->get_type ()->get_debug_string ()); in gcc_jit_context_new_call()
1505 param->get_debug_string (), in gcc_jit_context_new_call()
1506 param->get_type ()->get_debug_string (), in gcc_jit_context_new_call()
1507 arg->get_debug_string (), in gcc_jit_context_new_call()
1508 arg->get_type ()->get_debug_string ()); in gcc_jit_context_new_call()
1541 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1542 fn_ptr->get_type ()->get_debug_string ()); in gcc_jit_context_new_call_through_ptr()
1550 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1551 fn_ptr->get_type ()->get_debug_string ()); in gcc_jit_context_new_call_through_ptr()
1561 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1569 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1583 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1584 param_type->get_debug_string ()); in gcc_jit_context_new_call_through_ptr()
1593 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1595 param_type->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1596 arg->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1597 arg->get_type ()->get_debug_string ()); in gcc_jit_context_new_call_through_ptr()
1668 rvalue->get_debug_string (), in gcc_jit_context_new_cast()
1669 rvalue->get_type ()->get_debug_string (), in gcc_jit_context_new_cast()
1670 type->get_debug_string ()); in gcc_jit_context_new_cast()
1696 ptr->get_debug_string (), in gcc_jit_context_new_array_access()
1697 ptr->get_type ()->get_debug_string ()); in gcc_jit_context_new_array_access()
1702 index->get_debug_string (), in gcc_jit_context_new_array_access()
1703 index->get_type ()->get_debug_string ()); in gcc_jit_context_new_array_access()
1733 return obj->get_debug_string (); in gcc_jit_object_get_debug_string()
1754 field->get_debug_string ()); in gcc_jit_lvalue_access_field()
1762 field->get_debug_string (), in gcc_jit_lvalue_access_field()
1763 underlying_type->get_debug_string ()); in gcc_jit_lvalue_access_field()
1786 field->get_debug_string ()); in gcc_jit_rvalue_access_field()
1794 field->get_debug_string (), in gcc_jit_rvalue_access_field()
1795 underlying_type->get_debug_string ()); in gcc_jit_rvalue_access_field()
1819 field->get_debug_string ()); in gcc_jit_rvalue_dereference_field()
1824 ptr->get_debug_string (), in gcc_jit_rvalue_dereference_field()
1825 ptr->get_type ()->get_debug_string (), in gcc_jit_rvalue_dereference_field()
1826 field->get_debug_string ()); in gcc_jit_rvalue_dereference_field()
1832 field->get_debug_string (), in gcc_jit_rvalue_dereference_field()
1833 underlying_type->get_debug_string ()); in gcc_jit_rvalue_dereference_field()
1859 rvalue->get_debug_string (), in gcc_jit_rvalue_dereference()
1860 rvalue->get_type ()->get_debug_string ()); in gcc_jit_rvalue_dereference()
1866 rvalue->get_debug_string (), in gcc_jit_rvalue_dereference()
1867 rvalue->get_type ()->get_debug_string ()); in gcc_jit_rvalue_dereference()
1913 type->get_debug_string ()); in gcc_jit_function_new_local()
1968 lvalue->get_debug_string (), in gcc_jit_block_add_assignment()
1969 lvalue->get_type ()->get_debug_string (), in gcc_jit_block_add_assignment()
1970 rvalue->get_debug_string (), in gcc_jit_block_add_assignment()
1971 rvalue->get_type ()->get_debug_string ()); in gcc_jit_block_add_assignment()
2014 lvalue->get_debug_string (), in gcc_jit_block_add_assignment_op()
2015 lvalue->get_type ()->get_debug_string (), in gcc_jit_block_add_assignment_op()
2016 rvalue->get_debug_string (), in gcc_jit_block_add_assignment_op()
2017 rvalue->get_type ()->get_debug_string ()); in gcc_jit_block_add_assignment_op()
2063 boolval->get_debug_string (), in gcc_jit_block_end_with_conditional()
2064 boolval->get_type ()->get_debug_string ()); in gcc_jit_block_end_with_conditional()
2073 block->get_debug_string (), in gcc_jit_block_end_with_conditional()
2074 block->get_function ()->get_debug_string (), in gcc_jit_block_end_with_conditional()
2075 on_true->get_debug_string (), in gcc_jit_block_end_with_conditional()
2076 on_true->get_function ()->get_debug_string ()); in gcc_jit_block_end_with_conditional()
2083 block->get_debug_string (), in gcc_jit_block_end_with_conditional()
2084 block->get_function ()->get_debug_string (), in gcc_jit_block_end_with_conditional()
2085 on_false->get_debug_string (), in gcc_jit_block_end_with_conditional()
2086 on_false->get_function ()->get_debug_string ()); in gcc_jit_block_end_with_conditional()
2140 block->get_debug_string (), in gcc_jit_block_end_with_jump()
2141 block->get_function ()->get_debug_string (), in gcc_jit_block_end_with_jump()
2142 target->get_debug_string (), in gcc_jit_block_end_with_jump()
2143 target->get_function ()->get_debug_string ()); in gcc_jit_block_end_with_jump()
2172 rvalue->get_debug_string (), in gcc_jit_block_end_with_return()
2173 rvalue->get_type ()->get_debug_string (), in gcc_jit_block_end_with_return()
2174 func->get_debug_string (), in gcc_jit_block_end_with_return()
2175 func->get_return_type ()->get_debug_string ()); in gcc_jit_block_end_with_return()
2207 func->get_debug_string (), in gcc_jit_block_end_with_void_return()
2208 func->get_return_type ()->get_debug_string ()); in gcc_jit_block_end_with_void_return()
2233 min_value->get_debug_string ()); in gcc_jit_context_new_case()
2236 max_value->get_debug_string ()); in gcc_jit_context_new_case()
2241 min_value->get_debug_string (), in gcc_jit_context_new_case()
2242 min_value->get_type ()->get_debug_string ()); in gcc_jit_context_new_case()
2247 max_value->get_debug_string (), in gcc_jit_context_new_case()
2248 max_value->get_type ()->get_debug_string ()); in gcc_jit_context_new_case()
2259 min_value->get_debug_string (), in gcc_jit_context_new_case()
2260 max_value->get_debug_string ()); in gcc_jit_context_new_case()
2306 switch_block->get_debug_string (), in valid_dest_for_switch()
2307 switch_fn->get_debug_string (), in valid_dest_for_switch()
2309 dest_block->get_debug_string (), in valid_dest_for_switch()
2310 dest_fn->get_debug_string ()); in valid_dest_for_switch()
2353 case_->get_min_value ()->get_debug_string (), in valid_case_for_switch()
2354 case_->get_min_value ()->get_type ()->get_debug_string (), in valid_case_for_switch()
2355 expr->get_debug_string (), in valid_case_for_switch()
2356 expr_type->get_debug_string ()); in valid_case_for_switch()
2368 case_->get_max_value ()->get_debug_string (), in valid_case_for_switch()
2369 case_->get_max_value ()->get_type ()->get_debug_string (), in valid_case_for_switch()
2370 expr->get_debug_string (), in valid_case_for_switch()
2371 expr_type->get_debug_string ()); in valid_case_for_switch()
2491 case_->get_debug_string (), in validate()
2492 other->get_debug_string ()); in validate()
2557 expr->get_debug_string (), in gcc_jit_block_end_with_switch()
2558 expr_type->get_debug_string ()); in gcc_jit_block_end_with_switch()
3046 rvalue->get_debug_string ()); in gcc_jit_rvalue_set_bool_require_tail_call()
3093 type->get_debug_string ()); in gcc_jit_type_get_vector()
3147 vec_type->get_debug_string ()); in gcc_jit_context_new_rvalue_from_vector()
3170 element_type->get_debug_string (), in gcc_jit_context_new_rvalue_from_vector()
3171 elements[i]->get_debug_string (), in gcc_jit_context_new_rvalue_from_vector()
3172 elements[i]->get_type ()->get_debug_string ()); in gcc_jit_context_new_rvalue_from_vector()