HomeSort by: relevance | last modified time | path
    Searched defs:old_tree (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 2441 bin_tree_t *tree = NULL, *old_tree = NULL;
2528 old_tree = tree;
2531 old_tree = NULL;
2557 if (old_tree)
2558 tree = create_tree (dfa, old_tree, tree, CONCAT);
2432 bin_tree_t *tree = NULL, *old_tree = NULL; local
  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 659 tree old_tree = DECL_FUNCTION_SPECIFIC_TARGET (*node); local
660 if (!old_tree)
661 old_tree = target_option_default_node;
664 if (old_tree != cur_tree)
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 640 tree old_tree = DECL_FUNCTION_SPECIFIC_TARGET (*node); local
641 if (!old_tree)
642 old_tree = target_option_default_node;
645 if (old_tree != cur_tree)
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 4420 tree old_tree = (nios2_previous_fndecl
4431 if (old_tree == new_tree)
4441 else if (old_tree)
4409 tree old_tree = (nios2_previous_fndecl local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 4414 tree old_tree = (nios2_previous_fndecl
4425 if (old_tree == new_tree)
4435 else if (old_tree)
4403 tree old_tree = (nios2_previous_fndecl local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 16314 tree old_tree;
16316 old_tree = target_option_current_node;
16318 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (s390_previous_fndecl);
16320 old_tree = target_option_default_node;
16324 if (old_tree != target_option_current_node)
16333 if (old_tree != new_tree)
16313 tree old_tree; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16853 tree old_tree;
16855 old_tree = target_option_current_node;
16857 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (s390_previous_fndecl);
16859 old_tree = target_option_default_node;
16863 if (old_tree != target_option_current_node)
16872 if (old_tree != new_tree)
16852 tree old_tree; local

Completed in 96 milliseconds