Searched defs:func (Results 1 - 25 of 889) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/relative/foo/a/c/
H A Dc.cc7 int func() { function
/external/chromium_org/tools/gyp/test/same-source-file-name/src/
H A Dfunc.c3 void func(void) function
5 printf("Hello %s from func.c\n", PROG);
/external/chromium_org/tools/gyp/test/win/long-command-line/
H A Dfunction.cc5 int func() { function
/external/llvm/test/MC/AsmParser/
H A Ddirective_seh.s4 .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/
H A Dseh-align2.s32 // 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
H A Dseh-align3.s32 // 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
H A Dseh.s40 // 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/llvm/test/MC/Mips/
H A Deh-frame.s18 func: label
/external/llvm/test/MC/X86/
H A Dfde-reloc.s6 func: label
/external/chromium_org/v8/test/mjsunit/
H A Darray-push-non-smi-value.js30 function func() { function
34 assertFalse(func());
35 assertFalse(func());
36 assertFalse(func());
/external/clang/test/Sema/
H A Dincomplete-call.c9 void func(void *p) { function
H A Dfunction-ptr.c3 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/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-func.c1 void func(int K) { if (K) {} } function
/external/chromium_org/v8/test/webkit/
H A Dfor-in-var-scope.js34 function func() { function
39 func();
/external/clang/test/CXX/expr/expr.post/expr.type.conv/
H A Dp1-0x.cpp9 int func(foo& f) { function
/external/clang/test/CodeGen/
H A D2004-11-27-StaticFunctionRedeclare.c3 // 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
H A D2010-07-14-overconservative-align.c10 void func (struct s *s) function
H A Ddebug-info-enum.c8 void func(enum e *p) { function
H A Ddebug-info-line3.c3 void func(char c, char* d) function
/external/clang/test/CodeGenCXX/
H A D2003-11-18-PtrMemConstantInitializer.cpp8 void (Gfx::*func)(); member in struct:Operator
H A Denum.cpp5 int func(A x) { return x==a; } function
/external/clang/test/FixIt/
H A Dfixit-vexing-parse-cxx0x.cpp8 void func() { function
/external/clang/test/Index/
H A Dgetcursor-pp-pch.c5 void OBSCURE(func)(int x) { function
/external/clang/test/PCH/
H A Ddebug-info-limited-struct.h5 void func() { function
/external/libcxx/test/depr/depr.c.headers/
H A Dsignal_h.pass.cpp54 typedef void (*func)(int); typedef
55 static_assert((std::is_same<decltype(signal(0, (func)0)), func>::value), "");

Completed in 2555 milliseconds

1234567891011>>