Searched refs:func (Results 1 - 25 of 1757) 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/win/long-command-line/
H A Dfunction.cc5 int func() { 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 D2009-06-01-addrofknr.c6 int (*func)(); member in struct:funcptr
9 static int func(f) function
20 fp.func = &func;
21 fp.func = func;
H A Ddebug-info-line3.c3 void func(char c, char* d) function
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
H A Dp4.cpp3 template<typename> void func();
4 template<> void func<int>() = delete;
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A D__init__.py5 def wrap(func):
6 func._requires_browser_types = types
7 return func
10 def DisabledTest(func):
11 func._disabled_test = True
12 return func
/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/tools/gyp/test/same-source-file-name/src/
H A Dprog1.c3 extern void func(void);
8 func();
H A Dprog2.c3 extern void func(void);
8 func();
H A Dfunc.c3 void func(void) function
5 printf("Hello %s from func.c\n", PROG);
/external/clang/test/SemaCXX/
H A Dout-of-line-def-mismatch.cpp10 void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('N2::S1 *' vs 'N2::N1::S1 *')}}
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
12 void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does not match definition ('const N2::S1 *' vs 'N2::N1::S1')}}
13 void func(unsigned, const S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('unsigned int' vs 'unsigned int *')}}
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' doe function in class:N2::N1::S2
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
[all...]
/external/clang/test/Sema/
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/chromium_org/third_party/WebKit/Source/wtf/
H A DCurrentTime.cpp39 void setCurrentTimeFunction(TimeFunction func) argument
41 currentTimeFunction = func;
44 void setMonotonicallyIncreasingTimeFunction(TimeFunction func) argument
46 monotonicallyIncreasingTimeFunction = func;
/external/clang/test/CodeGenCXX/
H A Dblock.cpp4 void func(void*);
8 virtual void use() { func((void*)this); }
9 Test(Test&c) { func((void*)this); }
10 Test() { func((void*)this); }
H A Ddebug-info-cxx1y.cpp4 auto func(); // CHECK: error: debug information for auto is not yet supported
/external/clang/test/FixIt/
H A Dno-fixit.cpp7 template<template<typename> +> void func();
/external/stlport/test/compiler/
H A Dpartial_spec.cpp21 int func(T1 p1);
24 int func(template_struct<T1>);
31 func(tmp1);
32 func(tmp2);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-240032.js39 o.func = mk();
43 return f === o.func;
45 assertTrue(cmp(o, o.func));
46 assertTrue(cmp(o, o.func));
48 assertTrue(cmp(o, o.func));
/external/compiler-rt/lib/interception/
H A Dinterception_linux.h30 #define INTERCEPT_FUNCTION_LINUX(func) \
32 #func, (::__interception::uptr*)&REAL(func), \
33 (::__interception::uptr)&(func), \
34 (::__interception::uptr)&WRAP(func))
H A Dinterception.h121 # define DECLARE_WRAPPER(ret_type, func, ...)
133 # define DECLARE_WRAPPER(ret_type, func, ...)
138 # define DECLARE_WRAPPER(ret_type, func, ...) \
139 extern "C" ret_type func(__VA_ARGS__) \
140 __attribute__((weak, alias("__interceptor_" #func), visibility("default")));
148 # define DECLARE_REAL(ret_type, func, ...) \
149 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
151 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
155 # define DECLARE_REAL(ret_type, func,
[all...]
/external/bison/build-aux/snippet/
H A Dc++defs.h87 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
94 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
95 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
99 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
100 declares the system function, named func, with the given prototype,
106 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
107 _GL_EXTERN_C rettype func parameters_and_attributes
109 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
110 declares a C++ alias called GNULIB_NAMESPACE::func
115 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/external/bison/darwin-lib/
H A Dc++defs.h71 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
84 declares the system function, named func, with the given prototype,
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
91 _GL_EXTERN_C rettype func parameters_and_attributes
93 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
94 declares a C++ alias called GNULIB_NAMESPACE::func
99 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/external/bison/linux-lib/
H A Dc++defs.h71 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
84 declares the system function, named func, with the given prototype,
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
91 _GL_EXTERN_C rettype func parameters_and_attributes
93 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
94 declares a C++ alias called GNULIB_NAMESPACE::func
99 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]

Completed in 2837 milliseconds

1234567891011>>