Lines Matching defs:ctxt
321 jit_error (gcc::jit::recording::context *ctxt, in jit_error()
376 gcc_jit_context *ctxt = new gcc_jit_context (NULL); in gcc_jit_context_acquire() local
386 gcc_jit_context_release (gcc_jit_context *ctxt) in gcc_jit_context_release()
418 gcc_jit_context_new_location (gcc_jit_context *ctxt, in gcc_jit_context_new_location()
463 gcc_jit_context_get_type (gcc_jit_context *ctxt, in gcc_jit_context_get_type()
485 gcc_jit_context_get_int_type (gcc_jit_context *ctxt, in gcc_jit_context_get_int_type()
734 gcc::jit::recording::context *ctxt = function_type->m_ctxt; in gcc_jit_function_type_get_param_type() local
751 gcc_jit_context_new_array_type (gcc_jit_context *ctxt, in gcc_jit_context_new_array_type()
776 gcc_jit_context_new_field (gcc_jit_context *ctxt, in gcc_jit_context_new_field()
808 gcc_jit_context_new_bitfield (gcc_jit_context *ctxt, in gcc_jit_context_new_bitfield()
859 gcc_jit_context_new_struct_type (gcc_jit_context *ctxt, in gcc_jit_context_new_struct_type()
897 gcc_jit_context_new_opaque_struct (gcc_jit_context *ctxt, in gcc_jit_context_new_opaque_struct()
936 gcc::jit::recording::context *ctxt = struct_type->m_ctxt; in gcc_jit_struct_set_fields() local
1009 gcc_jit_context_new_union_type (gcc_jit_context *ctxt, in gcc_jit_context_new_union_type()
1047 gcc_jit_context_new_function_ptr_type (gcc_jit_context *ctxt, in gcc_jit_context_new_function_ptr_type()
1088 gcc_jit_context_new_param (gcc_jit_context *ctxt, in gcc_jit_context_new_param()
1153 gcc_jit_context_new_function (gcc_jit_context *ctxt, in gcc_jit_context_new_function()
1234 gcc_jit_context_get_builtin_function (gcc_jit_context *ctxt, in gcc_jit_context_get_builtin_function()
1268 gcc::jit::recording::context *ctxt = func->m_ctxt; in gcc_jit_function_get_param() local
1293 gcc::jit::recording::context *ctxt = func->m_ctxt; in gcc_jit_function_get_param_count() local
1322 gcc::jit::recording::context *ctxt = func->m_ctxt; in gcc_jit_function_dump_to_dot() local
1384 gcc_jit_context_new_global (gcc_jit_context *ctxt, in gcc_jit_context_new_global()
1417 gcc_jit_context_new_struct_constructor (gcc_jit_context *ctxt, in gcc_jit_context_new_struct_constructor()
1569 gcc_jit_context_new_union_constructor (gcc_jit_context *ctxt, in gcc_jit_context_new_union_constructor()
1656 gcc_jit_context_new_array_constructor (gcc_jit_context *ctxt, in gcc_jit_context_new_array_constructor()
1756 gcc::jit::recording::context *ctxt = global->get_context (); in gcc_jit_global_set_initializer_rvalue() local
1931 gcc_jit_context_new_rvalue_from_int (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_int()
1950 gcc_jit_context_new_rvalue_from_long (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_long()
1969 gcc_jit_context_zero (gcc_jit_context *ctxt, in gcc_jit_context_zero()
1986 gcc_jit_context_one (gcc_jit_context *ctxt, in gcc_jit_context_one()
2003 gcc_jit_context_new_rvalue_from_double (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_double()
2022 gcc_jit_context_new_rvalue_from_ptr (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_ptr()
2046 gcc_jit_context_null (gcc_jit_context *ctxt, in gcc_jit_context_null()
2068 gcc_jit_context_new_string_literal (gcc_jit_context *ctxt, in gcc_jit_context_new_string_literal()
2085 gcc_jit_context_new_unary_op (gcc_jit_context *ctxt, in gcc_jit_context_new_unary_op()
2131 gcc_jit_context_new_binary_op (gcc_jit_context *ctxt, in gcc_jit_context_new_binary_op()
2176 gcc_jit_context_new_comparison (gcc_jit_context *ctxt, in gcc_jit_context_new_comparison()
2212 gcc_jit_context_new_call (gcc_jit_context *ctxt, in gcc_jit_context_new_call()
2285 gcc_jit_context_new_call_through_ptr (gcc_jit_context *ctxt, in gcc_jit_context_new_call_through_ptr()
2415 gcc_jit_context_new_cast (gcc_jit_context *ctxt, in gcc_jit_context_new_cast()
2442 gcc_jit_context_new_bitcast (gcc_jit_context *ctxt, in gcc_jit_context_new_bitcast()
2465 gcc_jit_context_new_array_access (gcc_jit_context *ctxt, in gcc_jit_context_new_array_access()
2531 gcc::jit::recording::context *ctxt = struct_->m_ctxt; in gcc_jit_lvalue_access_field() local
2563 gcc::jit::recording::context *ctxt = struct_->m_ctxt; in gcc_jit_rvalue_access_field() local
2755 gcc::jit::recording::context *ctxt = func->m_ctxt; in gcc_jit_function_new_local() local
2789 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_eval() local
2817 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_assignment() local
2858 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_assignment_op() local
2916 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_conditional() local
2970 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_comment() local
2990 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_jump() local
3020 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_return() local
3058 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_void_return() local
3080 gcc_jit_context_new_case (gcc_jit_context *ctxt, in gcc_jit_context_new_case()
3144 valid_dest_for_switch (gcc::jit::recording::context *ctxt, in valid_dest_for_switch()
3179 valid_case_for_switch (gcc::jit::recording::context *ctxt, in valid_case_for_switch()
3243 api_call_validator (gcc::jit::recording::context *ctxt, in api_call_validator()
3284 case_range_validator::case_range_validator (gcc::jit::recording::context *ctxt, in case_range_validator()
3407 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_switch() local
3460 gcc_jit_context_set_str_option (gcc_jit_context *ctxt, in gcc_jit_context_set_str_option()
3479 gcc_jit_context_set_int_option (gcc_jit_context *ctxt, in gcc_jit_context_set_int_option()
3497 gcc_jit_context_set_bool_option (gcc_jit_context *ctxt, in gcc_jit_context_set_bool_option()
3515 gcc_jit_context_set_bool_allow_unreachable_blocks (gcc_jit_context *ctxt, in gcc_jit_context_set_bool_allow_unreachable_blocks()
3532 gcc_jit_context_set_bool_print_errors_to_stderr (gcc_jit_context *ctxt, in gcc_jit_context_set_bool_print_errors_to_stderr()
3549 gcc_jit_context_set_bool_use_external_driver (gcc_jit_context *ctxt, in gcc_jit_context_set_bool_use_external_driver()
3566 gcc_jit_context_add_command_line_option (gcc_jit_context *ctxt, in gcc_jit_context_add_command_line_option()
3585 gcc_jit_context_add_driver_option (gcc_jit_context *ctxt, in gcc_jit_context_add_driver_option()
3604 gcc_jit_context_enable_dump (gcc_jit_context *ctxt, in gcc_jit_context_enable_dump()
3623 gcc_jit_context_compile (gcc_jit_context *ctxt) in gcc_jit_context_compile()
3646 gcc_jit_context_compile_to_file (gcc_jit_context *ctxt, in gcc_jit_context_compile_to_file()
3675 gcc_jit_context_dump_to_file (gcc_jit_context *ctxt, in gcc_jit_context_dump_to_file()
3688 gcc_jit_context_set_logfile (gcc_jit_context *ctxt, in gcc_jit_context_set_logfile()
3713 gcc_jit_context_dump_reproducer_to_file (gcc_jit_context *ctxt, in gcc_jit_context_dump_reproducer_to_file()
3729 gcc_jit_context_get_first_error (gcc_jit_context *ctxt) in gcc_jit_context_get_first_error()
3744 gcc_jit_context_get_last_error (gcc_jit_context *ctxt) in gcc_jit_context_get_last_error()
3832 gcc_jit_context_set_timer (gcc_jit_context *ctxt, in gcc_jit_context_set_timer()
3844 gcc_jit_context_get_timer (gcc_jit_context *ctxt) in gcc_jit_context_get_timer()
3940 gcc::jit::recording::context *ctxt = type->m_ctxt; in gcc_jit_type_get_aligned() local
3964 gcc::jit::recording::context *ctxt = type->m_ctxt; in gcc_jit_type_get_vector() local
3993 gcc::jit::recording::context *ctxt = fn->m_ctxt; in gcc_jit_function_get_address() local
4008 gcc_jit_context_new_rvalue_from_vector (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_vector()
4119 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_extended_asm() local
4142 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_extended_asm_goto() local
4213 gcc::jit::recording::context *ctxt = ext_asm->get_context (); in gcc_jit_extended_asm_add_output_operand() local
4237 gcc::jit::recording::context *ctxt = ext_asm->get_context (); in gcc_jit_extended_asm_add_input_operand() local
4257 gcc::jit::recording::context *ctxt = ext_asm->get_context (); in gcc_jit_extended_asm_add_clobber() local
4271 gcc_jit_context_add_top_level_asm (gcc_jit_context *ctxt, in gcc_jit_context_add_top_level_asm()