HomeSort by relevance Sort by last modified time
    Searched refs:unused (Results 1 - 25 of 4118) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
warn-macro-unused.c 3 #include "warn-macro-unused.h"
5 # 1 "warn-macro-unused-fake-header.h" 1
7 # 5 "warn-macro-unused.c" 2
9 #define unused // expected-warning {{macro is not used}} macro
10 #define unused macro
11 unused
  /external/compiler-rt/test/asan/TestCases/Linux/
globals-gc-sections.cc 9 int (*unused)() = undefined; variable
  /external/clang/test/Sema/
pragma-unused.c 1 // RUN: %clang_cc1 -fsyntax-only -Wunused-parameter -Wused-but-marked-unused -Wunused -verify %s
5 #pragma unused(x)
6 #pragma unused(y, z)
8 int w; // expected-warning {{unused}}
9 #pragma unused w // expected-warning{{missing '(' after '#pragma unused' - ignoring}}
13 int x, y; // expected-warning {{unused}} expected-warning {{unused}}
14 #pragma unused(x,) // expected-warning{{expected '#pragma unused' argument to be a variable name}
    [all...]
attr-unused.c 1 // RUN: %clang_cc1 -verify -Wunused -Wused-but-marked-unused -Wunused-parameter -Wunused -fsyntax-only %s
3 static void (*fp0)(void) __attribute__((unused));
5 static void __attribute__((unused)) f0(void);
8 int f1() __attribute__((unused));
10 int g0 __attribute__((unused));
12 int f2() __attribute__((unused(1, 2))); // expected-error {{'unused' attribute takes no arguments}}
14 struct Test0_unused {} __attribute__((unused));
16 typedef int Int_unused __attribute__((unused));
20 int x; // expected-warning {{unused variable}
    [all...]
warn-unused-label.c 6 b: // expected-warning{{unused}}
7 c: __attribute__((unused));
14 L: __attribute__((unused)) return; // ok, no semicolon required
warn-unused-parameters.c 2 // RUN: %clang_cc1 -fblocks -fsyntax-only -Wunused %s 2>&1 | FileCheck -check-prefix=CHECK-unused %s
6 int z __attribute__((unused))) {
13 int z __attribute__((unused))) { return x; };
20 // CHECK: 5:12: warning: unused parameter 'y'
21 // CHECK: 12:15: warning: unused parameter 'y'
22 // CHECK-unused: 1 warning generated
26 // RUN: %clang_cc1 -fblocks -fsyntax-only -Weverything -Wno-unused %s 2>&1 | FileCheck -check-prefix=CHECK-everything-no-unused %s
29 // CHECK-everything-no-unused: 5 warnings generated
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/e2fsprogs/lib/ss/
requests.c 25 void ss_self_identify(int argc __SS_ATTR((unused)),
26 const char * const *argv __SS_ATTR((unused)),
27 int sci_idx, void *infop __SS_ATTR((unused)))
37 void ss_subsystem_name(int argc __SS_ATTR((unused)),
38 const char * const *argv __SS_ATTR((unused)),
40 void *infop __SS_ATTR((unused)))
48 void ss_subsystem_version(int argc __SS_ATTR((unused)),
49 const char * const *argv __SS_ATTR((unused)),
51 void *infop __SS_ATTR((unused)))
60 void ss_unimplemented(int argc __SS_ATTR((unused)),
    [all...]
  /external/clang/test/Analysis/inlining/
eager-reclamation-path-notes.cpp 30 int unused = 1; local
31 (void)unused;
  /external/clang/test/SemaCXX/
warn-unused-label-error.cpp 7 A: // expected-warning {{unused label 'A'}}
8 __attribute__((unused)) int i; // attribute applies to variable
10 __attribute__((unused)); int j; // expected-warning {{unused variable 'j'}}
14 C: // unused label 'C' will not appear here because an error has occurred
15 __attribute__((unused))
21 D: // expected-warning {{unused label 'D'}}
23 __attribute__((unused)) // expected-warning {{declaration does not declare anything}}
pragma-unused.cpp 7 #pragma unused(x,y,z)
attr-unused.cpp 1 // RUN: %clang_cc1 -verify -Wunused -Wused-but-marked-unused -fsyntax-only %s
3 namespace ns_unused { typedef int Int_unused __attribute__((unused)); }
7 ns_not_unused::Int_not_unused i1; // expected-warning {{unused variable}}
8 ns_unused::Int_unused i0; // expected-warning {{'Int_unused' was marked unused but was used}}
  /external/elfutils/0.153/libdwfl/
dwfl_version.c 54 Dwfl *dwfl __attribute__ ((unused));
dwfl_build_id_find_debuginfo.c 56 void **userdata __attribute__ ((unused)),
57 const char *modname __attribute__ ((unused)),
58 Dwarf_Addr base __attribute__ ((unused)),
59 const char *file __attribute__ ((unused)),
60 const char *debuglink __attribute__ ((unused)),
61 GElf_Word crc __attribute__ ((unused)),
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
prefetch.h 4 static inline void prefetch(void *a __attribute__((unused))) { }
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client_browsertest.cc 24 bool unused; local
28 GetMainFrame(), GURL("http://foo"), "GET", false, false, &unused));
44 bool unused; local
47 &unused));
50 false, &unused));
53 &unused));
  /external/chromium_org/third_party/WebKit/public/platform/
