Searched refs:func (Results 276 - 300 of 1237) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dbasic.cpp41 void func(bar<T>) { // expected-note {{candidate template ignored: could not match 'bar' against 'foo'}} function in namespace:test3
45 func(foo<int>()); // expected-error {{no matching function}}
/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp27 #define USE(func) void UNIQ(use)() { func(); }
28 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
730 template <typename T> struct ClassTemplate { void func() {} }; function in struct:ClassTemplate
731 template <typename T> struct __declspec(dllexport) ExportedClassTemplate { void func(); };
732 template <typename T> void ExportedClassTemplate<T>::func() {} function in class:ExportedClassTemplate
733 template <typename T> struct __declspec(dllimport) ImportedClassTemplate { void func(); };
735 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; function in struct:ExplicitlySpecializedTemplate
736 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; function in struct:ExplicitlySpecializedTemplate
737 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; function in struct:ExplicitlyExportSpecializedTemplate
739 void ExplicitlyExportSpecializedTemplate<int>::func() {} function in class:ExplicitlyExportSpecializedTemplate
740 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; function in struct:ExplicitlyImportSpecializedTemplate
743 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; function in struct:ExplicitlyInstantiatedTemplate
746 template <typename T> void ExplicitlyExportInstantiatedTemplate<T>::func() {} function in class:ExplicitlyExportInstantiatedTemplate
821 template <typename T> struct TopClass { void func() {} }; function in struct:TopClass
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp5 void func(foo<int>);
7 func(foo<double>());
/external/clang/test/Parser/
H A Dcxx-default-args.cpp22 template <int, int> static int func(int);
32 void f8(int = func<0,1<2>(0), int = 1<0, T1<int,int>(int) = 0);
/external/clang/test/SemaTemplate/
H A Dexplicit-specialization-member.cpp54 template<int N> static void func(const T *m) {} // expected-note {{failed template argument deduction}} function in struct:PR19340::Helper
57 template<typename T> void Helper<T>::func<2>() {} // expected-error {{cannot specialize a member}} \ function in class:PR19340::Helper
H A Dinstantiate-local-class.cpp78 template <class Thing> void forEach(Thing t) { t.func(); }
82 void func() { (void)i; } function in struct:PR9685::Functor
135 template <typename T> static void func(T function);
144 template <typename T> void C::func(T function) { function in class:PR17740::C
159 C::func([]() {});
169 functor(Func f) : func(f) {}
170 void operator()() const { func(); }
171 Func func; member in struct:PR14373::functor
/external/compiler-rt/test/ubsan/TestCases/Misc/
H A Dnonnull-arg.cpp24 __attribute__((nonnull)) int func(int *nonnull) { return *nonnull; } function
49 return func(arg);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp45 rr::TestFunc mapGLTestFunc (deUint32 func);
49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
/external/e2fsprogs/lib/e2p/
H A Diod.c27 int (*func) (const char *, struct dirent *, void *),
69 if ((*func)(dir_name, de, private))
/external/eigen/bench/
H A DbenchGeometry.cpp23 struct func;
26 struct func<res, arg1, arg2, TV> struct
36 struct func<res, arg1, arg2, TMATV> struct
46 struct func<res, arg1, arg2, TMATVMAT> struct
55 template <class func, class arg1, class arg2>
71 a2 = func::run( a1, a2 );
84 typedef func<Vec,Trans,Vec,op> Func;\
92 typedef func<Trans,Trans,Trans,op> Func;\
/external/harfbuzz_ng/src/
H A Dhb-unicode.h280 * @func: (closure user_data) (destroy destroy) (scope notified):
290 hb_unicode_combining_class_func_t func,
296 * @func: (closure user_data) (destroy destroy) (scope notified):
306 hb_unicode_eastasian_width_func_t func,
312 * @func: (closure user_data) (destroy destroy) (scope notified):
322 hb_unicode_general_category_func_t func,
328 * @func: (closure user_data) (destroy destroy) (scope notified):
338 hb_unicode_mirroring_func_t func,
344 * @func: (closure user_data) (destroy destroy) (scope notified):
354 hb_unicode_script_func_t func,
[all...]
/external/icu/icu4c/source/io/
H A Ducln_io.cpp55 cleanupFunc *func) {
61 gCleanupFunctions[type] = func;
54 ucln_io_registerCleanup(ECleanupIOType type, cleanupFunc *func) argument
/external/ipsec-tools/src/racoon/
H A Dschedule.h48 void (*func) __P((void *)); /* call this function when timeout. */ member in struct:sched
79 struct sched *sched_new __P((time_t, void (*func) __P((void *)), void *));
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
H A Ddtor.pass.cpp31 void func(std::packaged_task<double(int, char)> p) function
45 std::thread(func, std::move(p)).detach();
/external/libcxx/test/std/thread/thread.condition/
H A Dnotify_all_at_thread_exit.pass.cpp29 void func() function
39 std::thread(func).detach();
/external/libedit/src/
H A Dmap.h45 int func; /* function numeric value */ member in struct:el_bindings_t
59 el_func_t *func; /* List of available functions */ member in struct:el_map_t
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.h52 unsigned func,
58 * @param func is one of PIPE_FUNC_xxx
62 unsigned func,
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.h77 void i915_dump_dirty(struct i915_context *i915, const char *func);
79 void i915_dump_hardware_dirty(struct i915_context *i915, const char *func);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c50 unsigned func,
87 test = lp_build_cmp(&bld, func, alpha, ref);
49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c36 svga_translate_compare_func(unsigned func) argument
38 switch (func) {
84 ds->stencil[0].func = svga_translate_compare_func(templ->stencil[0].func);
99 ds->stencil[1].func = svga_translate_compare_func(templ->stencil[1].func);
111 ds->zfunc = svga_translate_compare_func(templ->depth.func);
117 ds->alphafunc = svga_translate_compare_func(templ->alpha.func);
/external/mesa3d/src/mesa/main/
H A Dstencil.h44 _mesa_StencilFunc( GLenum func, GLint ref, GLuint mask );
64 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
/external/v8/test/cctest/
H A Dtest-code-stubs.cc78 ConvertDToIFunc func,
82 int result = (*callWrapper)(func, from);
87 int32_t DefaultCallWrapper(ConvertDToIFunc func, argument
89 return (*func)(from);
98 RunOneTruncationTestWithTest(callWrapper, func, p1, p2)
101 void RunAllTruncationTests(ConvertDToIFunc func) { argument
102 RunAllTruncationTests(DefaultCallWrapper, func);
107 ConvertDToIFunc func) {
77 RunOneTruncationTestWithTest(ConvertDToICallWrapper callWrapper, ConvertDToIFunc func, double from, double raw) argument
106 RunAllTruncationTests(ConvertDToICallWrapper callWrapper, ConvertDToIFunc func) argument
/external/vboot_reference/firmware/2lib/
H A D2stub.c15 void vb2ex_printf(const char *func, const char *fmt, ...) argument
19 fprintf(stderr, "%s: ", func);
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.h25 static ThreadWrapper* Create(ThreadRunFunction func, ThreadObj obj,
28 ThreadPosix(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DCheck.cs53 public static void SourceAndFuncAndSelector ( object source, object func, object selector) argument
57 if (func == null)
58 throw new ArgumentNullException ("func");
64 public static void SourceAndFunc (object source, object func) argument
68 if (func == null)
69 throw new ArgumentNullException ("func");

Completed in 2142 milliseconds

<<11121314151617181920>>