Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp65 static bool FileContentsMatch(
848 if (FileContentsMatch(path, header, contents)) { in WriteFile()
872 static bool FileContentsMatch(const std::string &path, in FileContentsMatch() function