Lines Matching refs:getCount
14 unsigned int getCount();
329 return casted->getCount(); in check_attribute_propagation()
337 return casted->getCount(); in check_attribute_indirect_propagation()
369 …return arr->getCount(); // expected-note{{Object leaked: object allocated and stored into 'arr' is… in check_leak_explicit_new()
375 …return arr->getCount(); // expected-note{{Object leaked: object allocated and stored into 'arr' is… in check_leak_factory()
440 … out = leaked->getCount(); // expected-warning{{Potential leak of an object stored into 'leaked'}} in check_leak_good_error_message()
447 return generateArray()->getCount(); // expected-warning{{Potential leak of an object}} in check_leak_msg_temporary()
508 return arr->getCount(); in check_dynamic_cast_no_null_on_orig()
594 …arr->getCount(); // expected-warning{{Reference-counted object is used af… in use_after_release()
602 arr->getCount(); in potential_leak()
610 arr->getCount(); in proper_cleanup()
616 return arr->getCount(); in no_warning_on_getter()
625 return arr->getCount(); in warn_on_overrelease()
630 unsigned int out = arr->getCount(); in nowarn_on_release_of_created()
637 unsigned int out = arr->getCount(); in nowarn_on_release_of_created_source_unknown()
646 return arr->getCount(); // no-warning in no_warn_ok_release()
653 return arr->getCount(); in warn_on_overrelease_with_unknown_source()
660 return arr->getCount(); in ok_release_with_unknown_source()