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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp27 mutable std::unique_ptr<BuiltinBug> BT_Undef; member in class:__anon2297::ReturnUndefChecker
96 if (!BT_Undef)
97 BT_Undef.reset(
100 emitBug(C, *BT_Undef, RetE);

Completed in 42 milliseconds