Searched refs:LogicError (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 73 : BugType(checker, name, categories::LogicError), desc(description) {} in BuiltinBug() 77 : BugType(checker, name, categories::LogicError), desc(description) {} in BuiltinBug() 80 : BugType(checker, name, categories::LogicError), desc(name) {} in BuiltinBug() 83 : BugType(checker, name, categories::LogicError), desc(name) {} in BuiltinBug()
|
| H A D | CommonBugCategories.h | 17 extern const char *const LogicError;
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IdenticalExprChecker.cpp | 73 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 D | CastToStructChecker.cpp | 67 categories::LogicError, "Casting a non-structure type to a structure " in VisitCastExpr() 98 categories::LogicError, in VisitCastExpr()
|
| H A D | CheckSizeofPointer.cpp | 68 categories::LogicError, in VisitUnaryExprOrTypeTraitExpr()
|
| H A D | StringChecker.cpp | 26 BugType BT_Null{this, "Dereference of null pointer", categories::LogicError};
|
| H A D | DereferenceChecker.cpp | 36 BugType BT_Null{this, "Dereference of null pointer", categories::LogicError}; 38 categories::LogicError};
|
| H A D | StdLibraryFunctionsChecker.cpp | 740 "Unsatisfied argument constraints", categories::LogicError); in reportBug()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CommonBugCategories.cpp | 17 const char *const LogicError = "Logic error"; variable
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | CallEventTest.cpp | 32 nullptr, Checker, "", categories::LogicError, WarningMsg, in reportBug()
|
| H A D | CallDescriptionTest.cpp | 570 Call.getDecl(), this, "CallEvent match", categories::LogicError, in checkPreCall() 579 CE->getCalleeDecl(), this, "CallExpr match", categories::LogicError, in checkPreStmt()
|
| H A D | RegisterCustomCheckersTest.cpp | 37 BR.EmitBasicReport(D, this, "Custom diagnostic", categories::LogicError, in checkASTCodeBody()
|