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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-builtins.cc 1567 tree target_tree = NULL_TREE;
1572 target_tree = DECL_FUNCTION_SPECIFIC_TARGET (current_function_decl);
1574 if (target_tree == NULL)
1575 target_tree = target_option_default_node;
1577 opts = TREE_TARGET_OPTION (target_tree);
1566 tree target_tree = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-builtins.cc 1477 tree target_tree = NULL_TREE;
1482 target_tree = DECL_FUNCTION_SPECIFIC_TARGET (current_function_decl);
1484 if (target_tree == NULL)
1485 target_tree = target_option_default_node;
1487 opts = TREE_TARGET_OPTION (target_tree);
1476 tree target_tree = NULL_TREE; local

Completed in 26 milliseconds