Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIteratorsChecker.cpp98 BuiltinBug *BT_Invalid, *BT_Undefined, *BT_Incompatible; member in __anonece0ea850111::IteratorsChecker
102 BT_Invalid(0), BT_Undefined(0), BT_Incompatible(0) in IteratorsChecker()
489 if (!BT_Incompatible) in checkPreStmt()
490 const_cast<IteratorsChecker*>(this)->BT_Incompatible = in checkPreStmt()
494 EnhancedBugReport *R = new EnhancedBugReport(*BT_Incompatible, in checkPreStmt()
495 BT_Incompatible->getDescription(), N); in checkPreStmt()