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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp42 BT_AdditionOverflow; member in class:__anon15487::CStringChecker
587 if (!BT_AdditionOverflow)
588 BT_AdditionOverflow.reset(new BuiltinBug("API",
599 BugReport *report = new BugReport(*BT_AdditionOverflow, warning, N);

Completed in 160 milliseconds