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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
pragma-weak.h 1 // Header for PCH test pragma-weak.c
3 #pragma weak weakvar
10 #pragma weak undeclaredvar
pragma-weak.c 2 // RUN: %clang_cc1 -include %S/pragma-weak.h %s -verify -emit-llvm -o - | FileCheck %s
5 // RUN: %clang_cc1 -x c-header -emit-pch -o %t %S/pragma-weak.h
8 // CHECK: @weakvar = weak global i32 0
10 // expected-warning {{weak identifier 'undeclaredvar' never declared}}
  /external/clang/test/Modules/Inputs/
lookup_left.hpp 3 #pragma weak weak_identifier // expected-warning{{weak identifier 'weak_identifier' never declared}}
  /external/webkit/Source/WebCore/ForwardingHeaders/heap/
Weak.h 3 #include <JavaScriptCore/Weak.h>
  /external/clang/test/SemaCXX/
attr-weak.cpp 3 static int test0 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
4 static void test1() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
6 namespace test2 __attribute__((weak)) { // expected-warning {{'weak' attribute only applies to variables and functions}}
10 int test3 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}
    [all...]
  /external/clang/test/Parser/
pragma-weak.c 7 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak
8 #pragma weak x
11 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z = =
12 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z =
13 /* expected-warning {{weak identifier 'y' never declared}} */ #pragma weak z = y
16 /* expected-warning {{extra tokens at end of '#pragma weak'}}*/ #pragma weak a
    [all...]
  /external/llvm/test/CodeGen/SPARC/
