Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h39 StringRef Cat = categories::LogicError, bool SuppressOnSink = false)
43 StringRef Cat = categories::LogicError, bool SuppressOnSink = false)
H A DCommonBugCategories.h18 extern const char *const LogicError;
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp73 categories::LogicError, in reportIdenticalExpr()
121 categories::LogicError, in VisitIfStmt()
144 categories::LogicError, in VisitIfStmt()
175 categories::LogicError, in VisitIfStmt()
266 categories::LogicError, Message, ELoc); in checkComparisonOp()
288 categories::LogicError, in VisitConditionalOperator()
H A DCastToStructChecker.cpp67 categories::LogicError, "Casting a non-structure type to a structure " in VisitCastExpr()
98 categories::LogicError, in VisitCastExpr()
H A DUndefinedNewArraySizeChecker.cpp29 categories::LogicError};
H A DCheckSizeofPointer.cpp
H A DStringChecker.cpp26 BugType BT_Null{this, "Dereference of null pointer", categories::LogicError};
H A DDereferenceChecker.cpp36 BugType BT_Null{this, "Dereference of null pointer", categories::LogicError};
38 categories::LogicError};
40 categories::LogicError};
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp18 const char *const LogicError = "Logic error"; variable
/freebsd-src/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()