Searched refs:ref_name (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | git_repository.py | 32 def parse_git_revisions(repo_path, revisions, ref_name=None): argument 77 ref_name=ref_name)
|
H A D | git_update_version.py | 84 def update_current_branch(ref_name): argument 107 % (commit.hexsha, head.hexsha), ref_name)
|
H A D | git_commit.py | 295 def __init__(self, info, commit_to_info_hook=None, ref_name=None): argument 309 self.init_changelog_locations(ref_name) 421 def init_changelog_locations(self, ref_name): argument 423 if ref_name: 425 if 'releases/gcc-' in ref_name: 426 version = int(ref_name.split('-')[-1])
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | git_repository.py | 32 def parse_git_revisions(repo_path, revisions, ref_name=None): argument 77 ref_name=ref_name)
|
H A D | git_update_version.py | 86 def update_current_branch(ref_name): argument 109 % (commit.hexsha, head.hexsha), ref_name)
|
H A D | git_commit.py | 295 def __init__(self, info, commit_to_info_hook=None, ref_name=None): argument 309 self.init_changelog_locations(ref_name) 421 def init_changelog_locations(self, ref_name): argument 423 if ref_name: 425 if 'releases/gcc-' in ref_name: 426 version = int(ref_name.split('-')[-1])
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | xref.c | 222 char *ref_name; in cm_xref() local 227 ref_name = arg3; in cm_xref() 229 ref_name = arg1; in cm_xref() 232 ref_name = arg2; in cm_xref() 276 execute_string ("%s",ref_name); in cm_xref() 281 execute_string ("%s:", ref_name); in cm_xref()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2asm.c | 928 char *ref_name = XALLOCAVEC (char, strlen (str) + sizeof "DW.ref."); in dw2_force_const_mem() local 930 sprintf (ref_name, "DW.ref.%s", str); in dw2_force_const_mem() 931 gcc_assert (!maybe_get_identifier (ref_name)); in dw2_force_const_mem() 932 decl_id = get_identifier (ref_name); in dw2_force_const_mem()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2asm.cc | 974 char *ref_name = XALLOCAVEC (char, strlen (str) + sizeof "DW.ref."); in dw2_force_const_mem() local 976 sprintf (ref_name, "DW.ref.%s", str); in dw2_force_const_mem() 977 gcc_assert (!maybe_get_identifier (ref_name)); in dw2_force_const_mem() 978 decl_id = get_identifier (ref_name); in dw2_force_const_mem()
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | ChangeLog | 401 * gcc-changelog/git_update_version.py: Pass ref_name to 422 based on ref_name.
|