Lines Matching defs:ctxt
308 jit_error (gcc::jit::recording::context *ctxt, in jit_error()
352 gcc_jit_context *ctxt = new gcc_jit_context (NULL); in gcc_jit_context_acquire() local
362 gcc_jit_context_release (gcc_jit_context *ctxt) in gcc_jit_context_release()
367 delete ctxt; in gcc_jit_context_release() local
394 gcc_jit_context_new_location (gcc_jit_context *ctxt, in gcc_jit_context_new_location()
439 gcc_jit_context_get_type (gcc_jit_context *ctxt, in gcc_jit_context_get_type()
461 gcc_jit_context_get_int_type (gcc_jit_context *ctxt, in gcc_jit_context_get_int_type()
520 gcc_jit_context_new_array_type (gcc_jit_context *ctxt, in gcc_jit_context_new_array_type()
543 gcc_jit_context_new_field (gcc_jit_context *ctxt, in gcc_jit_context_new_field()
570 gcc_jit_context_new_bitfield (gcc_jit_context *ctxt, in gcc_jit_context_new_bitfield()
621 gcc_jit_context_new_struct_type (gcc_jit_context *ctxt, in gcc_jit_context_new_struct_type()
659 gcc_jit_context_new_opaque_struct (gcc_jit_context *ctxt, in gcc_jit_context_new_opaque_struct()
698 gcc::jit::recording::context *ctxt = struct_type->m_ctxt; in gcc_jit_struct_set_fields() local
735 gcc_jit_context_new_union_type (gcc_jit_context *ctxt, in gcc_jit_context_new_union_type()
773 gcc_jit_context_new_function_ptr_type (gcc_jit_context *ctxt, in gcc_jit_context_new_function_ptr_type()
809 gcc_jit_context_new_param (gcc_jit_context *ctxt, in gcc_jit_context_new_param()
871 gcc_jit_context_new_function (gcc_jit_context *ctxt, in gcc_jit_context_new_function()
952 gcc_jit_context_get_builtin_function (gcc_jit_context *ctxt, in gcc_jit_context_get_builtin_function()
986 gcc::jit::recording::context *ctxt = func->m_ctxt; in gcc_jit_function_get_param() local
1011 gcc::jit::recording::context *ctxt = func->m_ctxt; in gcc_jit_function_dump_to_dot() local
1073 gcc_jit_context_new_global (gcc_jit_context *ctxt, in gcc_jit_context_new_global()
1175 gcc_jit_context_new_rvalue_from_int (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_int()
1190 gcc_jit_context_new_rvalue_from_long (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_long()
1209 gcc_jit_context_zero (gcc_jit_context *ctxt, in gcc_jit_context_zero()
1226 gcc_jit_context_one (gcc_jit_context *ctxt, in gcc_jit_context_one()
1243 gcc_jit_context_new_rvalue_from_double (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_double()
1262 gcc_jit_context_new_rvalue_from_ptr (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_ptr()
1286 gcc_jit_context_null (gcc_jit_context *ctxt, in gcc_jit_context_null()
1308 gcc_jit_context_new_string_literal (gcc_jit_context *ctxt, in gcc_jit_context_new_string_literal()
1325 gcc_jit_context_new_unary_op (gcc_jit_context *ctxt, in gcc_jit_context_new_unary_op()
1371 gcc_jit_context_new_binary_op (gcc_jit_context *ctxt, in gcc_jit_context_new_binary_op()
1415 gcc_jit_context_new_comparison (gcc_jit_context *ctxt, in gcc_jit_context_new_comparison()
1451 gcc_jit_context_new_call (gcc_jit_context *ctxt, in gcc_jit_context_new_call()
1524 gcc_jit_context_new_call_through_ptr (gcc_jit_context *ctxt, in gcc_jit_context_new_call_through_ptr()
1654 gcc_jit_context_new_cast (gcc_jit_context *ctxt, in gcc_jit_context_new_cast()
1682 gcc_jit_context_new_array_access (gcc_jit_context *ctxt, in gcc_jit_context_new_array_access()
1748 gcc::jit::recording::context *ctxt = struct_->m_ctxt; in gcc_jit_lvalue_access_field() local
1780 gcc::jit::recording::context *ctxt = struct_->m_ctxt; in gcc_jit_rvalue_access_field() local
1900 gcc::jit::recording::context *ctxt = func->m_ctxt; in gcc_jit_function_new_local() local
1929 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_eval() local
1957 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_assignment() local
1998 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_assignment_op() local
2056 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_conditional() local
2110 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_comment() local
2130 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_jump() local
2160 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_return() local
2198 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_void_return() local
2220 gcc_jit_context_new_case (gcc_jit_context *ctxt, in gcc_jit_context_new_case()
2284 valid_dest_for_switch (gcc::jit::recording::context *ctxt, in valid_dest_for_switch()
2319 valid_case_for_switch (gcc::jit::recording::context *ctxt, in valid_case_for_switch()
2383 api_call_validator (gcc::jit::recording::context *ctxt, in api_call_validator()
2424 case_range_validator::case_range_validator (gcc::jit::recording::context *ctxt, in case_range_validator()
2547 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_end_with_switch() local
2600 gcc_jit_context_set_str_option (gcc_jit_context *ctxt, in gcc_jit_context_set_str_option()
2619 gcc_jit_context_set_int_option (gcc_jit_context *ctxt, in gcc_jit_context_set_int_option()
2637 gcc_jit_context_set_bool_option (gcc_jit_context *ctxt, in gcc_jit_context_set_bool_option()
2655 gcc_jit_context_set_bool_allow_unreachable_blocks (gcc_jit_context *ctxt, in gcc_jit_context_set_bool_allow_unreachable_blocks()
2672 gcc_jit_context_set_bool_use_external_driver (gcc_jit_context *ctxt, in gcc_jit_context_set_bool_use_external_driver()
2689 gcc_jit_context_add_command_line_option (gcc_jit_context *ctxt, in gcc_jit_context_add_command_line_option()
2708 gcc_jit_context_add_driver_option (gcc_jit_context *ctxt, in gcc_jit_context_add_driver_option()
2727 gcc_jit_context_enable_dump (gcc_jit_context *ctxt, in gcc_jit_context_enable_dump()
2746 gcc_jit_context_compile (gcc_jit_context *ctxt) in gcc_jit_context_compile()
2769 gcc_jit_context_compile_to_file (gcc_jit_context *ctxt, in gcc_jit_context_compile_to_file()
2798 gcc_jit_context_dump_to_file (gcc_jit_context *ctxt, in gcc_jit_context_dump_to_file()
2811 gcc_jit_context_set_logfile (gcc_jit_context *ctxt, in gcc_jit_context_set_logfile()
2836 gcc_jit_context_dump_reproducer_to_file (gcc_jit_context *ctxt, in gcc_jit_context_dump_reproducer_to_file()
2852 gcc_jit_context_get_first_error (gcc_jit_context *ctxt) in gcc_jit_context_get_first_error()
2867 gcc_jit_context_get_last_error (gcc_jit_context *ctxt) in gcc_jit_context_get_last_error()
2955 gcc_jit_context_set_timer (gcc_jit_context *ctxt, in gcc_jit_context_set_timer()
2967 gcc_jit_context_get_timer (gcc_jit_context *ctxt) in gcc_jit_context_get_timer()
3063 gcc::jit::recording::context *ctxt = type->m_ctxt; in gcc_jit_type_get_aligned() local
3086 gcc::jit::recording::context *ctxt = type->m_ctxt; in gcc_jit_type_get_vector() local
3115 gcc::jit::recording::context *ctxt = fn->m_ctxt; in gcc_jit_function_get_address() local
3130 gcc_jit_context_new_rvalue_from_vector (gcc_jit_context *ctxt, in gcc_jit_context_new_rvalue_from_vector()