|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h 17 extern const char * const LogicError;
References
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h 75 : BugType(checker, name, categories::LogicError), desc(description) {}
79 : BugType(checker, name, categories::LogicError), desc(description) {}
82 : BugType(checker, name, categories::LogicError), desc(name) {}
tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp 67 categories::LogicError, "Casting a non-structure type to a structure "
98 categories::LogicError,
tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp 68 categories::LogicError,
tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp 73 categories::LogicError,
121 categories::LogicError,
144 categories::LogicError,
175 categories::LogicError,
266 categories::LogicError, Message, ELoc);
288 categories::LogicError,
tools/clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp 75 BR.EmitBasicReport(D, this, "Custom diagnostic", categories::LogicError,