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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 9534 struct cgraph_function_version_info *it_v; local
9550 it_v = node_v->next;
9551 while (it_v != NULL)
9553 mark_used (it_v->this_node->decl);
9554 it_v = it_v->next;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 8880 struct cgraph_function_version_info *it_v; local
8896 it_v = node_v->next;
8897 while (it_v != NULL)
8899 mark_used (it_v->this_node->decl);
8900 it_v = it_v->next;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25428 struct cgraph_function_version_info *it_v = NULL;
25445 it_v = default_version_info;
25446 while (it_v != NULL)
25448 it_v->dispatcher_resolver = dispatch_decl;
25449 it_v = it_v->next;
25378 struct cgraph_function_version_info *it_v = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24993 struct cgraph_function_version_info *it_v = NULL;
25009 it_v = default_version_info;
25010 while (it_v != NULL)
25012 it_v->dispatcher_resolver = dispatch_decl;
25013 it_v = it_v->next;
24943 struct cgraph_function_version_info *it_v = NULL; local

Completed in 139 milliseconds