Home
last modified time | relevance | path

Searched defs:closed (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp539 bool closed = !T.consumeClose(); in ParseBraceInitializer() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp37 bool closed; member
160 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed) { in FdLocation()
H A Dtsan_rtl_report.cpp284 bool closed = false; in AddLocation() local
/freebsd/contrib/mandoc/
H A Dhtml.h79 int closed; member
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c64 int closed; /* valid iff peer != NULL */ member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_private.h116 char closed; member
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc482 bool closed(CloseIfSolved()); in ReEvaluate() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1089 auto closed = As<bool>(m_py_obj.GetAttribute("closed")); in IsPythonSideValid() local