Searched refs:BT_cxx_delete_undef (Results 1 – 1 of 1) sorted by relevance
40 mutable OwningPtr<BugType> BT_cxx_delete_undef; member in __anonceebc3610111::CallAndMessageChecker267 if (!BT_cxx_delete_undef) in checkPreStmt()268 BT_cxx_delete_undef.reset(new BuiltinBug("Uninitialized argument value")); in checkPreStmt()273 BugType *BT = BT_cxx_delete_undef.get(); in checkPreStmt()