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

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_trace.h 394 __open_output_file(const char* __extension) function in namespace:__gnu_profile
454 FILE* __raw_file = __open_output_file("raw");
469 FILE* __warn_file = __open_output_file("txt");
499 std::fclose(__open_output_file("txt"));
562 FILE* __file = __open_output_file("conf.out");
profiler_trace.h 394 __open_output_file(const char* __extension) function in namespace:__gnu_profile
454 FILE* __raw_file = __open_output_file("raw");
469 FILE* __warn_file = __open_output_file("txt");
499 std::fclose(__open_output_file("txt"));
562 FILE* __file = __open_output_file("conf.out");

Completed in 43 milliseconds