2009-08-28-WeakLinkage.ll 1 ; RUN: llc -march=sparc < %s | grep weak
3 define weak i32 @func() nounwind {
  /external/llvm/test/Transforms/GlobalDCE/
2003-10-09-PreserveWeakGlobals.ll 0 ; Weak variables should be preserved by global DCE!
6 @A = weak global i32 54
  /external/clang/test/SemaObjC/
weak-property.m 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-runtime-has-weak -fobjc-arc -verify %s
9 @property (weak) id value1;
13 @property (weak, assign) id v1; // expected-error {{property attributes 'assign' and 'weak' are mutually exclusive}}
14 @property (weak, copy) id v2; // expected-error {{property attributes 'copy' and 'weak' are mutually exclusive}}
15 @property (weak, retain) id v3; // expected-error {{property attributes 'retain' and 'weak' are mutually exclusive}}
16 @property (weak, assign) id v4; // expected-error {{property attributes 'assign' and 'weak' are mutually exclusive}
    [all...]
attr-objc-gc.m 2 static id __attribute((objc_gc(weak))) a;
10 static int __attribute__((objc_gc(weak))) g; // expected-warning {{'objc_gc' only applies to pointer types; type here is 'int'}}
15 #define WEAK __weak
16 static WEAK int h; // expected-warning {{'objc_gc' only applies to pointer types; type here is 'int'}}
23 id __attribute((objc_gc(weak))) *weak) {
28 opaque = weak;
29 weak = opaque;
  /external/clang/test/CodeGen/
pragma-weak.c 3 // CHECK: @weakvar = weak global
5 // CHECK: @correct_linkage = weak global
10 // CHECK: @both3 = alias weak void ()* @__both3
11 // CHECK: @a3 = alias weak void ()* @__a3
12 // CHECK: @weakvar_alias = alias weak i32* @__weakvar_alias
13 // CHECK: @foo = alias weak void ()* @__foo
14 // CHECK: @foo2 = alias weak void ()* @__foo2
15 // CHECK: @stutter = alias weak void ()* @__stutter
16 // CHECK: @stutter2 = alias weak void ()* @__stutter2
17 // CHECK: @declfirst = alias weak void ()* @__declfirs
    [all...]
2008-11-02-WeakAlias.c 4 // CHECK: weak
5 void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ")));
global-decls.c 4 extern int g0_ext __attribute__((weak));
6 extern int __attribute__((weak)) g1_ext (void);
8 // RUN: grep '@g0_common = weak global i32' %t
9 int g0_common __attribute__((weak));
11 // RUN: grep '@g0_def = weak global i32' %t
12 int g0_def __attribute__((weak)) = 52;
13 // RUN: grep 'define weak i32 @g1_def()' %t
14 int __attribute__((weak)) g1_def (void) { return 0; }
weak-incomplete.c 4 void __attribute__((weak)) foo1(struct S);
  /external/llvm/test/CodeGen/X86/
2007-09-06-ExtWeakAliasee.ll 1 ; RUN: llc < %s -march=x86 | grep weak | count 2
2 @__gthrw_pthread_once = alias weak i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [#uses=0]
  /external/e2fsprogs/debian/
source.lintian-overrides 1 e2fsprogs source: weak-library-dev-dependency ss-dev on libss2 (= ${mainBinary})
2 e2fsprogs source: weak-library-dev-dependency comerr-dev on libcomerr2 (= ${mainBinary})
3 e2fsprogs source: weak-library-dev-dependency uuid-dev on libuuid1 (= ${mainBinary})
  /external/llvm/test/CodeGen/ARM/
weak.ll 1 ; RUN: llc < %s -march=arm | grep .weak.*f
2 ; RUN: llc < %s -march=arm | grep .weak.*h
4 define weak i32 @f() {
  /external/llvm/test/CodeGen/Alpha/
weak.ll 1 ; RUN: llc < %s -march=alpha | grep .weak.*f
2 ; RUN: llc < %s -march=alpha | grep .weak.*h
4 define weak i32 @f() {
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 10 @_ZL20__gthrw_pthread_oncePiPFvvE = alias weak i32 (i32*, void ()*)* @pthread_once
11 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific
12 @_ZL27__gthrw_pthread_setspecificjPKv = alias weak i32 (i32, i8*)* @pthread_setspecific
13 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %union.pthread_attr_t*, i8* (i8*)*, i8*)* @pthread_create
14 @_ZL20__gthrw_pthread_joinmPPv = alias weak i32 (i64, i8**)* @pthread_join
15 @_ZL21__gthrw_pthread_equalmm = alias weak i32 (i64, i64)* @pthread_equal
16 @_ZL20__gthrw_pthread_selfv = alias weak i64 ()* @pthread_self
17 @_ZL22__gthrw_pthread_detachm = alias weak i32 (i64)* @pthread_detach
18 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel
19 @_ZL19__gthrw_sched_yieldv = alias weak i32 ()* @sched_yiel
    [all...]
2011-08-22-ResolveAlias2.ll 13 @_ZL20__gthrw_pthread_oncePiPFvvE = alias weak i32 (i32*, void ()*)* @pthread_once
14 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific
15 @_ZL27__gthrw_pthread_setspecificjPKv = alias weak i32 (i32, i8*)* @pthread_setspecific
16 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %union.pthread_attr_t*, i8* (i8*)*, i8*)* @pthread_create
17 @_ZL20__gthrw_pthread_joinmPPv = alias weak i32 (i64, i8**)* @pthread_join
18 @_ZL21__gthrw_pthread_equalmm = alias weak i32 (i64, i64)* @pthread_equal
19 @_ZL20__gthrw_pthread_selfv = alias weak i64 ()* @pthread_self
20 @_ZL22__gthrw_pthread_detachm = alias weak i32 (i64)* @pthread_detach
21 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel
22 @_ZL19__gthrw_sched_yieldv = alias weak i32 ()* @sched_yiel
    [all...]
  /external/clang/test/Sema/
attr-weak.c 3 extern int g0 __attribute__((weak));
5 int g2 __attribute__((weak));
11 struct __attribute__((weak)) s0 {}; // expected-warning {{'weak' attribute only applies to variables and functions}}
14 static int x __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
  /external/llvm/test/CodeGen/CBackend/
2004-02-26-LinkOnceFunctions.ll 1 ; RUN: llc < %s -march=c | grep func1 | grep WEAK
  /external/clang/test/CodeGenCXX/
2003-11-02-WeakLinkage.cpp 2 // The template should compile to linkonce linkage, not weak linkage.
4 // CHECK-NOT: weak
  /external/kernel-headers/original/asm-generic/
sections.h 11 extern char _sextratext[] __attribute__((weak));
12 extern char _eextratext[] __attribute__((weak));
  /external/llvm/test/Bitcode/
2009-06-11-FirstClassAggregateConstant.ll 4 @foo = weak global { i32 } zeroinitializer
5 @bar = weak global i32 0

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011>>