Searched refs:func (Results 76 - 100 of 1237) sorted by relevance

1234567891011>>

/external/bison/darwin-lib/
H A Dfcntl.h148 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
161 declares the system function, named func, with the given prototype,
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
168 _GL_EXTERN_C rettype func parameters_and_attributes
170 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
171 declares a C++ alias called GNULIB_NAMESPACE::func
176 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
H A Dtime.h115 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
128 declares the system function, named func, with the given prototype,
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
135 _GL_EXTERN_C rettype func parameters_and_attributes
137 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
138 declares a C++ alias called GNULIB_NAMESPACE::func
143 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/external/bison/linux-lib/
H A Dfcntl.h148 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
161 declares the system function, named func, with the given prototype,
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
168 _GL_EXTERN_C rettype func parameters_and_attributes
170 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
171 declares a C++ alias called GNULIB_NAMESPACE::func
176 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
H A Dtime.h115 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
128 declares the system function, named func, with the given prototype,
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
135 _GL_EXTERN_C rettype func parameters_and_attributes
137 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
138 declares a C++ alias called GNULIB_NAMESPACE::func
143 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/external/mesa3d/src/mesa/main/
H A DAPIspecutil.py59 for func in api.functions:
60 alias, need_conv = impl.match(func, conversions)
63 if not func.is_external:
64 print >>sys.stderr, "Error: unable to dispatch %s" % func.name
65 alias = func
68 __functions[func.name] = func
69 __aliases[func.name] = (alias, need_conv)
77 for func in api.functions:
78 if func
[all...]
/external/jemalloc/test/unit/
H A Dprof_active.c9 mallctl_bool_get(const char *name, bool expected, const char *func, int line) argument
16 "%s():%d: Unexpected mallctl failure reading %s", func, line, name); local
17 assert_b_eq(old, expected, "%s():%d: Unexpected %s value", func, line,
23 const char *func, int line)
30 "%s():%d: Unexpected mallctl failure reading/writing %s", func, local
32 assert_b_eq(old, old_expected, "%s():%d: Unexpected %s value", func,
37 mallctl_prof_active_get_impl(bool prof_active_old_expected, const char *func, argument
41 mallctl_bool_get("prof.active", prof_active_old_expected, func, line);
48 bool prof_active_new, const char *func, int line)
52 prof_active_new, func, lin
22 mallctl_bool_set(const char *name, bool old_expected, bool val_new, const char *func, int line) argument
47 mallctl_prof_active_set_impl(bool prof_active_old_expected, bool prof_active_new, const char *func, int line) argument
58 mallctl_thread_prof_active_get_impl(bool thread_prof_active_old_expected, const char *func, int line) argument
69 mallctl_thread_prof_active_set_impl(bool thread_prof_active_old_expected, bool thread_prof_active_new, const char *func, int line) argument
80 prof_sampling_probe_impl(bool expect_sample, const char *func, int line) argument
85 assert_zu_eq(prof_bt_count(), 0, "%s():%d: Expected 0 backtraces", func, local
90 "%s():%d: Unexpected backtrace count", func, line); local
[all...]
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp4.cpp5 friend void func(A);
12 static void func(B);
23 void func(C); // expected-note {{'C::func' declared here}} \
35 func(A::A());
41 func(B::B()); // expected-error {{use of undeclared identifier 'func'; did you mean 'C::func'?}} \
43 func(C::C());
/external/v8/test/cctest/
H A Dtest-code-stubs.h44 typedef int32_t ConvertDToICallWrapperType(ConvertDToIFunc func, double from);
49 void RunAllTruncationTests(ConvertDToIFunc func);
51 ConvertDToIFunc func);
/external/v8/test/mjsunit/
H A Dcomparison-ops-and-undefined.js30 function test_helper_for_ics(func, b1, b2, b3, b4) {
31 assertEquals(b1, func(.5, .5));
32 assertEquals(b2, func(.5, undefined));
33 assertEquals(b3, func(undefined, .5));
34 assertEquals(b4, func(undefined, undefined));
37 function test_helper_for_crankshaft(func, b1, b2, b3, b4) {
38 assertEquals(b1, func(.5, .5));
39 %OptimizeFunctionOnNextCall(func);
40 assertEquals(b1, func(.5, .5));
41 assertEquals(b2, func(
[all...]
/external/clang/test/CXX/expr/expr.post/expr.type.conv/
H A Dp1-0x.cpp9 int func(foo& f) { function
/external/clang/test/CXX/temp/temp.names/
H A Dp2.cpp8 template <typename R, typename P> void h(R (*func)(P)) {} argument
/external/clang/test/CodeGen/
H A Dtypedef-func.c11 void addfilter2(filter_func_t *func){} argument
H A Dtentative-decls.c36 static int func() { return c5[0]; } function
37 int callfunc() { return func(); }
/external/clang/test/CoverageMapping/
H A Dtest.c31 // CHECK-NEXT: func
32 static void func() { } // CHECK: File 0, [[@LINE]]:20 -> [[@LINE]]:23 = 0 function
/external/clang/test/FixIt/
H A Dfixit-vexing-parse-cxx0x.cpp8 void func() { function
/external/clang/test/Index/
H A Dcodecompletion-chained.cpp24 void func() {
/external/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-test-loc-list-32bit.elf.cpp8 foo func(bool b, foo f, foo g) { function in namespace:pr14763
/external/mesa3d/src/egl/main/
H A Deglglobals.h58 _eglAddAtExitCall(void (*func)(void));
/external/tcpdump/
H A Dsetsignal.c74 (*setsignal (int sig, RETSIGTYPE (*func)(int)))(int) argument
80 new.sa_handler = func;
89 return (sigset(sig, func));
91 return (signal(sig, func));
/external/valgrind/gdbserver_tests/
H A Dmcmain_pic.stdout.exp2 another func called msg called from gdb
4 another func called msg called from main
/external/clang/test/SemaCXX/
H A Dwarn-overloaded-virtual.cpp86 virtual void func();
90 virtual void func();
97 void func(int);
98 void func();
104 virtual void func();
108 virtual void func();
115 virtual void func();
119 void func(int);
120 void func();
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c97 struct x86_function *func; member in struct:translate_sse
160 sse_movaps(p->func, reg,
178 x86_movzx8(p->func, tmp, src);
179 sse2_movd(p->func, data, tmp);
182 x86_movzx16(p->func, tmp, src);
183 sse2_movd(p->func, data, tmp);
186 x86_movzx8(p->func, tmp, x86_make_disp(src, 2));
187 x86_shl_imm(p->func, tmp, 16);
188 x86_mov16(p->func, tmp, src);
189 sse2_movd(p->func, dat
1270 build_vertex_emit( struct translate_sse *p, struct x86_function *func, unsigned index_size ) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammar.g355 | func NEWLINE -> func
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
62 functionDefinitions.Add($func.tree);
H A DProfileGrammar.g355 | func NEWLINE -> func
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
62 functionDefinitions.Add($func.tree);
/external/clang/test/CXX/class.derived/
H A Dp1.cpp26 int func();
27 struct Derived2 : decltype(func()) { }; // expected-error {{base specifier must name a class}}

Completed in 6159 milliseconds

1234567891011>>