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

  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc 128 static struct obstack files_to_cleanup; variable in typeref:struct:obstack
145 obstack_ptr_grow (&files_to_cleanup, NULL);
146 const char **files = XOBFINISH (&files_to_cleanup, const char **);
824 obstack_init (&files_to_cleanup);
1017 obstack_ptr_grow (&files_to_cleanup, gcn_cfile_name);
1044 obstack_ptr_grow (&files_to_cleanup, gcn_s1_name);
1045 obstack_ptr_grow (&files_to_cleanup, gcn_s2_name);
1046 obstack_ptr_grow (&files_to_cleanup, gcn_o_name);
1085 obstack_ptr_grow (&files_to_cleanup, dbgobj);
1091 obstack_ptr_grow (&files_to_cleanup, dbgobj)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc 135 static struct obstack files_to_cleanup; variable in typeref:struct:obstack
148 obstack_ptr_grow (&files_to_cleanup, NULL);
149 const char **files = XOBFINISH (&files_to_cleanup, const char **);
934 obstack_init (&files_to_cleanup);
1148 obstack_ptr_grow (&files_to_cleanup, gcn_cfile_name);
1175 obstack_ptr_grow (&files_to_cleanup, gcn_s1_name);
1176 obstack_ptr_grow (&files_to_cleanup, gcn_s2_name);
1177 obstack_ptr_grow (&files_to_cleanup, gcn_o_name);
1221 obstack_ptr_grow (&files_to_cleanup, dbgobj);
1280 obstack_ptr_grow (&files_to_cleanup, omp_requires_file)
    [all...]

Completed in 16 milliseconds