HomeSort by: relevance | last modified time | path
    Searched refs:old_tree (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-format/
git-clang-format 160 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):
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):
514 '--name-only', old_tree,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc 3259 tree old_tree;
3261 old_tree = target_option_current_node;
3263 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (ix86_previous_fndecl);
3265 old_tree = target_option_default_node;
3269 if (old_tree != target_option_current_node)
3286 if (old_tree != new_tree || fp_flag_change)
  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 659 tree old_tree = DECL_FUNCTION_SPECIFIC_TARGET (*node); local
660 if (!old_tree)
661 old_tree = target_option_default_node;
664 if (old_tree != cur_tree)
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 640 tree old_tree = DECL_FUNCTION_SPECIFIC_TARGET (*node); local
641 if (!old_tree)
642 old_tree = target_option_default_node;
645 if (old_tree != cur_tree)
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru.cc 3110 tree old_tree = (pru_previous_fndecl
3121 if (old_tree == new_tree)
3131 else if (old_tree)
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru.cc 3057 tree old_tree = (pru_previous_fndecl
3068 if (old_tree == new_tree)
3078 else if (old_tree)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc 3628 tree old_tree;
3630 old_tree = target_option_current_node;
3632 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (ix86_previous_fndecl);
3634 old_tree = target_option_default_node;
3638 if (old_tree != target_option_current_node)
3655 if (old_tree != new_tree || fp_flag_change)
  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 2441 bin_tree_t *tree = NULL, *old_tree = NULL;
2528 old_tree = tree;
2531 old_tree = NULL;
2557 if (old_tree)
2558 tree = create_tree (dfa, old_tree, tree, CONCAT);
2432 bin_tree_t *tree = NULL, *old_tree = NULL; local
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 4420 tree old_tree = (nios2_previous_fndecl
4431 if (old_tree == new_tree)
4441 else if (old_tree)
4409 tree old_tree = (nios2_previous_fndecl local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 4414 tree old_tree = (nios2_previous_fndecl
4425 if (old_tree == new_tree)
4435 else if (old_tree)
4403 tree old_tree = (nios2_previous_fndecl local
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 7653 tree old_tree;
7655 old_tree = target_option_current_node;
7657 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (loongarch_previous_fndecl);
7659 old_tree = target_option_default_node;
7663 if (old_tree != target_option_current_node)
7679 if (new_tree == old_tree)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25042 tree old_tree;
25044 old_tree = target_option_current_node;
25046 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (rs6000_previous_fndecl);
25048 old_tree = target_option_default_node;
25053 if (old_tree != target_option_current_node)
25073 if (old_tree)
25076 debug_tree (old_tree);
25079 if (old_tree != NULL_TREE || new_tree != NULL_TREE)
25083 if (new_tree && old_tree != new_tree)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24590 tree old_tree;
24592 old_tree = target_option_current_node;
24594 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (rs6000_previous_fndecl);
24596 old_tree = target_option_default_node;
24601 if (old_tree != target_option_current_node)
24621 if (old_tree)
24624 debug_tree (old_tree);
24627 if (old_tree != NULL_TREE || new_tree != NULL_TREE)
24631 if (new_tree && old_tree != new_tree)
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16853 tree old_tree;
16855 old_tree = target_option_current_node;
16857 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (s390_previous_fndecl);
16859 old_tree = target_option_default_node;
16863 if (old_tree != target_option_current_node)
16872 if (old_tree != new_tree)
16852 tree old_tree; local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 16314 tree old_tree;
16316 old_tree = target_option_current_node;
16318 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (s390_previous_fndecl);
16320 old_tree = target_option_default_node;
16324 if (old_tree != target_option_current_node)
16333 if (old_tree != new_tree)
16313 tree old_tree; local
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.cc 9814 tree old_tree = (riscv_previous_fndecl
9822 if (!new_tree && old_tree)
9828 if (old_tree == new_tree)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 18636 tree old_tree = (aarch64_previous_fndecl
18644 if (!new_tree && old_tree)
18650 if (old_tree == new_tree)
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 33213 tree old_tree = (arm_previous_fndecl
33221 if (! new_tree && old_tree)
33227 if (old_tree == new_tree)
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 33711 tree old_tree = (arm_previous_fndecl
33719 if (! new_tree && old_tree)
33725 if (old_tree == new_tree)
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 19086 tree old_tree = aarch64_fndecl_options (aarch64_previous_fndecl);
19111 if (old_tree == new_tree

Completed in 258 milliseconds