Searched defs:BT_NotCString (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp39 BT_NotCString, BT_AdditionOverflow; member in class:__anon18160::CStringChecker
711 if (!BT_NotCString)
712 BT_NotCString.reset(new BuiltinBug(
724 BugReport *report = new BugReport(*BT_NotCString, os.str(), N);
771 if (!BT_NotCString)
772 BT_NotCString.reset(new BuiltinBug(
788 BugReport *report = new BugReport(*BT_NotCString,

Completed in 333 milliseconds