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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp38 mutable std::unique_ptr<BugType> BT_Null, BT_Bounds, BT_Overlap, member in class:__anon750::ConcatFnKind::CStringChecker
600 if (!BT_Bounds)
601 BT_Bounds.reset(new BuiltinBug(
607 BuiltinBug *BT = static_cast<BuiltinBug *>(BT_Bounds.get());

Completed in 117 milliseconds