HomeSort by relevance Sort by last modified time
    Searched full:bt_msg_undef (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 38 mutable OwningPtr<BugType> BT_msg_undef;
315 if (!BT_msg_undef)
316 BT_msg_undef.reset(new BuiltinBug("Receiver in message expression "
318 BT = BT_msg_undef.get();

Completed in 32 milliseconds