HomeSort by relevance Sort by last modified time
    Searched refs:unused (Results 51 - 75 of 2674) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
warn-unused-function.c 1 // RUN: %clang_cc1 -fsyntax-only -Wused-but-marked-unused -Wunused-function -Wunneeded-internal-declaration -verify %s
7 static void f1() {f2();} // expected-warning{{unused}}
13 extern void f3() { } // expected-warning{{unused}}
16 void f4() { } // expected-warning{{unused}}
28 __attribute__((unused)) static void bar(void);
37 static void f10(void); // expected-warning{{unused}}
41 static void f11(void) { } // expected-warning{{unused}}
43 static void f12(void) { } // expected-warning{{unused}}
47 static void unused(void) { unused(); } // expected-warning{{not needed and will not be emitted} function
    [all...]
  /external/elfutils/backends/
ia64_symbol.c 43 ia64_segment_type_name (int segment, char *buf __attribute__ ((unused)),
44 size_t len __attribute__ ((unused)))
65 ia64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)),
66 size_t len __attribute__ ((unused)))
102 char *buf __attribute__ ((unused)),
103 size_t len __attribute__ ((unused)))
154 ia64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type)
alpha_symbol.c 43 alpha_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)),
44 size_t len __attribute__ ((unused)))
64 alpha_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
87 int ndx __attribute__ ((unused)),
89 const char *sname __attribute__ ((unused)))
132 alpha_check_special_symbol (Elf *elf __attribute__ ((unused)),
133 GElf_Ehdr *ehdr __attribute__ ((unused)),
134 const GElf_Sym *sym __attribute__ ((unused)),
136 const GElf_Shdr *destshdr __attribute__ ((unused)))
tilegx_init.c 41 tilegx_init (Elf *elf __attribute__ ((unused)),
42 GElf_Half machine __attribute__ ((unused)),
ppc64_symbol.c 45 ppc64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
64 ppc64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)),
65 size_t len __attribute__ ((unused)))
98 const GElf_Sym *sym __attribute__ ((unused)),
99 const char *name __attribute__ ((unused)),
111 ppc64_bss_plt_p (Elf *elf __attribute__ ((unused)))
sparc_symbol.c 42 sparc_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
75 int ndx __attribute__ ((unused)),
77 const char *sname __attribute__ ((unused)))
115 char *buf __attribute__ ((unused)),
116 size_t len __attribute__ ((unused)))
128 char *buf __attribute__ ((unused)),
129 size_t len __attribute__ ((unused)))
  /external/boringssl/src/crypto/rand_extra/
rand_extra.c 23 uint8_t unused; local
24 RAND_bytes(&unused, sizeof(unused));
  /external/mockito/src/main/java/org/mockito/internal/invocation/
UnusedStubsFinder.java 19 * Finds all unused stubs for given mocks
24 List<Invocation> unused = new LinkedList<Invocation>(); local
29 unused.add(s.getInvocation());
33 return unused;
  /frameworks/ex/common/java/com/android/common/
SharedPreferencesCompat.java 34 } catch (NoSuchMethodException unused) {
44 } catch (InvocationTargetException unused) {
46 } catch (IllegalAccessException unused) {
  /packages/apps/Music/src/com/android/music/
SharedPreferencesCompat.java 35 } catch (NoSuchMethodException unused) {
46 } catch (InvocationTargetException unused) {
48 } catch (IllegalAccessException unused) {
  /external/clang/test/CoverageMapping/
templates.cpp 4 void unused(T x) { function
  /external/ltp/testcases/kernel/syscalls/setns/
Makefile 22 CPPFLAGS += -Wno-unused-function
  /external/vboot_reference/firmware/lib/tpm_lite/include/
tlcl_internal.h 25 __attribute__((unused))
36 __attribute__((unused))
47 __attribute__((unused))
56 __attribute__((unused))
  /frameworks/base/core/tests/utiltests/jni/
android_util_MemoryIntArrayTest.cpp 24 jint android_util_MemoryIntArrayTest_createAshmem(__attribute__((unused)) JNIEnv* env,
25 __attribute__((unused)) jobject clazz,
54 void android_util_MemoryIntArrayTest_setAshmemSize(__attribute__((unused)) JNIEnv* env,
55 __attribute__((unused)) jobject clazz, jint fd, jint size)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind.h 41 _Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)),
68 __gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)),
69 _uw data __attribute__ ((unused)),
70 int compact __attribute__ ((unused)))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind.h 41 _Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)),
68 __gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)),
69 _uw data __attribute__ ((unused)),
70 int compact __attribute__ ((unused)))
  /cts/apps/CtsVerifier/jni/verifier/
Android.mk 37 -Wno-unused-parameter \
38 -Wno-unused-variable \
  /external/android-clat/
logging.c 54 void logmsg_dbg(__attribute__((unused)) int prio, __attribute__((unused)) const char *fmt, ...) {}
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.h 2 void *CFAllocatorDefaultDoubleFree(void *unused);
  /system/extras/sound/
Android.mk 6 LOCAL_CFLAGS := -Wall -Werror -Wno-unused-parameter
  /system/extras/tests/schedtest/
Android.mk 9 LOCAL_CFLAGS := -Wno-unused-parameter -Wall -Werror
  /system/extras/tests/uevents/
Android.mk 9 LOCAL_CFLAGS := -Wall -Werror -Wno-unused-parameter
  /test/vts-testcase/security/poc/target/
Android.mk 33 -Wno-unused-parameter \
34 -Wno-unused-variable \
  /external/fio/oslib/
libmtd_xalloc.h 35 * Mark these functions as unused so that gcc does not emit warnings
39 __attribute__((unused))
49 __attribute__((unused))
59 __attribute__((unused))
65 __attribute__((unused))
74 __attribute__((unused))
89 __attribute__((unused))
  /external/elfutils/tests/
vdsosyms.c 31 main (int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)))
40 module_callback (Dwfl_Module *mod, void **userdata __attribute__((unused)),
41 const char *name, Dwarf_Addr start __attribute__((unused)),
42 void *arg __attribute__((unused)))
69 main (int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)))

Completed in 604 milliseconds

1 23 4 5 6 7 8 91011>>