Searched refs:root1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-copyrename.c116 tree root1, root2; local
144 root1 = SSA_NAME_VAR (rep1);
147 ann1 = var_ann (root1);
168 if (root1 == root2)
177 if (TREE_CODE (root1) == PARM_DECL && TREE_CODE (root2) == PARM_DECL)
184 if ((TREE_CODE (root1) == RESULT_DECL) != (TREE_CODE (root2) == RESULT_DECL))
191 ign1 = TREE_CODE (root1) == VAR_DECL && DECL_IGNORED_P (root1);
200 else if (DECL_FROM_INLINE (root1))
222 if (default_def (root1))
270 replace_ssa_name_symbol (partition_to_var (map, p3), root1); local
[all...]
/freebsd-9.3-release/contrib/mtree/
H A Dspecspec.c264 NODE *root1, *root2; local
266 root1 = spec(fi);
268 rval = walk_in_the_forest(root1, root2, "");
269 rval += compare_nodes(root1, root2, "");
/freebsd-9.3-release/usr.sbin/mtree/
H A Dspecspec.c247 NODE *root1, *root2; local
249 root1 = mtree_readspec(fi);
251 rval = walk_in_the_forest(root1, root2, "");
252 rval += compare_nodes(root1, root2, "");
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh27310 CVSROOT1_DIRNAME=${TESTDIR}/root1
27322 # create some directories in root1
27499 RCS file: ${TESTDIR}/root1/mod1-1/file1-1,v
27507 RCS file: ${TESTDIR}/root1/mod1-2/file1-2,v
27534 RCS file: ${TESTDIR}/root1/mod1-1/file1-1,v
27542 RCS file: ${TESTDIR}/root1/mod1-2/file1-2,v
27574 ${TESTDIR}/root1/mod1-1/file1-1,v <-- file1-1
27578 ${TESTDIR}/root1/mod1-2/file1-2,v <-- file1-2
28437 rm -rf root1 root2
28443 CVSROOT1_DIRNAME=${TESTDIR}/root1
[all...]

Completed in 143 milliseconds