OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weak
(Results
1 - 25
of
371
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/PCH/
pragma-weak.h
1
// Header for PCH test pragma-
weak
.c
3
#pragma
weak
weakvar
10
#pragma
weak
undeclaredvar
/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/clang/test/Modules/Inputs/
lookup_left.hpp
3
#pragma
weak
weak_identifier // expected-warning{{
weak
identifier 'weak_identifier' never declared}}
/external/llvm/test/MC/ELF/
weak.s
3
// Test that this produces a
weak
undefined symbol.
5
.
weak
foo
9
.
weak
bar
16
// CHECK-NEXT: Binding:
Weak
25
// CHECK-NEXT: Binding:
Weak
weak-relocation.s
3
// Test that
weak
symbols always produce relocations
5
.
weak
foo
/external/clang/test/CodeGen/
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; }
2008-11-02-WeakAlias.c
4
// CHECK:
weak
5
void init_IRQ(void) __attribute__((
weak
, alias("native_init_IRQ")));
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-07-29-override-alias-decl.c
8
int f() __attribute__((
weak
, alias("x")));
unwind-attr.c
19
// <rdar://problem/8283071>: not for
weak
functions
20
// CHECK: define
weak
[[INT:i.*]] @test2() [[TF]] {
21
// CHECK-NOEXC: define
weak
[[INT:i.*]] @test2() [[NUW]] {
22
__attribute__((
weak
)) int test2(void) {
weak-incomplete.c
4
void __attribute__((
weak
)) foo1(struct S);
weak_constant.c
4
const int x __attribute((
weak
)) = 123;
/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
...]
pragma-weak.cpp
3
#pragma
weak
foo
/external/clang/test/CodeGenCXX/
pragma-weak.cpp
3
#pragma
weak
zex
5
// GCC produces a
weak
symbol for this because it matches mangled names.
10
#pragma
weak
foo
15
#pragma
weak
zed
19
#pragma
weak
bah
23
#pragma
weak
baz
25
// CHECK: define
weak
void @baz(
27
#pragma
weak
_Z3baxv
29
// GCC produces a
weak
symbol for this one, but it doesn't look like a good
/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}}
21
extern int pr14946_x __attribute__((
weak
)); // expected-error {{
weak
declaration cannot have internal linkage}}
24
void pr14946_f() __attribute__((
weak
)); // expected-error {{
weak
declaration cannot have internal linkage}
[
all
...]
/bionic/libc/kernel/arch-mips/asm/
linkage.h
25
#define __weak __attribute__((
weak
))
/development/ndk/platforms/android-9/arch-mips/include/asm/
linkage.h
25
#define __weak __attribute__((
weak
))
/external/kernel-headers/original/asm-mips/
linkage.h
8
#define __weak __attribute__((
weak
))
/ndk/tests/device/test-stlport_shared-exception/jni/
weak1.cpp
3
// { dg-require-
weak
-override "" }
7
extern __attribute__((
weak
))
17
any exceptions, it is
weak
, and may therefore be replaced at
/ndk/tests/device/test-stlport_static-exception/jni/
weak1.cpp
3
// { dg-require-
weak
-override "" }
7
extern __attribute__((
weak
))
17
any exceptions, it is
weak
, and may therefore be replaced at
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
linkage.h
25
#define __weak __attribute__((
weak
))
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
linkage.h
25
#define __weak __attribute__((
weak
))
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
linkage.h
25
#define __weak __attribute__((
weak
))
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
linkage.h
25
#define __weak __attribute__((
weak
))
Completed in 301 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>