Home
last modified time | relevance | path

Searched defs:kInvalidStream (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h39 static FILE *kInvalidStream; variable
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp104 FILE *File::kInvalidStream = nullptr; member in File