Home
last modified time | relevance | path

Searched refs:old_tree (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dgit-clang-format160 old_tree = commits[1]
166 old_tree = create_tree_from_workdir(changed_lines)
171 print('old tree: %s' % old_tree)
173 if old_tree == new_tree:
177 print_diff(old_tree, new_tree)
179 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
495 def print_diff(old_tree, new_tree): argument
504 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
508 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
514 '--name-only', old_tree,
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-options.cc3249 tree old_tree; in ix86_set_current_function() local
3251 old_tree = target_option_current_node; in ix86_set_current_function()
3253 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (ix86_previous_fndecl); in ix86_set_current_function()
3255 old_tree = target_option_default_node; in ix86_set_current_function()
3259 if (old_tree != target_option_current_node) in ix86_set_current_function()
3276 if (old_tree != new_tree || fp_flag_change) in ix86_set_current_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-options.c3188 tree old_tree; in ix86_set_current_function() local
3190 old_tree = target_option_current_node; in ix86_set_current_function()
3192 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (ix86_previous_fndecl); in ix86_set_current_function()
3194 old_tree = target_option_default_node; in ix86_set_current_function()
3198 if (old_tree != target_option_current_node) in ix86_set_current_function()
3210 if (old_tree != new_tree) in ix86_set_current_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc640 tree old_tree = DECL_FUNCTION_SPECIFIC_TARGET (*node); in decl_attributes() local
641 if (!old_tree) in decl_attributes()
642 old_tree = target_option_default_node; in decl_attributes()
645 if (old_tree != cur_tree) in decl_attributes()
H A DChangeLog-201913888 * cgraph.h (ipa_replace_map): Removed fields old_tree, replace_p
13929 * tree-inline.c (update_clone_info): Do not remap old_tree.
H A DChangeLog-201325074 old_tree in the map.
25076 * lto-cgraph.c (output_node_opt_summary): Do not translate old_tree
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.c2884 tree old_tree = (pru_previous_fndecl in pru_set_current_function() local
2895 if (old_tree == new_tree) in pru_set_current_function()
2905 else if (old_tree) in pru_set_current_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.cc3044 tree old_tree = (pru_previous_fndecl in pru_set_current_function() local
3055 if (old_tree == new_tree) in pru_set_current_function()
3065 else if (old_tree) in pru_set_current_function()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c2432 bin_tree_t *tree = NULL, *old_tree = NULL; in parse_dup_op() local
2519 old_tree = tree; in parse_dup_op()
2522 old_tree = NULL; in parse_dup_op()
2548 if (old_tree) in parse_dup_op()
2549 tree = create_tree (dfa, old_tree, tree, CONCAT); in parse_dup_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c6303 tree old_tree = parm; in tree_function_versioning() local
6327 old_tree = NULL; in tree_function_versioning()
6331 if (old_tree) in tree_function_versioning()
6333 init = setup_one_parameter (&id, old_tree, replace_info->new_tree, in tree_function_versioning()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c4368 tree old_tree = (nios2_previous_fndecl in nios2_set_current_function() local
4379 if (old_tree == new_tree) in nios2_set_current_function()
4389 else if (old_tree) in nios2_set_current_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc4403 tree old_tree = (nios2_previous_fndecl in nios2_set_current_function() local
4414 if (old_tree == new_tree) in nios2_set_current_function()
4424 else if (old_tree) in nios2_set_current_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24527 tree old_tree; in rs6000_set_current_function() local
24529 old_tree = target_option_current_node; in rs6000_set_current_function()
24531 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (rs6000_previous_fndecl); in rs6000_set_current_function()
24533 old_tree = target_option_default_node; in rs6000_set_current_function()
24538 if (old_tree != target_option_current_node) in rs6000_set_current_function()
24558 if (old_tree) in rs6000_set_current_function()
24561 debug_tree (old_tree); in rs6000_set_current_function()
24564 if (old_tree != NULL_TREE || new_tree != NULL_TREE) in rs6000_set_current_function()
24568 if (new_tree && old_tree != new_tree) in rs6000_set_current_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c23842 tree old_tree; in rs6000_set_current_function() local
23844 old_tree = target_option_current_node; in rs6000_set_current_function()
23846 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (rs6000_previous_fndecl); in rs6000_set_current_function()
23848 old_tree = target_option_default_node; in rs6000_set_current_function()
23853 if (old_tree != target_option_current_node) in rs6000_set_current_function()
23873 if (old_tree) in rs6000_set_current_function()
23876 debug_tree (old_tree); in rs6000_set_current_function()
23879 if (old_tree != NULL_TREE || new_tree != NULL_TREE) in rs6000_set_current_function()
23883 if (new_tree && old_tree != new_tree) in rs6000_set_current_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c15984 tree old_tree; in s390_set_current_function() local
15986 old_tree = target_option_current_node; in s390_set_current_function()
15988 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (s390_previous_fndecl); in s390_set_current_function()
15990 old_tree = target_option_default_node; in s390_set_current_function()
15994 if (old_tree != target_option_current_node) in s390_set_current_function()
16003 if (old_tree != new_tree) in s390_set_current_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc16316 tree old_tree; in s390_set_current_function() local
16318 old_tree = target_option_current_node; in s390_set_current_function()
16320 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (s390_previous_fndecl); in s390_set_current_function()
16322 old_tree = target_option_default_node; in s390_set_current_function()
16326 if (old_tree != target_option_current_node) in s390_set_current_function()
16335 if (old_tree != new_tree) in s390_set_current_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c15527 tree old_tree = (aarch64_previous_fndecl in aarch64_set_current_function() local
15535 if (!new_tree && old_tree) in aarch64_set_current_function()
15541 if (old_tree == new_tree) in aarch64_set_current_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc18620 tree old_tree = (aarch64_previous_fndecl in aarch64_set_current_function() local
18628 if (!new_tree && old_tree) in aarch64_set_current_function()
18634 if (old_tree == new_tree) in aarch64_set_current_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c32412 tree old_tree = (arm_previous_fndecl in arm_set_current_function() local
32420 if (! new_tree && old_tree) in arm_set_current_function()
32426 if (old_tree == new_tree) in arm_set_current_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc33183 tree old_tree = (arm_previous_fndecl in arm_set_current_function() local
33191 if (! new_tree && old_tree) in arm_set_current_function()
33197 if (old_tree == new_tree) in arm_set_current_function()