Searched refs:LogicError (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp16 const char * const LogicError = "Logic error"; member in namespace:clang::ento::categories
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h18 extern const char * const LogicError;
H A DBugType.h66 : BugType(check, name, categories::LogicError), desc(description) {}
70 : BugType(checker, name, categories::LogicError), desc(description) {}
73 : BugType(checker, name, categories::LogicError), desc(name) {}
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp69 categories::LogicError,
H A DIdenticalExprChecker.cpp74 categories::LogicError,
127 categories::LogicError,
158 categories::LogicError,
246 categories::LogicError, Message, ELoc);
268 categories::LogicError,

Completed in 226 milliseconds