Home
last modified time | relevance | path

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

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