Home
last modified time | relevance | path

Searched refs:LogicError (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h46 StringRef Cat = categories::LogicError, bool SuppressOnSink = false)
53 StringRef Cat = categories::LogicError, bool SuppressOnSink = false)
83 StringRef Cat = categories::LogicError,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp67 categories::LogicError, "Casting a non-structure type to a structure " in VisitCastExpr()
98 categories::LogicError, in VisitCastExpr()
H A DDereferenceChecker.cpp408 categories::LogicError)); in registerNullDereferenceChecker()
411 categories::LogicError)); in registerNullDereferenceChecker()
414 categories::LogicError)); in registerNullDereferenceChecker()
426 categories::LogicError)); in registerFixedAddressDereferenceChecker()
H A DUndefinedNewArraySizeChecker.cpp29 categories::LogicError};
H A DStringChecker.cpp26 BugType BT_Null{this, "Dereference of null pointer", categories::LogicError};
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8854 Ok, LogicError, RuntimeError enumerator
8925 …cError( std::string const &message ) -> BasicResult { return { ResultBase::LogicError, message }; } in logicError()
8937 assert( m_type != ResultBase::LogicError ); in enforceOk()