|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/compiler-rt/lib/profile/InstrProfilingFile.c 276 return fopen(OutputName, "ab");
317 OutputFile = fopen(OutputName, "w");
353 File = fopen(Filename, "w");
projects/openmp/runtime/src/kmp_affinity.cpp 4266 FILE *f = fopen("/proc/cpuinfo", "r");
4379 FILE *f = fopen(filename, "r");
projects/openmp/runtime/src/z_Linux_util.cpp 1838 FILE *f = fopen(path, "rb");
2015 file = fopen(name, "r");
tools/clang/tools/c-index-test/c-index-test.c 262 to_file = fopen(sep + 1, "rb");
2248 if ((fp = fopen(source_file, "r")) == NULL) {
4476 FILE *fp = fopen(file_name, "r");
tools/lldb/source/Host/posix/FileSystem.cpp 75 return llvm::sys::RetryAfterSignal(nullptr, ::fopen, path, mode);
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp 1056 FILE *out = llvm::sys::RetryAfterSignal(nullptr, fopen, dev_null_path, "w");
tools/polly/lib/External/isl/isl_test.c 466 input = fopen(filename, "r");
1203 input = fopen(filename, "r");
1238 input = fopen(filename, "r");
1430 input = fopen(filename, "r");
1534 input = fopen(filename, "r");
tools/polly/lib/External/ppcg/cuda_common.c 29 info->host_c = fopen(name, "w");
32 info->kernel_c = fopen(name, "w");
35 info->kernel_h = fopen(name, "w");
tools/polly/lib/External/ppcg/schedule.c 91 file = fopen(filename, "r");
115 file = fopen(filename, "w");
utils/unittest/googletest/include/gtest/internal/gtest-port.h 2377 return fopen(path, mode);