HomeSort by relevance Sort by last modified time
    Searched defs:func (Results 201 - 225 of 1347) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/DebugInfo/Inputs/
cross-cu-inlining.c 9 int func(int);
11 return func(i);
15 int __attribute__((always_inline)) func(int x) { function
dwarfdump-test-loc-list-32bit.elf.cpp 8 foo func(bool b, foo f, foo g) { function in namespace:pr14763
  /external/llvm/test/tools/llvm-cov/
report.cpp 28 void func() { function
showTemplateInstantiations.cpp 7 int func(T x) { // ALL-NEXT: 2| [[@LINE]]|int func(T x) { function
16 // SHARED-NEXT: 1| [[@LINE-9]]|int func(T x) {
26 // ALL-NEXT: 1| [[@LINE-19]]|int func(T x) {
35 func<int>(0); // ALL-NEXT: 1| [[@LINE]]| func<int>(0);
36 func<bool>(true); // ALL-NEXT: 1| [[@LINE]]| func<bool>(true);
51 // HTML-ALL: <td class='covered-line'><pre>2</pre></td><td class='line-number'><pre>[[@LINE-44]]</pre></td><td class='code'><pre>int func(T x) {
60 // HTML-SHARED: <td class='covered-line'><pre>1</pre></td><td class='line-number'><pre>[[@LINE-53]]</pre></td><td class='code'><pre>int func(T x)
    [all...]
  /external/llvm/test/tools/llvm-objdump/Inputs/
win64-unwind.exe.coff-x86_64.asm 2 .globl func
3 .def func; .scl 2; .type 32; .endef
4 .seh_proc func
5 func: label
  /external/pdfium/third_party/libpng16/arm/
filter_neon.S 43 .macro func name, export=0
61 .func \name
65 func png_read_filter_row_sub4_neon, export=1 label
81 func png_read_filter_row_sub3_neon, export=1 label
107 func png_read_filter_row_up_neon, export=1 label
120 func png_read_filter_row_avg4_neon, export=1 label
141 func png_read_filter_row_avg3_neon, export=1 label
192 func png_read_filter_row_paeth4_neon, export=1 label
215 func png_read_filter_row_paeth3_neon, export=1 label
  /external/valgrind/none/tests/
manythreads.c 5 static void *func(void *v) function
20 pthread_create(&th, NULL, func, NULL);
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
c.go 57 func (t1 *T1) M() {}
55 func (t1 *T1) M() {} const
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug123.go 9 func fn(i int) int {
10 if i == F() { // ERROR "func"
8 func fn(i int) int { const
  /prebuilts/go/linux-x86/src/go/doc/testdata/
c.go 57 func (t1 *T1) M() {}
55 func (t1 *T1) M() {} const
  /prebuilts/go/linux-x86/test/fixedbugs/
bug123.go 9 func fn(i int) int {
10 if i == F() { // ERROR "func"
8 func fn(i int) int { const
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
signal_h.pass.cpp 54 typedef void (*func)(int); typedef
55 static_assert((std::is_same<decltype(signal(0, (func)0)), func>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
csignal.pass.cpp 55 typedef void (*func)(int); typedef
56 static_assert((std::is_same<decltype(std::signal(0, (func)0)), func>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.promise/
set_rvalue_at_thread_exit.pass.cpp 22 void func(std::promise<std::unique_ptr<int>> p) function
32 std::thread(func, std::move(p)).detach();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/microblaze/
relax_size2.s 3 func: label
6 .size func, . - func
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips-abi32-pic.s 13 .ent func
14 func: label
139 .end func
mips-abi32.s 13 func: label
mips-gp32-fp32-pic.s 13 .ent func
14 func: label
139 .end func
mips-gp32-fp32.s 13 func: label
mips-gp32-fp64-pic.s 13 .ent func
14 func: label
138 .end func
mips-gp32-fp64.s 13 func: label
mips-gp64-fp32-pic.s 13 .ent func
14 func: label
164 .end func
mips-gp64-fp32.s 13 func: label
mips-gp64-fp64-pic.s 13 .ent func
14 func: label
163 .end func
mips-gp64-fp64.s 13 func: label

Completed in 466 milliseconds

1 2 3 4 5 6 7 891011>>