Searched refs:LogicError (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugType.h | 66 : BugType(check, name, categories::LogicError), desc(description) {} in BuiltinBug() 70 : BugType(checker, name, categories::LogicError), desc(description) {} in BuiltinBug() 73 : BugType(checker, name, categories::LogicError), desc(name) {} in BuiltinBug()
|
D | CommonBugCategories.h | 18 extern const char * const LogicError;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 74 categories::LogicError, in reportIdenticalExpr() 122 categories::LogicError, in VisitIfStmt() 145 categories::LogicError, in VisitIfStmt() 176 categories::LogicError, in VisitIfStmt() 264 categories::LogicError, Message, ELoc); in checkComparisonOp() 286 categories::LogicError, in VisitConditionalOperator()
|
D | CheckSizeofPointer.cpp | 69 categories::LogicError, in VisitUnaryExprOrTypeTraitExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CommonBugCategories.cpp | 16 const char * const LogicError = "Logic error"; variable
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 451 class JSON_API LogicError : public Exception { 453 LogicError(std::string const& msg);
|
D | jsoncpp.cpp | 2581 LogicError::LogicError(std::string const& msg) in LogicError() function in Json::LogicError 2590 throw LogicError(msg); in throwLogicError()
|