Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp38 bool isClosed() const { return K == Closed; } in isClosed() function
122 if (SS && SS->isClosed()) { in checkPreCall()
H A DStreamChecker.cpp147 bool isClosed() const { return State == Closed; } in isClosed() function
1810 if (SS->isClosed()) { in ensureStreamOpened()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp78 !Entries.back().isClosed() && in startDbgValue()
105 assert(!isClosed() && "End index has already been set"); in endEntry()
254 if (Entry.isClosed()) in trimLocationRanges()
553 assert(Ent.isDbgValue() && !Ent.isClosed()); in calculateDbgEntityHistory()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h87 bool isClosed() const { return EndIndex != NoEntry; } in isClosed() function
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java62 System.out.println("closed: " + consumer.isClosed()); in printState()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4883 bool EnumDecl::isClosed() const { in isClosed() function in EnumDecl
4890 return isClosed() && hasAttr<FlagEnumAttr>(); in isClosedFlag()
4894 return isClosed() && !hasAttr<FlagEnumAttr>(); in isClosedNonFlag()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1192 if (!ED->isClosed()) in ShouldDiagnoseSwitchCaseNotInEnum()
1681 if (!ED->isClosed()) in DiagnoseAssignmentEnum()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4067 bool isClosed() const;