Home
last modified time | relevance | path

Searched refs:Adjust (Results 1 – 25 of 202) sorted by relevance

123456789

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DPointer.h138 unsigned Adjust; in expand() local
140 Adjust = sizeof(InitMap *); in expand()
142 Adjust = sizeof(InlineDescriptor); in expand()
143 return Pointer(Pointee, Base, Base + getSize() + Adjust); in expand()
218 unsigned Adjust = 0; in getOffset() local
221 Adjust = sizeof(InlineDescriptor); in getOffset()
223 Adjust = sizeof(InitMap *); in getOffset()
225 return Offset - Base - Adjust; in getOffset()
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-2003312 (write_expression): Adjust write_mangled_name call.
327 (cp_parser_condition): Adjust call to cp_parser_declarator.
328 (cp_parser_template_parameter): Adjust call to
332 (cp_parser_explicit_instantiation): Adjust call to
337 (cp_parser_direct_declarator): Adjust call to
339 (cp_parser_type_id): Adjust call to cp_parser_declarator.
346 (cp_parser_exception_declaration): Adjust call to
364 (THUNK_ALIAS): Adjust.
367 (dump_thunk): Adjust THUNK_ALIAS printing.
368 (build_vtbl_initializer): Adjust THUNK_ALIAS use.
[all …]
H A DChangeLog-2000284 unsigned_ptrdiff_type_node. Adjust position of call to
345 (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
348 * typeck.c (get_delta_difference): Adjust handling of virtual
528 (CP_TYPE_QUALS): Adjust definition.
612 TS_* flags with corresponding TFF_*. Adjust prototypes of
623 context_as_string): Adjust prototype.
740 (build_base_field): Adjust to handle new representation of empty
766 Adjust call to c_common_nodes_and_builtins. Use std_identifier.
926 output_buffer-based formatting. Adjust calls to removed macros.
979 (DECL_FRIEND_CONTEXT): Adjust accordingly.
[all …]
H A DChangeLog-200416 * decl.c (get_scope_of_declarator): Adjust accordingly.
22 * name-lookup.h (do_class_using_decl): Adjust declaration.
25 (cp_parser_using_declaration): Adjust call to do_class_using_decl.
26 (cp_parser_direct_declarator): Adjust to handle the fact that
31 (cp_parser_member_declaration): Adjust call to make_id_declarator.
361 * rtti.c (init_rtti_processing): Adjust node creation.
465 (cp_parser_explicit_instantiation): Adjust call to
484 * friend.c (make_friend_class): Adjust call to make_typename_type.
486 (cp_parser_primary_expression): Adjust call to
488 (cp_parser_unqualified_id): Adjust calls to cp_parser_class_name.
[all …]
H A DChangeLog-2001199 * decl.c (grokfndecl): Reformat. Adjust call to
213 (tsubst_decl): Adjust grok_op_properties call.
292 * Make-lang.in (parse.c): Adjust expected conflict count.
352 * cvt.c (build_up_reference): Adjust comment.
526 (expand_member_init): Adjust comment to reflect reality. Simplify
615 * tree.c (cp_copy_res_decl_for_inlining): Adjust
678 NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
837 (remap_save_expr): Adjust prototype so that the declaration
906 (init_error): Adjust to match.
996 (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
[all …]
H A DChangeLog-200232 (cp_parser_template_name): Adjust call to cp_parser_lookup_name.
36 (cp_parser_lookup_name_simple): Adjust call to
76 (begin_if_stmt): Adjust.
106 (cp_parser_class_specifier): Adjust call to
109 (cp_parser_late_parsing_for_member): Adjust call to
138 * decl2.c (build_expr_from_tree): Adjust call to do_identifier.
173 fixed offset here. Adjust finish_thunk call.
174 (build_vtbl_initializer): Adjust finish_thunk calls.
176 (mangle_thunk): Adjust.
177 * method.c (make_thunk): Adjust.
[all …]
H A DChangeLog-199944 * cp-tree.h (lang_type): Add nearly_empty_p. Adjust dummy.
292 (lookup_using_namespace): Adjust.
451 (generate_ctor_or_dtor_function): Adjust accordingly.
503 (spew.o, lex.o, decl.o, decl2.o, typeck2.o, typeck.o): Adjust.
640 (build_vec_init): Adjust invocations.
647 * decl.c (grokdeclarator): Adjust calls to grok_method_quals.
697 * cvt.c (build_up_reference): Adjust calls to cp_finish_decl.
720 (start_method): Adjust call to cp_finish_decl.
744 * parse.y (condition): Adjust call to cp_finish_decl.
753 (instantiate_class_template): Adjust call to
[all …]
H A DChangeLog10 (type_unification_real): Adjust accordingly.
40 * typeck.c (type_after_usual_arithmetic_conversions): Adjust, as
42 * init.c (build_zero_init): Adjust, as
518 * decl.c (xref_basetypes): Adjust definition. Return false
651 (cp_parser_block_declaration): Adjust calls to
683 * cp-tree.h (redeclare_class_template): Adjust declaration
694 Adjust comment. Return false if a specialization
758 Reorganize. Adjust comment.
759 (cp_parser_template_declaration_after_export): Adjust call.
863 (init_repo): Adjust caller.
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp148 int64_t Adjust = Offset & 0x3; in visitLoadInst() local
149 if (Adjust == 0) { in visitLoadInst()
169 Offset - Adjust), in visitLoadInst()
175 unsigned ShAmt = Adjust * 8; in visitLoadInst()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog535 (instantiate_type): Adjust accordingly.
706 (most_specialized_class): Adjust calls to more_specialized_class.
707 * cp-tree.h (more_specialized_class): Adjust declaration.
769 (lookup_base): Adjust call to lookup_base_r.
1302 (lookup_field_r): Adjust call to lookup_field_1.
1339 * semantics.c (genrtl_named_return_value): Adjust calls to
1494 (LOCAL_BINDING_P): Adjust definition.
1505 (binding_for_name): Adjust return type.
1506 (qualified_lookup_using_namespace): Adjust prototype.
1507 (lookup_using_namespace): Adjust prototype.
[all …]
H A DChangeLog.244 * cp-tree.h (lang_type): Add nearly_empty_p. Adjust dummy.
292 (lookup_using_namespace): Adjust.
451 (generate_ctor_or_dtor_function): Adjust accordingly.
503 (spew.o, lex.o, decl.o, decl2.o, typeck2.o, typeck.o): Adjust.
640 (build_vec_init): Adjust invocations.
647 * decl.c (grokdeclarator): Adjust calls to grok_method_quals.
697 * cvt.c (build_up_reference): Adjust calls to cp_finish_decl.
720 (start_method): Adjust call to cp_finish_decl.
744 * parse.y (condition): Adjust call to cp_finish_decl.
753 (instantiate_class_template): Adjust call to
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog12 entry. Add statement_union_type entry. Adjust all users.
14 Adjust all users.
16 output_statement_newfunc. Adjust all users.
18 output_statement_table_init. Adjust all users.
20 output_statement_table_free. Adjust all users.
25 (stat_needed, try_needed): Adjust.
132 * genscripts.sh: Adjust for extra parameter.
151 (print_statement): Adjust call to print_input_section.
196 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog214 (frv_pic_relocs_info_find): Add insert argument. Adjust all
221 (_frv_add_dyn_reloc): Add entry argument. Adjust all callers.
224 (_frv_emit_got_relocs_plt_entries): Adjust for coding standards.
248 (elfNN_ia64_check_relocs): Adjust call to count_dyn_reloc.
345 (elf_link_sort_cmp2): Adjust.
350 vs. section_from_elf_index. Adjust Elf_External_Sym pointer
351 arithmetic. Pass bed to elf_link_flush_output_syms. Adjust
354 (elf_link_output_sym): Adjust Elf_External_Sym pointer arithmentic.
359 Adjust Elf_External_Sym pointer arithmetic. Use bed swap_symbol_out.
370 (elf_gc_allocate_got_offsets): Adjust.
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog49 (relax_seg, write_object_file): Adjust.
216 (m68k_archs, m68k_extensions): Adjust.
217 (m68k_cpus): Reorder to be in cpu number order. Adjust.
221 (mri_chip): Adjust.
223 (s_save, s_restore): Adjust.
225 (m68k_init_arch): Adjust.
226 (md_show_usage): Adjust for new cpu table organization.
247 (bfin_gen_ldstidxi): Adjust to match the trees that the parser gives
384 (md_show_usage): Adjust extension display.
385 (m68k_elf_final_processing): Adjust.
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/Encode/
H A D_T.e2x2 # Adjust the number here!
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-2004510 (elf_link_output_extsym): Adjust for default symbol version.
514 * mmo.c: Adjust to ISO C.
522 (mmo_canonicalize_symtab): Adjust absolute symbols to .data
774 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Adjust
787 (_bfd_elf_write_section_eh_frame): Adjust offset and new_offset for
952 ASM_EXPAND relocations that can be optimized. Adjust r_reloc_init
955 (collect_source_relocs): Use bfd_get_section_limit. Adjust calls to
960 CONST16 instructions. Adjust calls to r_reloc_init and
980 PC-relative relocations. Adjust call to pcrel_reloc_fits.
1432 (ppc_build_one_stub): Emit relocs for long branch stubs. Adjust
[all …]
H A DChangeLog189 (move_shared_literal): Adjust call to check_section_ebb_pcrels_fit.
645 (bfd_hash_table_init, bfd_hash_table_init_n): Adjust prototype.
650 * aoutx.h: Adjust all hash_table_init functions and calls.
833 New. Adjust other variants.
836 * cpu-m68k.c: Adjust.
838 * elf32-m68k.c (elf32_m68k_object_p): Adjust.
839 (elf32_m68k_merge_private_bfd_data): Adjust. Correct isa-a/b
841 (elf32_m68k_print_private_bfd_data): Adjust.
842 * ieee.c (ieee_write_processor): Adjust.
1022 (m32c_elf_relax_delete_bytes): Adjust for internal syms. Fix up
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/
H A DChangeLog25 EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B, EF_M68K_ISA_C): Adjust.
28 (EF_M68K_MAC, EF_M68K_EMAC, EF_M68K_FLOAT): Adjust.
177 * x86-64.h (elf_x86_64_reloc_type): Adjust comment for
220 R_PPC_RELAX32PC_PLT) Adjust.
324 (R_PPC_RELAX32, R_PPC_RELAX32PC): Adjust value.
452 (EF_FRV_PIC_FLAGS): Adjust.
/openbsd-src/gnu/gcc/gcc/objcp/
H A DChangeLog15 * objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
91 * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
/openbsd-src/gnu/usr.bin/binutils/include/elf/
H A DChangeLog21 (EF_FRV_PIC_FLAGS): Adjust.
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog124 * ldlang.c (lang_output_section_statement_lookup): Adjust
127 VMA. Adjust error message. Fold data statement's expr.
285 (lang_enter_overlay_section): Adjust
303 * ldgram.y: Adjust ldfile_set_output_arch call.
/openbsd-src/gnu/gcc/gcc/treelang/
H A DChangeLog146 * parse.y: Adjust warning() callers.
379 * treelang/treetree.c (treelang_init_decl_processing): Adjust
627 tree_code_output_expression_statement): Adjust emit_line_note
646 * treetree.c (tree_code_create_function_wrapup): Adjust
661 * treetree.c (tree_code_create_function_initial): Adjust
733 (update_lineno_charno): Adjust.
734 (dump_lex_value): Adjust.
736 if_statement, return, function_invocation, variable_ref): Adjust.
737 (print_token, yyerror, ensure_not_void): Adjust.
740 (lookup_tree_name): Adjust.
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog102 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
120 (display_debug_lines): Adjust for above.
143 * readelf.c (get_machine_flags): Adjust.
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DM68k.def27 ELF_RELOC(R_68K_RELATIVE, 22) /* Adjust by program base */
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A DChangeLog215 completers now require PA 1.1. Adjust whitespace.
249 * arm.h: Adjust comments for ARM_EXT_V4T and ARM_EXT_V5T.
391 distinction. Adjust a few others for Intel mode. Remove *FP uses from
393 movsx, movzx, and movd. Adjust floating point operations for the above
440 * i386.h: Adjust instruction descriptions to better match the

123456789