HomeSort by relevance Sort by last modified time
    Searched refs:unused (Results 1 - 25 of 2674) 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/toybox/toys/example/
hello.c 27 int unused;
35 if (getpid() == 1) wait(&TT.unused);
  /toolchain/binutils/binutils-2.27/gold/testsuite/
start_lib_test_main.c 28 main (int argc __attribute__ ((unused)),
29 char** argv __attribute__ ((unused)))
exclude_libs_test.c 6 main (int argc __attribute__ ((unused)),
7 char** argv __attribute__ ((unused)))
  /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
  /art/compiler/optimizing/
scheduler_arm64.h 65 // We add a second unused parameter to be able to use this macro like the others
68 M(ArrayGet , unused) \
69 M(ArrayLength , unused) \
70 M(ArraySet , unused) \
71 M(BinaryOperation , unused) \
72 M(BoundsCheck , unused) \
73 M(Div , unused) \
74 M(InstanceFieldGet , unused) \
75 M(InstanceOf , unused) \
76 M(Invoke , unused) \
    [all...]
scheduler_arm.h 62 // We add a second unused parameter to be able to use this macro like the others
65 M(ArrayGet , unused) \
66 M(ArrayLength , unused) \
67 M(ArraySet , unused) \
68 M(Add , unused) \
69 M(Sub , unused) \
70 M(And , unused) \
71 M(Or , unused) \
72 M(Ror , unused) \
73 M(Xor , unused) \
    [all...]
  /external/e2fsprogs/lib/ss/
requests.c 26 void ss_self_identify(int argc __SS_ATTR((unused)),
27 const char * const *argv __SS_ATTR((unused)),
28 int sci_idx, void *infop __SS_ATTR((unused)))
38 void ss_subsystem_name(int argc __SS_ATTR((unused)),
39 const char * const *argv __SS_ATTR((unused)),
41 void *infop __SS_ATTR((unused)))
49 void ss_subsystem_version(int argc __SS_ATTR((unused)),
50 const char * const *argv __SS_ATTR((unused)),
52 void *infop __SS_ATTR((unused)))
61 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)
  /external/elfutils/libdwfl/
dwfl_version.c 32 dwfl_version (Dwfl *dwfl __attribute__ ((unused)))
  /external/skia/src/core/
SkDebug.cpp 11 void SkDebugfForDumpStackTrace(const char* data, void* unused) {
  /external/skqp/src/core/
SkDebug.cpp 11 void SkDebugfForDumpStackTrace(const char* data, void* unused) {
  /external/valgrind/memcheck/tests/x86-linux/
scalar_fork.c 5 int res __attribute__((unused));
scalar_vfork.c 5 int res __attribute__((unused));
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
lto-7b.c 4 __attribute__ ((unused, constructor))
lto-7c.c 5 __attribute__ ((unused, constructor))
  /external/selinux/libselinux/src/android/
android_vendor.c 3 int selinux_android_restorecon(const char *file __attribute__((unused)),
4 unsigned int flags __attribute__((unused)))
  /bionic/libc/bionic/
sys_signame.c 32 #define __BIONIC_SIGDEF(signal_number, unused) [ signal_number ] = #signal_number + 3,
  /external/valgrind/memcheck/tests/linux/
sys-openat.c 12 __attribute__((unused)) int fd1 = openat (dfd, "abc", O_RDONLY);
14 __attribute__((unused)) int fd2 = openat (0x12345678, "/tmp/abc", O_RDONLY);
15 __attribute__((unused)) int fd3 = openat (AT_FDCWD, "abc", O_RDONLY);
17 __attribute__((unused)) int fd4 = openat (0x12345678, "abc", O_RDONLY);

Completed in 1574 milliseconds

1 2 3 4 5 6 7 8 91011>>