tree             1310 maint/gnulib/lib/regcomp.c   bin_tree_t *op, *cls, *tree1, *tree;
tree             1328 maint/gnulib/lib/regcomp.c   tree = create_tree (dfa, op, tree1, CONCAT);
tree             1329 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL || tree1 == NULL
tree             1338 maint/gnulib/lib/regcomp.c   return tree;
tree             2075 maint/gnulib/lib/regcomp.c   bin_tree_t *tree, *eor, *root;
tree             2079 maint/gnulib/lib/regcomp.c   tree = parse_reg_exp (regexp, preg, &current_token, syntax, 0, err);
tree             2080 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2083 maint/gnulib/lib/regcomp.c   if (tree != NULL)
tree             2084 maint/gnulib/lib/regcomp.c     root = create_tree (dfa, tree, eor, CONCAT);
tree             2109 maint/gnulib/lib/regcomp.c   bin_tree_t *tree, *branch = NULL;
tree             2111 maint/gnulib/lib/regcomp.c   tree = parse_branch (regexp, preg, token, syntax, nest, err);
tree             2112 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2126 maint/gnulib/lib/regcomp.c 	      if (tree != NULL)
tree             2127 maint/gnulib/lib/regcomp.c 		postorder (tree, free_tree, NULL);
tree             2134 maint/gnulib/lib/regcomp.c       tree = create_tree (dfa, tree, branch, OP_ALT);
tree             2135 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2141 maint/gnulib/lib/regcomp.c   return tree;
tree             2157 maint/gnulib/lib/regcomp.c   bin_tree_t *tree, *expr;
tree             2159 maint/gnulib/lib/regcomp.c   tree = parse_expression (regexp, preg, token, syntax, nest, err);
tree             2160 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2169 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
tree             2170 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
tree             2173 maint/gnulib/lib/regcomp.c       if (tree != NULL && expr != NULL)
tree             2175 maint/gnulib/lib/regcomp.c 	  bin_tree_t *newtree = create_tree (dfa, tree, expr, CONCAT);
tree             2179 maint/gnulib/lib/regcomp.c 	      postorder (tree, free_tree, NULL);
tree             2183 maint/gnulib/lib/regcomp.c 	  tree = newtree;
tree             2185 maint/gnulib/lib/regcomp.c       else if (tree == NULL)
tree             2186 maint/gnulib/lib/regcomp.c 	tree = expr;
tree             2189 maint/gnulib/lib/regcomp.c   return tree;
tree             2203 maint/gnulib/lib/regcomp.c   bin_tree_t *tree;
tree             2207 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
tree             2208 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2221 maint/gnulib/lib/regcomp.c 	      tree = create_tree (dfa, tree, mbc_remain, CONCAT);
tree             2222 maint/gnulib/lib/regcomp.c 	      if (__glibc_unlikely (mbc_remain == NULL || tree == NULL))
tree             2232 maint/gnulib/lib/regcomp.c       tree = parse_sub_exp (regexp, preg, token, syntax, nest + 1, err);
tree             2233 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2238 maint/gnulib/lib/regcomp.c       tree = parse_bracket_exp (regexp, dfa, token, syntax, err);
tree             2239 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2250 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
tree             2251 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2296 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
tree             2297 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2326 maint/gnulib/lib/regcomp.c 	  tree = create_tree (dfa, tree_first, tree_last, OP_ALT);
tree             2328 maint/gnulib/lib/regcomp.c 				|| tree == NULL))
tree             2336 maint/gnulib/lib/regcomp.c 	  tree = create_token_tree (dfa, NULL, NULL, token);
tree             2337 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (tree == NULL))
tree             2348 maint/gnulib/lib/regcomp.c       return tree;
tree             2351 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
tree             2352 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
tree             2363 maint/gnulib/lib/regcomp.c       tree = build_charclass_op (dfa, regexp->trans,
tree             2367 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2373 maint/gnulib/lib/regcomp.c       tree = build_charclass_op (dfa, regexp->trans,
tree             2377 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
tree             2399 maint/gnulib/lib/regcomp.c       bin_tree_t *dup_tree = parse_dup_op (tree, regexp, dfa, token,
tree             2403 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
tree             2404 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
tree             2407 maint/gnulib/lib/regcomp.c       tree = dup_tree;
tree             2413 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
tree             2414 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
tree             2420 maint/gnulib/lib/regcomp.c   return tree;
tree             2435 maint/gnulib/lib/regcomp.c   bin_tree_t *tree;
tree             2443 maint/gnulib/lib/regcomp.c     tree = NULL;
tree             2446 maint/gnulib/lib/regcomp.c       tree = parse_reg_exp (regexp, preg, token, syntax, nest, err);
tree             2450 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
tree             2451 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
tree             2461 maint/gnulib/lib/regcomp.c   tree = create_tree (dfa, tree, NULL, SUBEXP);
tree             2462 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL))
tree             2467 maint/gnulib/lib/regcomp.c   tree->token.opr.idx = cur_nsub;
tree             2468 maint/gnulib/lib/regcomp.c   return tree;
tree             2477 maint/gnulib/lib/regcomp.c   bin_tree_t *tree = NULL, *old_tree = NULL;
tree             2557 maint/gnulib/lib/regcomp.c       tree = elem;
tree             2561 maint/gnulib/lib/regcomp.c 	  tree = create_tree (dfa, tree, elem, CONCAT);
tree             2562 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (elem == NULL || tree == NULL))
tree             2567 maint/gnulib/lib/regcomp.c 	return tree;
tree             2573 maint/gnulib/lib/regcomp.c       old_tree = tree;
tree             2584 maint/gnulib/lib/regcomp.c   tree = create_tree (dfa, elem, NULL,
tree             2586 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL))
tree             2596 maint/gnulib/lib/regcomp.c 	tree = create_tree (dfa, tree, elem, CONCAT);
tree             2597 maint/gnulib/lib/regcomp.c 	if (__glibc_unlikely (elem == NULL || tree == NULL))
tree             2600 maint/gnulib/lib/regcomp.c 	tree = create_tree (dfa, tree, NULL, OP_ALT);
tree             2601 maint/gnulib/lib/regcomp.c 	if (__glibc_unlikely (tree == NULL))
tree             2606 maint/gnulib/lib/regcomp.c     tree = create_tree (dfa, old_tree, tree, CONCAT);
tree             2608 maint/gnulib/lib/regcomp.c   return tree;
tree             3539 maint/gnulib/lib/regcomp.c   bin_tree_t *tree;
tree             3580 maint/gnulib/lib/regcomp.c   tree = create_token_tree (dfa, NULL, NULL, &br_token);
tree             3581 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL))
tree             3595 maint/gnulib/lib/regcomp.c       tree = create_tree (dfa, tree, mbc_tree, OP_ALT);
tree             3597 maint/gnulib/lib/regcomp.c 	return tree;
tree             3602 maint/gnulib/lib/regcomp.c       return tree;
tree             3670 maint/gnulib/lib/regcomp.c   bin_tree_t *tree;
tree             3681 maint/gnulib/lib/regcomp.c   tree = &dfa->str_tree_storage->data[dfa->str_tree_storage_idx++];
tree             3683 maint/gnulib/lib/regcomp.c   tree->parent = NULL;
tree             3684 maint/gnulib/lib/regcomp.c   tree->left = left;
tree             3685 maint/gnulib/lib/regcomp.c   tree->right = right;
tree             3686 maint/gnulib/lib/regcomp.c   tree->token = *token;
tree             3687 maint/gnulib/lib/regcomp.c   tree->token.duplicated = 0;
tree             3688 maint/gnulib/lib/regcomp.c   tree->token.opt_subexp = 0;
tree             3689 maint/gnulib/lib/regcomp.c   tree->first = NULL;
tree             3690 maint/gnulib/lib/regcomp.c   tree->next = NULL;
tree             3691 maint/gnulib/lib/regcomp.c   tree->node_idx = -1;
tree             3694 maint/gnulib/lib/regcomp.c     left->parent = tree;
tree             3696 maint/gnulib/lib/regcomp.c     right->parent = tree;
tree             3697 maint/gnulib/lib/regcomp.c   return tree;