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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp38 mutable std::unique_ptr<BugType> BT_Null, BT_Bounds, BT_Overlap, member in class:__anon1465::CStringChecker
541 if (!BT_Overlap)
542 BT_Overlap.reset(new BugType(Filter.CheckNameCStringBufferOverlap,
547 *BT_Overlap, "Arguments must not be overlapping buffers", N);

Completed in 249 milliseconds