HomeSort by relevance Sort by last modified time
    Searched full:weak_import (Results 1 - 25 of 27) sorted by null

1 2

  /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}}
2009-03-09-WeakDeclarations-1.c 8 int decl_weak_import __attribute__ ((__weak_import__)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}}
9 int decl_initialized_weak_import __attribute__ ((__weak_import__)) = 13; // expected-warning {{'weak_import' attribute cannot be specified on a definition}}
weak-import-on-enum.c 6 enum __attribute__((deprecated)) __attribute__((weak_import)) A {
  /external/clang/test/SemaObjC/
ignore-weakimport-method.m 4 + (void) cx __attribute__((weak_import));
5 - (void) x __attribute__((weak_import));
property-weak.m 5 @property(nonatomic) int foo __attribute__((weak_import));
  /external/clang/test/CodeGenObjC/
objc2-weak-import-attribute.m 3 __attribute__((weak_import)) @interface WeakRootClass @end
5 __attribute__((weak_import)) @interface WeakClass : WeakRootClass
15 __attribute__((weak_import))
22 __attribute__((weak_import))
38 __attribute__((weak_import)) @interface Root @end
weak-metaclass-visibility.m 38 __attribute__((weak_import))
  /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));
malloc.mm 190 void OSAtomicEnqueue( OSQueueHead *__list, void *__new, size_t __offset) __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/clang/include/clang/AST/
DeclBase.h 604 /// 'weak_import' attribute, but may also be marked with an
610 /// e.g., whether it would be well-formed to add the weak_import
    [all...]
  /external/mesa3d/include/CL/
cl_platform.h 49 #define CL_EXTENSION_WEAK_LINK __attribute__((weak_import))
    [all...]
  /external/clang/docs/
AttributeReference.rst 155 as if the ``weak_import`` attribute were added to the declaration. A
    [all...]
  /external/clang/include/clang/Basic/
Attr.td     [all...]
AttrDocs.td 554 as if the ``weak_import`` attribute were added to the declaration. A
    [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/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 152 .Case("weak_import", AT_weak_import)
    [all...]
  /external/valgrind/coregrind/
m_main.c     [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 62 WCFConnection *WCFConnectionNew(void) __attribute__((weak_import));
63 void WCFConnectionDealloc(WCFConnection* c) __attribute__((weak_import));
    [all...]

Completed in 692 milliseconds

1 2