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

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
call_with_many_args.mk 1 define func macro
6 echo $(call func,1,2,3,4,5,6,7,8,9,10,P,A,S,S)
terms_in_parens.mk 3 define func macro
6 $(info $(call func,(PA,SS)))
7 $(info ${call func,{PA,SS}})
  /external/clang/test/CodeGen/
debug-info-line3.c 3 void func(char c, char* d) function
  /external/clang/test/Sema/
arm_vfma.c 6 void func(float32x2_t v2f32, float32x4_t v4f32) { function
incomplete-call.c 9 void func(void *p) { function
  /external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-func.c 1 void func(int K) { if (K) {} } function
  /external/llvm/test/MC/AsmParser/
directive_seh.s 4 .globl func
5 .def func; .scl 2; .type 32; .endef
6 .seh_proc func
7 # CHECK: .seh_proc func
8 func: label
  /external/llvm/test/MC/COFF/
seh-align2.s 32 // CHECK-NEXT: [[BeginDisp:0x[A-F0-9]+]] IMAGE_REL_AMD64_ADDR32NB func
33 // CHECK-NEXT: [[EndDisp:0x[A-F0-9]+]] IMAGE_REL_AMD64_ADDR32NB func
43 // CHECK-NEXT: StartAddress: func {{(\+0x[A-F0-9]+ )?}}([[BeginDisp]])
44 // CHECK-NEXT: EndAddress: func {{(\+0x[A-F0-9]+ )?}}([[EndDisp]])
65 .globl func
66 .def func; .scl 2; .type 32; .endef
67 .seh_proc func
75 func: label
seh-align3.s 32 // CHECK-NEXT: [[BeginDisp:0x[A-F0-9]+]] IMAGE_REL_AMD64_ADDR32NB func
33 // CHECK-NEXT: [[EndDisp:0x[A-F0-9]+]] IMAGE_REL_AMD64_ADDR32NB func
43 // CHECK-NEXT: StartAddress: func {{(\+0x[A-F0-9]+ )?}}([[BeginDisp]])
44 // CHECK-NEXT: EndAddress: func {{(\+0x[A-F0-9]+ )?}}([[EndDisp]])
67 .globl func
68 .def func; .scl 2; .type 32; .endef
69 .seh_proc func
79 func: label
  /external/llvm/test/MC/Mips/
eh-frame.s 18 func: label
  /external/llvm/test/MC/X86/
fde-reloc.s 6 func: label
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
directive_seh.s 3 # CHECK: .seh_proc func
21 .globl func
22 .def func; .scl 2; .type 32; .endef
23 .seh_proc func
24 func: label
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/aarch64/
unallocated-encoding.s 2 func: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
addsub.s 171 func: label
fp_cvt_int.s 112 func: label
illegal-lse.s 67 func: label
ldst-exclusive.s 94 func: label
ldst-reg-imm-post-ind.s 43 func: label
ldst-reg-imm-pre-ind.s 43 func: label
ldst-reg-pair.s 100 func: label
ldst-reg-reg-offset.s 86 func: label
ldst-reg-uns-imm.s 82 func: label
ldst-reg-unscaled-imm.s 63 func: label
lse-atomic.s 67 func: label
msr.s 21 func: label

Completed in 619 milliseconds

1 2 3 4 5 6 7 8 91011>>