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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
attr-used.cpp 3 extern char test1[] __attribute__((used)); // expected-warning {{'used' attribute ignored}}
4 extern const char test2[] __attribute__((used)); // expected-warning {{'used' attribute ignored}}
5 extern const char test3[] __attribute__((used)) = "";
  /external/clang/test/CodeGenCXX/
pr21989.cpp 5 void __attribute__((used)) f() {}
attr-used.cpp 3 // <rdar://problem/8684363>: clang++ not respecting __attribute__((used)) on destructors
6 __attribute__((used)) X0() {}
8 __attribute__((used)) ~X0() {}
11 // PR19743: not emitting __attribute__((used)) inline methods in nested classes.
15 void __attribute__((used)) f() {}
22 void __attribute__((used)) bar() { foo(); }
extern-c.cpp 62 __attribute__((used)) static int internal_var;
63 __attribute__((used)) static int internal_fn() { return 0; }
65 __attribute__((used)) static int duplicate_internal_var;
66 __attribute__((used)) static int duplicate_internal_fn() { return 0; }
69 __attribute__((used)) static int duplicate_internal_var;
70 __attribute__((used)) static int duplicate_internal_fn() { return 0; }
73 // CHECK: @llvm.used = appending global {{.*}} @internal_var {{.*}} @internal_fn
  /external/clang/test/CodeGen/
2005-12-04-AttributeUsed.c 3 // CHECK: @llvm.used = appending global [2 x i8*] [i8* bitcast (void ()* @foo to i8*), i8* bitcast (i32* @X to i8*)], section "llvm.metadata"
4 int X __attribute__((used));
7 __attribute__((used)) void foo() {}
attr-used.c 2 // RUN: grep '@llvm.used = .*@a0' %t
3 // RUN: grep '@llvm.used = .*@g0' %t
4 // RUN: grep '@llvm.used = .*@f0' %t
5 // RUN: grep '@llvm.used = .*@f1.l0' %t
8 int g0 __attribute__((used));
10 static void __attribute__((used)) f0(void) {
14 static int l0 __attribute__((used)) = 5225;
17 __attribute__((used)) int a0;
block-with-perdefinedexpr.c 8 __attribute__((used))
  /external/clang/test/Index/
retain-target-options.c 5 // CHECK: error: SSE4_1 used
7 #error SSE4_1 used
  /external/clang/test/Sema/
attr-used.c 3 extern int l0 __attribute__((used)); // expected-warning {{'used' attribute ignored}}
4 __private_extern__ int l1 __attribute__((used)); // expected-warning {{'used' attribute ignored}}
6 struct __attribute__((used)) s { // expected-warning {{'used' attribute only applies to variables and functions}}
10 int a __attribute__((used));
12 static void __attribute__((used)) f0(void) {
16 static int a __attribute__((used));
17 int b __attribute__((used)); // expected-warning {{'used' attribute ignored}
    [all...]
gnu-attributes.c 8 struct s __attribute__((used)) foo;
18 struct s *quux __attribute__((used));
  /external/compiler-rt/lib/asan/
asan_preinit.cc 23 __attribute__((section(".preinit_array"), used))
  /external/compiler-rt/lib/lsan/
lsan_preinit.cc 20 __attribute__((section(".preinit_array"), used))
  /external/compiler-rt/lib/tsan/rtl/
tsan_preinit.cc 24 __attribute__((section(".preinit_array"), used))
  /external/libcxxabi/src/demangle/
Compiler.h 27 #if __has_attribute(noinline) && __has_attribute(used)
28 #define DUMP_METHOD __attribute__((noinline, used))
  /external/vboot_reference/firmware/lib/
utility_string.c 52 /* Don't count the terminating null in the bytes used */
58 uint32_t used = 0; local
64 while (dest[used] && used < destlen - 1)
65 used++;
68 while (*src && used < destlen - 1)
69 dest[used++] = *src++;
72 dest[used] = 0;
73 return used;
vboot_display.c 5 * Display functions used in kernel selection.
511 uint32_t used = 0; local
521 used += StrnAppend(buf + used, "HWID: ", DEBUG_INFO_SIZE - used);
522 used += StrnAppend(buf + used, hwid, DEBUG_INFO_SIZE - used);
526 used += StrnAppend(buf + used,
    [all...]
  /external/kmod/shared/
strbuf.c 56 buf->used = 0;
68 bytes = realloc(buf->bytes, buf->used + 1);
73 bytes[buf->used] = '\0';
79 if (!buf_grow(buf, buf->used + 1))
81 buf->bytes[buf->used] = '\0';
87 if (!buf_grow(buf, buf->used + 1))
89 buf->bytes[buf->used] = ch;
90 buf->used++;
103 if (!buf_grow(buf, buf->used + len))
106 memcpy(buf->bytes + buf->used, str, len)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/tc-testing/bpf/
action.c 12 __attribute__((section("action-ok"),used)) int action_ok(struct __sk_buff *s)
17 __attribute__((section("action-ko"),used)) int action_ko(struct __sk_buff *s)
23 char _license[] __attribute__((section("license"),used)) = "GPL";
  /external/clang/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /external/curl/docs/cmdline-opts/
pass.d 8 If this option is used several times, the last one will be used.
show-error.d 3 Help: Show error even when -s is used
5 When used with --silent, it makes curl show an error message if it fails.
  /external/python/cpython2/Lib/plat-irix5/
panelparser.py 130 # Strings are enclosed in double quotes (") and backslash (\) is used
  /external/python/cpython2/Lib/plat-irix6/
panelparser.py 130 # Strings are enclosed in double quotes (") and backslash (\) is used
  /external/toybox/toys/pending/
klogd.c 62 * "used" amount to track next read to start.
66 int prio, size, used = 0; local
83 start = msg_buffer + used; //start updated for re-read.
85 size = klogctl(2, start, sizeof(msg_buffer) - used - 1);
87 size = xread(TT.fd, start, sizeof(msg_buffer) - used - 1);
91 if (used) start = msg_buffer;
93 if ((line_start = strsep(&start, "\n")) != NULL && start != NULL) used = 0;
95 used = strlen(line_start);
97 if (used < (sizeof(msg_buffer) - 1)) break;
98 used = 0; //we have buffer full, log it as it is
    [all...]
  /external/oj-libjdwp/src/share/back/
bag.c 33 int used; /* number of items in bag */ member in struct:bag
50 theBag->used = 0;
62 newBag->used = oldBag->used;
63 (void)memcpy(newBag->items, oldBag->items, newBag->used * newBag->itemSize);
82 char *itemsEnd = items + (itemSize * theBag->used);
102 if (theBag->used >= allocated) {
109 (void)memcpy(new_items, items, (theBag->used) * itemSize);
115 ret = ((char *)items) + (itemSize * (theBag->used)++);
123 int used = --(theBag->used) local
    [all...]

Completed in 571 milliseconds

1 2 3 4 5 6 7 8 91011>>