Home | History | Annotate | Download | only in Checkers

Lines Matching refs:mutable

44   mutable std::unique_ptr<BugType> BT_call_null;
45 mutable std::unique_ptr<BugType> BT_call_undef;
46 mutable std::unique_ptr<BugType> BT_cxx_call_null;
47 mutable std::unique_ptr<BugType> BT_cxx_call_undef;
48 mutable std::unique_ptr<BugType> BT_call_arg;
49 mutable std::unique_ptr<BugType> BT_cxx_delete_undef;
50 mutable std::unique_ptr<BugType> BT_msg_undef;
51 mutable std::unique_ptr<BugType> BT_objc_prop_undef;
52 mutable std::unique_ptr<BugType> BT_objc_subscript_undef;
53 mutable std::unique_ptr<BugType> BT_msg_arg;
54 mutable std::unique_ptr<BugType> BT_msg_ret;
55 mutable std::unique_ptr<BugType> BT_call_few_args;