/llvm-project/compiler-rt/test/profile/Windows/ |
H A D | coverage-weak-lld.cpp | 69 void weak() { puts("strong"); } in weak() function 75 __attribute__((weak)) void weak() { puts("unreachable"); } in weak() function 81 __attribute__((weak)) void weak() { puts("weak"); } in weak() function
|
H A D | coverage-linkage.cpp | 37 __attribute__((weak)) void weak() { puts("weak"); } in weak() function
|
/llvm-project/compiler-rt/test/profile/Linux/ |
H A D | coverage-weak-lld.cpp | 87 void weak() { puts("strong"); } in weak() function 93 __attribute__((weak)) void weak() { puts("unreachable"); } in weak() function 99 __attribute__((weak)) void weak() { puts("weak"); } in weak() function
|
H A D | coverage-linkage.cpp | 42 __attribute__((weak)) void weak() { puts("weak"); } in weak() function
|
/llvm-project/lld/test/ELF/Inputs/ |
H A D | plt-aarch64.s | 4 .global weak symbol 5 weak: label
|
/llvm-project/llvm/test/MC/ELF/ |
H A D | target-in-same-section.s | 30 weak: label
|
H A D | symbol-binding-changed.s | 15 weak: label
|
/llvm-project/clang/test/Driver/ |
H A D | linker-wrapper-libs.c | 12 int __attribute__((visibility("hidden"))) weak; variable
|
/llvm-project/lld/test/ELF/linkerscript/ |
H A D | discard-section.s | 69 weak: label
|
/llvm-project/compiler-rt/test/profile/Darwin/ |
H A D | coverage-linkage.cpp | 37 __attribute__((weak)) void weak() { puts("weak"); } in weak() function
|
/llvm-project/clang/test/SemaObjC/ |
H A D | nullable-weak-property.m | 14 @property(weak) NSFoo *property2; category
|
H A D | property-7.m | 32 - (void) setParent:(SCMObject *__attribute__((objc_gc(weak)))) inParent {
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | fragile-arc.m | 13 __weak Opaque *weak; field
|
H A D | arc.m | 1132 @property (nonatomic, weak) id weak; property
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab/ |
H A D | enable_shared_from_this.pass.cpp | 125 std::weak_ptr<T> weak; in main() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | atomic-ops.c | 572 void generalWeakness(int *ptr, int *ptr2, _Bool weak) { in generalWeakness() 604 void EMIT_ALL_THE_THINGS(int *ptr, int *ptr2, int new, _Bool weak, int success, int fail) { in EMIT_ALL_THE_THINGS()
|
/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/ |
H A D | p2.cpp | 68 struct weak { struct
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_scheduler.h | 253 int weak; member
|