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 {{declared 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/tools/releasetools/
check_target_files_signatures 378 old_fn = other.apks[i].filename
380 if old_fn == new_fn:
381 print " %-*s [%s]" % (max_pkg_len, i, old_fn)
384 old_fn, new_fn)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 827 const char *old_fn; local
830 yasm_linemap_lookup(parser_gas->linemap, cur_line, &old_fn,
    [all...]

Completed in 243 milliseconds