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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/CodeGen/
2004-11-27-StaticFunctionRedeclare.c 3 // There should not be an unresolved reference to func here. Believe it or not,
4 // the "expected result" is a function named 'func' which is internal and
10 // CHECK: call {{.*}} @func
11 // CHECK: define internal {{.*}}i32 @func(
12 static int func();
14 int func();
15 foo(func);
17 static int func(char** A, char ** B) {} function
  /external/clang/test/Index/
getcursor-pp-pch.c 5 void OBSCURE(func)(int x) { function
  /external/llvm/test/MC/COFF/
seh.s 40 // CHECK-NEXT: 0x20 IMAGE_REL_AMD64_ADDR32NB func
41 // CHECK-NEXT: 0x24 IMAGE_REL_AMD64_ADDR32NB func
45 // CHECK-NEXT: 0x0 IMAGE_REL_AMD64_ADDR32NB func
46 // CHECK-NEXT: 0x4 IMAGE_REL_AMD64_ADDR32NB func
48 // CHECK-NEXT: 0xC IMAGE_REL_AMD64_ADDR32NB func
49 // CHECK-NEXT: 0x10 IMAGE_REL_AMD64_ADDR32NB func
124 .globl func
125 .def func; .scl 2; .type 32; .endef
126 .seh_proc func
127 func label
    [all...]
  /external/python/cpython2/Lib/test/tracedmodules/
testmod.py 1 def func(x): function
  /external/python/cpython3/Lib/test/tracedmodules/
testmod.py 1 def func(x): function
  /external/swiftshader/third_party/LLVM/test/MC/COFF/
seh.s 25 .globl func
26 .def func; .scl 2; .type 32; .endef
27 .seh_proc func
28 func: label
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/tracedmodules/
testmod.py 1 def func(x): function
  /prebuilts/gdb/linux-x86/lib/python2.7/test/tracedmodules/
testmod.py 1 def func(x): function
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/badtest/badsyntax/
x_test.go 3 func func func func func! func
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/badtest/badsyntax/
x_test.go 3 func func func func func! func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/tracedmodules/
testmod.py 1 def func(x): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/
testmod.py 1 def func(x): function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
int-insns.s 3 func: label
reloc-data.s 0 func:
1 func: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/microblaze/
relax_size.s 3 func: label
7 .size func, . - func
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
pcrel-1.s 2 .ent func
3 func: label
6 .end func
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
relax_callr.s 6 call func
10 func: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
mpx3a.s 7 movq func(%rip), %rdi
11 .globl func
13 .type func, @object
14 .size func, 8
15 func: label
  /art/test/065-mismatched-implements/src2/
Defs.java 18 public void func() { method in class:Defs
  /art/test/066-mismatched-super/src/
Defs.java 18 public void func() { method in class:Defs
  /build/kati/testcase/
strip.mk 5 define func macro
17 $(info $(strip $(call func)))
  /device/linaro/bootloader/arm-trusted-firmware/bl1/aarch32/
bl1_entrypoint.S 39 func bl1_entrypoint label
  /device/linaro/bootloader/arm-trusted-firmware/bl2/aarch32/
bl2_entrypoint.S 27 func bl2_entrypoint label
  /device/linaro/bootloader/arm-trusted-firmware/bl2u/aarch32/
bl2u_entrypoint.S 27 func bl2u_entrypoint label
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/aarch32/
entrypoint.S 47 func sp_min_entrypoint label
144 func handle_smc label
195 func handle_fiq label
242 func sp_min_warm_entrypoint label
311 func sp_min_exit label

Completed in 1038 milliseconds

1 2 3 4 56 7 8 91011>>