Home
last modified time | relevance | path

Searched refs:StatFile (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp82 if (FILE *StatFile = fopen("/proc/self/stat", "r")) { in getCurrentStackAllocation() local
95 if (fscanf(StatFile, in getCurrentStackAllocation()
106 fclose(StatFile); in getCurrentStackAllocation()