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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT_Undef; member in class:__anon18235::ReturnUndefChecker
96 if (!BT_Undef)
97 BT_Undef.reset(
100 emitBug(C, *BT_Undef, RetE);

Completed in 990 milliseconds