Searched refs:LogicError (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 46 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 D | CastToStructChecker.cpp | 67 categories::LogicError, "Casting a non-structure type to a structure " in VisitCastExpr() 98 categories::LogicError, in VisitCastExpr()
|
| H A D | DereferenceChecker.cpp | 408 categories::LogicError)); in registerNullDereferenceChecker() 411 categories::LogicError)); in registerNullDereferenceChecker() 414 categories::LogicError)); in registerNullDereferenceChecker() 426 categories::LogicError)); in registerFixedAddressDereferenceChecker()
|
| H A D | UndefinedNewArraySizeChecker.cpp | 29 categories::LogicError};
|
| H A D | StringChecker.cpp | 26 BugType BT_Null{this, "Dereference of null pointer", categories::LogicError};
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 8854 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()
|