HomeSort by relevance Sort by last modified time
    Searched refs:weak_import (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGen/
attr-weak-import.c 4 extern int A __attribute__((weak_import));
7 extern int B __attribute__((weak_import));
11 extern int C __attribute__((weak_import));
13 extern int D __attribute__((weak_import));
14 extern int D __attribute__((weak_import));
17 extern int E __attribute__((weak_import));
19 extern int E __attribute__((weak_import));
extern-weak.c 6 void foo() __attribute__((weak_import));
attributes.c 17 extern int t18 __attribute__((weak_import));
21 extern int t16 __attribute__((weak_import));
34 int __attribute__((weak_import)) t15(void);
66 extern int t19(void) __attribute__((weak_import));
  /external/clang/test/Sema/
attr-weak.c 4 extern int g1 __attribute__((weak_import));
6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}}
7 int __attribute__((weak_import)) g4(void);
8 void __attribute__((weak_import)) g5(void) {
12 struct __attribute__((weak_import)) s1 {}; // expected-warning {{'weak_import' attribute only applies to variables and functions}}
18 extern int C __attribute__((weak_import)); // expected-warning {{an already-declared variable is made a weak_import declaration}}
weak-import-on-enum.c 6 enum __attribute__((deprecated)) __attribute__((weak_import)) A {
  /external/clang/test/Analysis/
weak-functions.c 5 void myWeakFunc() __attribute__((weak_import));
41 void f(void) __attribute__((weak_import));
42 void g(void (*fp)(void)) __attribute__((weak_import));
71 void free(void *) __attribute__((weak_import));
81 size_t strlen(const char *s) __attribute__((weak_import));
92 void dispatch_once(dispatch_once_t *predicate, dispatch_block_t block) __attribute__((weak_import));
107 CFTypeRef CFCreateSomething() __attribute__((weak_import));
108 CFTypeRef CFGetSomething() __attribute__((weak_import));
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 36 extern void f3() __attribute__((weak_import));
39 static void f4() __attribute__((weak_import));
  /external/jemalloc/src/
zone.c 8 * We need to check whether it is present at runtime, thus the weak_import.
11 JEMALLOC_ATTR(weak_import); variable
  /external/mesa3d/include/CL/
cl_platform.h 49 #define CL_EXTENSION_WEAK_LINK __attribute__((weak_import))
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 60 int WCFIsServerRunning(WCFConnection *conn) __attribute__((weak_import));
61 int WCFNameResolvesToAddr(WCFConnection *conn, char* domainName, struct sockaddr* address, uid_t userid) __attribute__((weak_import));
62 int WCFNameResolvesToName(WCFConnection *conn, char* fromName, char* toName, uid_t userid) __attribute__((weak_import));
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 62 WCFConnection *WCFConnectionNew(void) __attribute__((weak_import));
63 void WCFConnectionDealloc(WCFConnection* c) __attribute__((weak_import));
    [all...]

Completed in 940 milliseconds