Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Downing-memory.rst75 FILE* BadFile = fopen("another_file.txt", "w"); // Bad, warned
80 fclose(BadFile); // BadFile is not an 'owner<>', will be warned
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp530 LineEntry BadFile(ValidAddr, InvalidFileIdx, ValidLine); in TEST() local
531 EXPECT_FALSE(BadFile.isValid()); in TEST()