WebStorageArea.h 68 WebString unused; local
69 setItem(key, newValue, pageUrl, result, unused);
77 WebString unused; local
78 removeItem(key, pageUrl, unused);
84 bool unused; local
85 clear(pageUrl, unused);
  /external/compiler-rt/test/tsan/
load_shared_lib.cc 16 void *write_from_so(void *unused) {
17 if (unused)
35 void *write_glob(void *unused) {
36 if (unused)
42 void race_two_threads(void *(*access_callback)(void *unused)) {
59 void *(*write_from_so)(void *unused);
  /bionic/libc/bionic/
sys_signame.c 32 #define __BIONIC_SIGDEF(signal_number, unused) [ signal_number ] = #signal_number + 3,
  /external/bluetooth/bluedroid/osi/include/
osi.h 6 #define UNUSED_ATTR __attribute__((unused))
  /external/libexif/libexif/
exif-system.h 27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused))
29 # define UNUSED(param) param
  /external/elfutils/0.153/libebl/
eblopenbackend.c 454 default_object_type_name (int ignore __attribute__ ((unused)),
455 char *buf __attribute__ ((unused)),
456 size_t len __attribute__ ((unused)))
462 default_reloc_type_name (int ignore __attribute__ ((unused)),
463 char *buf __attribute__ ((unused)),
464 size_t len __attribute__ ((unused)))
470 default_reloc_type_check (int ignore __attribute__ ((unused)))
476 default_reloc_valid_use (Elf *elf __attribute__ ((unused)),
477 int ignore __attribute__ ((unused)))
483 default_reloc_simple_type (Ebl *eh __attribute__ ((unused)),
    [all...]
  /external/mockito/src/org/mockito/internal/debugging/
FindingsListener.java 11 void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed);
13 void foundUnusedStub(Invocation unused);
  /external/elfutils/0.153/backends/
arm_symbol.c 38 arm_segment_type_name (int segment, char *buf __attribute__ ((unused)),
39 size_t len __attribute__ ((unused)))
52 char *buf __attribute__ ((unused)),
53 size_t len __attribute__ ((unused)))
108 arm_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
ppc64_symbol.c 42 ppc64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
61 ppc64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)),
62 size_t len __attribute__ ((unused)))
92 const GElf_Sym *sym __attribute__ ((unused)),
93 const char *name __attribute__ ((unused)),
105 ppc64_bss_plt_p (Elf *elf __attribute__ ((unused)),
106 GElf_Ehdr *ehdr __attribute__ ((unused)))

Completed in 2089 milliseconds

1 2 3 4 5 6 7 8 91011>>