HomeSort by relevance Sort by last modified time
    Searched refs:old_fn (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
attr-deprecated.c 25 int old_fn() __attribute__ ((deprecated));
26 int old_fn(); // expected-note {{'old_fn' has been explicitly marked deprecated here}}
27 int (*fn_ptr)() = old_fn; // expected-warning {{'old_fn' is deprecated}}
29 int old_fn() { function
30 return old_fn()+1; // no warning, deprecated functions can use deprecated symbols.
  /build/make/tools/releasetools/
check_target_files_signatures 390 old_fn = other.apks[i].filename
392 if old_fn == new_fn:
393 print " %-*s [%s]" % (max_pkg_len, i, old_fn)
396 old_fn, new_fn)
check_target_files_signatures.py 390 old_fn = other.apks[i].filename
392 if old_fn == new_fn:
393 print " %-*s [%s]" % (max_pkg_len, i, old_fn)
396 old_fn, new_fn)

Completed in 7105 milliseconds