Home
last modified time | relevance | path

Searched defs:weak (Results 1 – 18 of 18) sorted by relevance

/llvm-project/compiler-rt/test/profile/Windows/
H A Dcoverage-weak-lld.cpp69 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 Dcoverage-linkage.cpp37 __attribute__((weak)) void weak() { puts("weak"); } in weak() function
/llvm-project/compiler-rt/test/profile/Linux/
H A Dcoverage-weak-lld.cpp87 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 Dcoverage-linkage.cpp42 __attribute__((weak)) void weak() { puts("weak"); } in weak() function
/llvm-project/lld/test/ELF/Inputs/
H A Dplt-aarch64.s4 .global weak symbol
5 weak: label
/llvm-project/llvm/test/MC/ELF/
H A Dtarget-in-same-section.s30 weak: label
H A Dsymbol-binding-changed.s15 weak: label
/llvm-project/clang/test/Driver/
H A Dlinker-wrapper-libs.c12 int __attribute__((visibility("hidden"))) weak; variable
/llvm-project/lld/test/ELF/linkerscript/
H A Ddiscard-section.s69 weak: label
/llvm-project/compiler-rt/test/profile/Darwin/
H A Dcoverage-linkage.cpp37 __attribute__((weak)) void weak() { puts("weak"); } in weak() function
/llvm-project/clang/test/SemaObjC/
H A Dnullable-weak-property.m14 @property(weak) NSFoo *property2; category
H A Dproperty-7.m32 - (void) setParent:(SCMObject *__attribute__((objc_gc(weak)))) inParent {
/llvm-project/clang/test/CodeGenObjC/
H A Dfragile-arc.m13 __weak Opaque *weak; field
H A Darc.m1132 @property (nonatomic, weak) id weak; property
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab/
H A Denable_shared_from_this.pass.cpp125 std::weak_ptr<T> weak; in main() local
/llvm-project/clang/test/CodeGen/
H A Datomic-ops.c572 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 Dp2.cpp68 struct weak { struct
/llvm-project/polly/lib/External/isl/
H A Disl_scheduler.h253 int weak; member