Searched defs:func (Results 1 - 25 of 768) 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.s3 # 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/Mips/
H A Deh-frame.s18 func: label
/external/llvm/test/MC/X86/
H A Dfde-reloc.s6 func: label
/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/llvm/test/MC/COFF/
H A Dseh.s105 .globl func
106 .def func; .scl 2; .type 32; .endef
107 .seh_proc func
108 func: label
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_main.cc12 void* PSMainCreate(PP_Instance inst, PSMainFunc_t func) { argument
14 pInst->SetMain(func);
/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-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
H A Dms_wide_predefined_expr.cpp11 void func() { function
16 func();
/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
H A Dcode-completion-skip-bodies.cpp9 void func(S *s) { function
/external/clang/test/PCH/
H A Ddebug-info-limited-struct.h5 void func() { function
/external/llvm/test/tools/llvm-objdump/
H A Dwin64-unwind-data.s55 .globl func
56 .def func; .scl 2; .type 32; .endef
57 .seh_proc func
58 func: label
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dftab.c107 boolean vlGetFuncFTAB(VdpFuncId function_id, void **func) argument
109 assert(func);
113 *func = ftab[function_id];
119 *func = ftab_winsys[function_id];
121 return *func != NULL;
/external/clang/test/Modules/Inputs/
H A Dtemplates-top.h16 static void func() {} function in class:A::WhereAmI

Completed in 733 milliseconds

1234567891011>>