Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DCloneChecker.cpp38 mutable std::unique_ptr<BugType> BT_Exact, BT_Suspicious; member in __anonaf2efd300111::CloneChecker
111 if (!BT_Exact) in reportClones()
112 BT_Exact.reset(new BugType(this, "Exact code clone", "Code clone")); in reportClones()
118 *BT_Exact, "Duplicate code detected", makeLocation(Group.front(), Mgr)); in reportClones()