Home
last modified time | relevance | path

Searched defs:isClosed (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h88 bool isClosed() const { return EndIndex != NoEntry; } in isClosed() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp37 bool isClosed() const { return K == Closed; } in isClosed() function
H A DStreamChecker.cpp118 bool isClosed() const { return State == Closed; } in isClosed() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1772 final @property bool isClosed() @safe @nogc pure in isClosed() function
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2031 final @property bool isClosed() @safe @nogc pure in isClosed() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4422 bool EnumDecl::isClosed() const { in isClosed() function in EnumDecl