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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp38 mutable std::unique_ptr<BugType> BT_Exact, BT_Suspicious; member in class:__anon2197::CloneChecker
111 if (!BT_Exact)
112 BT_Exact.reset(new BugType(this, "Exact code clone", "Code clone"));
118 *BT_Exact, "Duplicate code detected", makeLocation(Group.front(), Mgr));

Completed in 44 milliseconds