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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
debug-info-line3.c 3 void func(char c, char* d) function
2004-11-27-StaticFunctionRedeclare.c 2 // RUN: opt -std-compile-opts -emit-llvm | not grep {declare i32.*func}
4 // There should not be an unresolved reference to func here. Believe it or not,
5 // the "expected result" is a function named 'func' which is internal and
10 static int func();
12 int func();
13 foo(func);
15 static int func(char** A, char ** B) {} function
2009-06-01-addrofknr.c 6 int (*func)(); member in struct:funcptr
9 static int func(f) function
20 fp.func = &func;
21 fp.func = func;
2010-07-14-overconservative-align.c 10 void func (struct s *s) function
  /external/clang/test/Sema/
incomplete-call.c 9 void func(void *p) { function
function-ptr.c 3 unary_int_func *func; variable
6 func = p; // expected-warning {{converts between void pointer and function pointer}}
7 p = func; // expected-warning {{converts between void pointer and function pointer}}
  /external/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
  /external/llvm/test/MC/ELF/
fde-reloc.s 6 func: label
  /dalvik/tests/065-mismatched-implements/src/
Base.java 4 public void func() { method in class:Base
Defs.java 4 public void func(); method in interface:Defs
  /dalvik/tests/066-mismatched-super/src2/
Defs.java 4 public void func(); method in interface:Defs
  /external/clang/test/CXX/expr/expr.post/expr.type.conv/
p1-0x.cpp 9 int func(foo& f) { function
  /external/clang/test/Index/
getcursor-pp-pch.c 5 void OBSCURE(func)(int x) { function
code-completion-skip-bodies.cpp 9 void func(S *s) { function
  /external/llvm/test/MC/COFF/
seh.s 24 .globl func
25 .def func; .scl 2; .type 32; .endef
26 .seh_proc func
27 func: label
  /ndk/tests/device/issue28598-linker-global-ref/jni/
liba.cpp 4 void func() function
  /dalvik/tests/065-mismatched-implements/src2/
Defs.java 4 public void func() { method in class:Defs
  /dalvik/tests/066-mismatched-super/src/
Defs.java 4 public void func() { method in class:Defs
  /external/clang/test/CodeGenCXX/
2003-11-18-PtrMemConstantInitializer.cpp 8 void (Gfx::*func)(); member in struct:Operator
enum.cpp 5 int func(A x) { return x==a; } function
  /external/clang/test/FixIt/
fixit-vexing-parse-cxx0x.cpp 8 void func() { function
  /external/llvm/test/tools/llvm-objdump/
win64-unwind-data.s 55 .globl func
56 .def func; .scl 2; .type 32; .endef
57 .seh_proc func
58 func: label
  /external/valgrind/main/none/tests/
manythreads.c 5 static void *func(void *v) function
20 pthread_create(&th, NULL, func, NULL);
  /ndk/sources/cxx-stl/llvm-libc++/test/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), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/
csignal.pass.cpp 54 typedef void (*func)(int); typedef
55 static_assert((std::is_same<decltype(std::signal(0, (func)0)), func>::value), "");

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 91011>>