/external/llvm-project/lld/test/ELF/ |
D | aarch64-gnu-ifunc-nonpreemptable.s | 16 .globl myfunc symbol 17 .type myfunc,@gnu_indirect_function 18 myfunc: label 28 adrp x8, myfunc 29 add x8, x8, :lo12: myfunc 32 ## The address of myfunc is the address of the PLT entry for myfunc. 42 # PDE-NEXT: <myfunc>: 49 ## The adrp to myfunc should generate a PLT entry and a GOT entry with an 64 # PIE-NEXT: <myfunc>:
|
D | aarch64-gnu-ifunc-address.s | 11 .globl myfunc symbol 12 .type myfunc,@gnu_indirect_function 13 myfunc: label 20 adrp x8, :got:myfunc 21 ldr x8, [x8, :got_lo12:myfunc] 24 ## myfunc's got entry = page(0x20330)-page(0x10284) + 0x330 = 65536 + 816
|
D | aarch64-gnu-ifunc2.s | 10 # CHECK-NEXT: <myfunc>: 37 .globl myfunc symbol 38 .type myfunc,@gnu_indirect_function 39 myfunc: label 46 adrp x8, :got:myfunc 47 ldr x8, [x8, :got_lo12:myfunc]
|
D | aarch64-ifunc-bti.s | 33 # CHECK-NEXT: 00000000000103c0 <myfunc>: 53 .globl myfunc symbol 54 .type myfunc,@gnu_indirect_function 55 myfunc: label 65 adrp x8, myfunc 66 add x8, x8, :lo12:myfunc
|
/external/llvm-project/lldb/test/API/lang/cpp/namespace/ |
D | main.cpp | 34 int myfunc (int a); 39 float myfunc (float f) in myfunc() function 57 using Foo::myfunc; // using declaration 88 int Foo::myfunc(int a) in myfunc() function in Foo 115 return Foo::myfunc(12); in main()
|
/external/llvm-project/lld/test/ELF/Inputs/ |
D | aarch64-addrifunc.s | 2 .globl myfunc symbol 6 adrp x8, :got: myfunc 7 ldr x8, [x8, :got_lo12: myfunc]
|
/external/llvm-project/lld/test/COFF/ |
D | edata.s | 14 # CHECK-NEXT: Name: myfunc 24 .globl myfunc symbol 25 myfunc: label 54 .rva myfunc
|
D | arm64-localimport-align.s | 8 .globl myfunc symbol 14 myfunc: label
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | misc-static-assert.cpp | 22 constexpr bool myfunc(int a, int b) { return a * b == 0; } in myfunc() function 38 assert(myfunc(1, 2)); in doSomething() 53 assert(myfunc(1, 2) && (3 == 4)); in main()
|
/external/ltp/testcases/kernel/fs/fs_bind/bin/ |
D | nsclone.c | 32 int myfunc(void *arg) in myfunc() function 57 ret = ltp_clone_quick(CLONE_NEWNS | SIGCHLD, myfunc, (void *)child_cmd); in main()
|
/external/llvm-project/clang/test/Sema/ |
D | block-literal.c | 58 void myfunc(int (^block)(int)) {} 65 myfunc(^(int abcd) { in test5()
|
/external/clang/test/Sema/ |
D | block-literal.c | 58 void myfunc(int (^block)(int)) {} 65 myfunc(^(int abcd) { in test5()
|
/external/skqp/infra/bots/recipe_modules/run/examples/ |
D | full.py | 16 def myfunc(api, i): function 32 api.run.run_once(myfunc, api, i)
|
/external/skia/infra/bots/recipe_modules/run/examples/ |
D | full.py | 17 def myfunc(api, i): function 33 api.run.run_once(myfunc, api, i)
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-block-literal.mm | 54 void myfunc(int (^block)(int)) {} function 61 myfunc(^(int abcd) {
|
/external/clang/test/Rewriter/ |
D | rewrite-block-literal.mm | 54 void myfunc(int (^block)(int)) {} function 61 myfunc(^(int abcd) {
|
/external/clang/test/Parser/ |
D | cxx-friend.cpp | 41 friend void myfunc();
|
/external/llvm-project/clang/test/Parser/ |
D | cxx-friend.cpp | 41 friend void myfunc();
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | ignore_lib4.cpp | 28 extern "C" void myfunc() { in myfunc() function
|
/external/compiler-rt/test/tsan/ |
D | ignore_lib4.cc | 27 extern "C" void myfunc() { in myfunc() function
|
/external/llvm-project/clang/test/Analysis/ |
D | vector.m | 55 int myfunc(I *i2) { function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | dllexport.cpp | 107 virtual void myfunc() {} in myfunc() function in PR32992::Base 114 void myfunc() {} in myfunc() function in PR32992::Derived2 117 void myfunc() {} in myfunc() function in PR32992::Derived
|
/external/python/cffi/testing/cffi1/ |
D | test_recompiler.py | 886 assert lib.myfunc(5) == 47 887 assert lib.myfunc(0xABC05) == 47 888 assert not isinstance(lib.myfunc, ffi.CData) 889 assert ffi.typeof(lib.myfunc) == ffi.typeof("long(*)(long)") 904 assert lib.myfunc(s) == 47 905 assert not isinstance(lib.myfunc, ffi.CData) 906 assert ffi.typeof(lib.myfunc) == ffi.typeof("long(*)(struct foo_s)")
|
D | test_verify1.py | 1683 res = lib.myfunc(ffi2.new("foo_t *", {'x': 10})) 1685 res = lib.myfunc(ffi1.new("foo_t *", {'x': -10})) 1697 res = lib2.myfunc(lib2.AA) 1761 res = lib.myfunc(b"hi!") 1764 res = lib.myfunc(p) 1766 res = lib.myfunc(ffi.cast("void *", p)) 1768 res = lib.myfunc(ffi.cast("int *", p))
|
/external/python/cffi/testing/cffi0/ |
D | test_verify.py | 1717 res = lib.myfunc(ffi2.new("foo_t *", {'x': 10})) 1719 res = lib.myfunc(ffi1.new("foo_t *", {'x': -10})) 1731 res = lib2.myfunc(lib2.AA) 1795 res = lib.myfunc(b"hi!") 1798 res = lib.myfunc(p) 1800 res = lib.myfunc(ffi.cast("void *", p)) 1802 res = lib.myfunc(ffi.cast("int *", p))
|