Home
last modified time | relevance | path

Searched refs:left_tree (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py129 left_tree, right_tree = dir_trees[0], dir_trees[1]
133 if left_tree[1] is None and right_tree[1] is None:
135 [os.path.join(left_base, left_tree[0]),
138 if left_tree[1] is None and right_tree[1] is not None:
139 printFileVsDir(os.path.join(left_base, left_tree[0]),
143 if left_tree[1] is not None and right_tree[1] is None:
144 printDirVsFile(os.path.join(left_base, left_tree[0]),
150 left_names = [node[0] for node in left_tree[1]]
157 printOnlyIn(left_base, left_tree[0], left_names[l])
165 [left_tree[1][l], right_tree[1][r]],
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c1861 tree left_tree; in ffecom_call_binop_() local
1869 left_tree = ffecom_arg_ptr_to_expr (left, &left_length); in ffecom_call_binop_()
1875 left_tree = ffecom_arg_expr (left, &left_length); in ffecom_call_binop_()
1880 left_tree = build_tree_list (NULL_TREE, left_tree); in ffecom_call_binop_()
1882 TREE_CHAIN (left_tree) = right_tree; in ffecom_call_binop_()
1899 return ffecom_call_ (fn, kt, is_f2c_complex, type, left_tree, in ffecom_call_binop_()
3666 tree left_tree; in ffecom_expr_() local
3688 left_tree = ffecom_arg_ptr_to_expr (left, &left_length); in ffecom_expr_()
3691 if (left_tree == error_mark_node || left_length == error_mark_node in ffecom_expr_()
3699 left_tree in ffecom_expr_()
[all …]