Home
last modified time | relevance | path

Searched defs:myfunc (Results 1 – 14 of 14) sorted by relevance

/llvm-project/lld/test/ELF/
H A Daarch64-gnu-ifunc-address.s11 .globl myfunc symbol
13 myfunc: label
H A Daarch64-gnu-ifunc2.s37 .globl myfunc symbol
39 myfunc: label
H A Daarch64-gnu-ifunc-nonpreemptable.s18 .globl myfunc symbol
20 myfunc: label
[all...]
/llvm-project/lld/test/COFF/
H A Darm64-localimport-align.s8 .globl myfunc symbol
14 myfunc: label
H A Dincludeoptional-export.s27 .global myfunc symbol
28 myfunc: label
H A Dedata.s24 .globl myfunc symbol
25 myfunc: label
/llvm-project/bolt/test/
H A DR_ABS.pic.lld.cpp17 unsigned long long myfunc() { in myfunc() function
/llvm-project/clang/test/CodeGen/
H A Dwindows-seh-async-exceptions.cpp18 unsigned myfunc(unsigned index) in myfunc() function
/llvm-project/compiler-rt/test/tsan/
H A Dignore_lib4.cpp28 extern "C" void myfunc() { in myfunc() function
/llvm-project/clang/test/Analysis/
H A Dvector.m55 int myfunc(I *i2) { function
/llvm-project/clang/test/Rewriter/
H A Drewrite-block-literal.mm51 void myfunc(int (^block)(int)) {} function
/llvm-project/lldb/test/API/lang/cpp/namespace/
H A Dmain.cpp39 float myfunc (float f) in myfunc() function
88 int Foo::myfunc(int a) in myfunc() function in Foo
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dstatic-assert.cpp65 constexpr bool myfunc(int a, int b) { return a * b == 0; } in myfunc() function
/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp109 virtual void myfunc() {} in myfunc() function in PR32992::Base
116 void myfunc() {} in myfunc() function in PR32992::Derived2
119 void myfunc() {} in myfunc() function in PR32992::Derived