OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRegularFile
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp
599
if (Status->
isRegularFile
())
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h
90
bool
isRegularFile
() const;
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
96
bool Status::
isRegularFile
() const { return Type == file_type::regular_file; }
99
return exists() && !
isRegularFile
() && !isDirectory() && !isSymlink();
Completed in 62 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026