HomeSort by relevance Sort by last modified time
    Searched refs:old_tree (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/clang-format/
git-clang-format 143 old_tree = create_tree_from_workdir(changed_lines)
148 print 'old tree:', old_tree
150 if old_tree == new_tree:
154 print_diff(old_tree, new_tree)
156 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
415 def print_diff(old_tree, new_tree):
420 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--'])
423 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
428 changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only', old_tree,
445 with temporary_index_file(old_tree)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 182 tree old_tree; variable
185 /* Parameter number to replace, when old_tree is NULL. */
189 /* True when we replace a reference to old_tree. */
    [all...]

Completed in 42 milliseconds