OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/tools/releasetools/
check_target_files_signatures
364
old_fn
= other.apks[i].filename
366
if
old_fn
== new_fn:
367
print " %-*s [%s]" % (max_pkg_len, i,
old_fn
)
370
old_fn
, new_fn)
check_target_files_signatures.py
364
old_fn
= other.apks[i].filename
366
if
old_fn
== new_fn:
367
print " %-*s [%s]" % (max_pkg_len, i,
old_fn
)
370
old_fn
, new_fn)
Completed in 220 milliseconds