tree             1348 maint/gnulib/lib/regcomp.c   bin_tree_t *op, *cls, *tree1, *tree;
tree             1366 maint/gnulib/lib/regcomp.c   tree = create_tree (dfa, op, tree1, CONCAT);
tree             1367 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL || tree1 == NULL
tree             1376 maint/gnulib/lib/regcomp.c   return tree;
tree             2121 maint/gnulib/lib/regcomp.c   bin_tree_t *tree, *eor, *root;
tree             2125 maint/gnulib/lib/regcomp.c   tree = parse_reg_exp (regexp, preg, &current_token, syntax, 0, err);
tree             2126 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2129 maint/gnulib/lib/regcomp.c   if (tree != NULL)
tree             2130 maint/gnulib/lib/regcomp.c     root = create_tree (dfa, tree, eor, CONCAT);
tree             2155 maint/gnulib/lib/regcomp.c   bin_tree_t *tree, *branch = NULL;
tree             2157 maint/gnulib/lib/regcomp.c   tree = parse_branch (regexp, preg, token, syntax, nest, err);
tree             2158 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2172 maint/gnulib/lib/regcomp.c 	      if (tree != NULL)
tree             2173 maint/gnulib/lib/regcomp.c 		postorder (tree, free_tree, NULL);
tree             2180 maint/gnulib/lib/regcomp.c       tree = create_tree (dfa, tree, branch, OP_ALT);
tree             2181 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2187 maint/gnulib/lib/regcomp.c   return tree;
tree             2203 maint/gnulib/lib/regcomp.c   bin_tree_t *tree, *expr;
tree             2205 maint/gnulib/lib/regcomp.c   tree = parse_expression (regexp, preg, token, syntax, nest, err);
tree             2206 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2215 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
tree             2216 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
tree             2219 maint/gnulib/lib/regcomp.c       if (tree != NULL && expr != NULL)
tree             2221 maint/gnulib/lib/regcomp.c 	  bin_tree_t *newtree = create_tree (dfa, tree, expr, CONCAT);
tree             2225 maint/gnulib/lib/regcomp.c 	      postorder (tree, free_tree, NULL);
tree             2229 maint/gnulib/lib/regcomp.c 	  tree = newtree;
tree             2231 maint/gnulib/lib/regcomp.c       else if (tree == NULL)
tree             2232 maint/gnulib/lib/regcomp.c 	tree = expr;
tree             2235 maint/gnulib/lib/regcomp.c   return tree;
tree             2249 maint/gnulib/lib/regcomp.c   bin_tree_t *tree;
tree             2253 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
tree             2254 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2268 maint/gnulib/lib/regcomp.c 	      tree = create_tree (dfa, tree, mbc_remain, CONCAT);
tree             2269 maint/gnulib/lib/regcomp.c 	      if (__glibc_unlikely (mbc_remain == NULL || tree == NULL))
tree             2280 maint/gnulib/lib/regcomp.c       tree = parse_sub_exp (regexp, preg, token, syntax, nest + 1, err);
tree             2281 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2286 maint/gnulib/lib/regcomp.c       tree = parse_bracket_exp (regexp, dfa, token, syntax, err);
tree             2287 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2298 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
tree             2299 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2344 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
tree             2345 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2374 maint/gnulib/lib/regcomp.c 	  tree = create_tree (dfa, tree_first, tree_last, OP_ALT);
tree             2376 maint/gnulib/lib/regcomp.c 				|| tree == NULL))
tree             2384 maint/gnulib/lib/regcomp.c 	  tree = create_token_tree (dfa, NULL, NULL, token);
tree             2385 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (tree == NULL))
tree             2396 maint/gnulib/lib/regcomp.c       return tree;
tree             2399 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
tree             2400 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2411 maint/gnulib/lib/regcomp.c       tree = build_charclass_op (dfa, regexp->trans,
tree             2415 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2421 maint/gnulib/lib/regcomp.c       tree = build_charclass_op (dfa, regexp->trans,
tree             2425 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2447 maint/gnulib/lib/regcomp.c       bin_tree_t *dup_tree = parse_dup_op (tree, regexp, dfa, token,
tree             2451 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
tree             2452 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
tree             2455 maint/gnulib/lib/regcomp.c       tree = dup_tree;
tree             2461 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
tree             2462 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
tree             2468 maint/gnulib/lib/regcomp.c   return tree;
tree             2483 maint/gnulib/lib/regcomp.c   bin_tree_t *tree;
tree             2491 maint/gnulib/lib/regcomp.c     tree = NULL;
tree             2494 maint/gnulib/lib/regcomp.c       tree = parse_reg_exp (regexp, preg, token, syntax, nest, err);
tree             2498 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
tree             2499 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
tree             2509 maint/gnulib/lib/regcomp.c   tree = create_tree (dfa, tree, NULL, SUBEXP);
tree             2510 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL))
tree             2515 maint/gnulib/lib/regcomp.c   tree->token.opr.idx = cur_nsub;
tree             2516 maint/gnulib/lib/regcomp.c   return tree;
tree             2525 maint/gnulib/lib/regcomp.c   bin_tree_t *tree = NULL, *old_tree = NULL;
tree             2605 maint/gnulib/lib/regcomp.c       tree = elem;
tree             2609 maint/gnulib/lib/regcomp.c 	  tree = create_tree (dfa, tree, elem, CONCAT);
tree             2610 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (elem == NULL || tree == NULL))
tree             2615 maint/gnulib/lib/regcomp.c 	return tree;
tree             2621 maint/gnulib/lib/regcomp.c       old_tree = tree;
tree             2632 maint/gnulib/lib/regcomp.c   tree = create_tree (dfa, elem, NULL,
tree             2634 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL))
tree             2644 maint/gnulib/lib/regcomp.c 	tree = create_tree (dfa, tree, elem, CONCAT);
tree             2645 maint/gnulib/lib/regcomp.c 	if (__glibc_unlikely (elem == NULL || tree == NULL))
tree             2648 maint/gnulib/lib/regcomp.c 	tree = create_tree (dfa, tree, NULL, OP_ALT);
tree             2649 maint/gnulib/lib/regcomp.c 	if (__glibc_unlikely (tree == NULL))
tree             2654 maint/gnulib/lib/regcomp.c     tree = create_tree (dfa, old_tree, tree, CONCAT);
tree             2656 maint/gnulib/lib/regcomp.c   return tree;
tree             3657 maint/gnulib/lib/regcomp.c   bin_tree_t *tree;
tree             3708 maint/gnulib/lib/regcomp.c   tree = create_token_tree (dfa, NULL, NULL, &br_token);
tree             3709 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL))
tree             3724 maint/gnulib/lib/regcomp.c       tree = create_tree (dfa, tree, mbc_tree, OP_ALT);
tree             3726 maint/gnulib/lib/regcomp.c 	return tree;
tree             3731 maint/gnulib/lib/regcomp.c       return tree;
tree             3734 maint/gnulib/lib/regcomp.c   return tree;
tree             3806 maint/gnulib/lib/regcomp.c   bin_tree_t *tree;
tree             3817 maint/gnulib/lib/regcomp.c   tree = &dfa->str_tree_storage->data[dfa->str_tree_storage_idx++];
tree             3819 maint/gnulib/lib/regcomp.c   tree->parent = NULL;
tree             3820 maint/gnulib/lib/regcomp.c   tree->left = left;
tree             3821 maint/gnulib/lib/regcomp.c   tree->right = right;
tree             3822 maint/gnulib/lib/regcomp.c   tree->token = *token;
tree             3823 maint/gnulib/lib/regcomp.c   tree->token.duplicated = 0;
tree             3824 maint/gnulib/lib/regcomp.c   tree->token.opt_subexp = 0;
tree             3825 maint/gnulib/lib/regcomp.c   tree->first = NULL;
tree             3826 maint/gnulib/lib/regcomp.c   tree->next = NULL;
tree             3827 maint/gnulib/lib/regcomp.c   tree->node_idx = -1;
tree             3830 maint/gnulib/lib/regcomp.c     left->parent = tree;
tree             3832 maint/gnulib/lib/regcomp.c     right->parent = tree;
tree             3833 maint/gnulib/lib/regcomp.c   return tree;