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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 204 static GTY (()) tree cl_target_option_node; variable
704 cl_target_option_node = make_node (TARGET_OPTION_NODE);
12044 cl_target_option_save (TREE_TARGET_OPTION (cl_target_option_node),
12047 tree *slot = cl_option_hash_table->find_slot (cl_target_option_node, INSERT);
12052 t = cl_target_option_node;
12056 cl_target_option_node = make_node (TARGET_OPTION_NODE);
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 228 static GTY (()) tree cl_target_option_node; variable
722 cl_target_option_node = make_node (TARGET_OPTION_NODE);
11802 cl_target_option_save (TREE_TARGET_OPTION (cl_target_option_node),
11805 tree *slot = cl_option_hash_table->find_slot (cl_target_option_node, INSERT);
11810 t = cl_target_option_node;
11814 cl_target_option_node = make_node (TARGET_OPTION_NODE);

Completed in 38 milliseconds