HomeSort by relevance Sort by last modified time
    Searched refs:Func (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGen/
2003-10-06-NegateExprType.c 5 void Func(int *B) {
2003-10-29-AsmRename.c 7 extern int Func(struct foo*) __asm__("Func64");
10 int Func(struct foo *F) {
20 Func(0); /* should be renamed to call Func64 */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FunctionDelegates.cs 37 public delegate TResult Func<TResult>();
39 public delegate TResult Func<T, TResult>(T arg);
  /external/clang/test/CodeGenCXX/
2009-08-11-VectorRetTy.cpp 3 typedef void (*Func) ();
11 Func arr[] = {
  /external/compiler-rt/test/asan/TestCases/
uar_and_exceptions.cc 24 void Func(int depth) {
28 Func(depth - 1);
36 Func(argc * 100);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeVisitorAction.cs 63 Func<object, object> _preAction;
64 Func<object, object> _postAction;
66 public TreeVisitorAction(Func<object, object> preAction, Func<object, object> postAction)
  /external/clang/test/PCH/
rdar10830559.cpp 28 class BarTypes { public: virtual void Func(); };
  /external/clang/test/SemaTemplate/
instantiate-overloaded-arrow.cpp 18 void Func() {
  /external/clang/test/SemaCXX/
incomplete-call.cpp 20 typedef A (*Func)();
21 Func fp;
23 ((Func)0)(); // expected-error {{calling function with incomplete return type 'A'}}
  /external/eigen/Eigen/src/Core/
Redux.h 26 template<typename Func, typename Derived>
39 && (functor_traits<Func>::PacketAccess),
55 || (Derived::SizeAtCompileTime!=1 && functor_traits<Func>::Cost == Dynamic)
58 + (Derived::SizeAtCompileTime-1) * functor_traits<Func>::Cost,
76 template<typename Func, typename Derived, int Start, int Length>
85 static EIGEN_STRONG_INLINE Scalar run(const Derived &mat, const Func& func)
87 return func(redux_novec_unroller<Func, Derived, Start, HalfLength>::run(mat,func),
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_reflection_unittest.cc 51 static int Func(int i, int j) {
57 SStringPrintf(&str, "%d", Func(i, 4));
68 message.add_repeated_int32(Func(i, 1));
69 message.add_repeated_double(Func(i, 2));
71 message.add_repeated_foreign_message()->set_c(Func(i, 6));
119 EXPECT_EQ(rf_int32.Get(i), Func(i, 1));
120 EXPECT_EQ(rf_double.Get(i), Func(i, 2));
122 EXPECT_EQ(rpf_foreign_message.Get(i).c(), Func(i, 6));
124 Func(i, 6));
127 EXPECT_EQ(mrf_int32->Get(i), Func(i, 1))
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs 65 private readonly Func<object, object> _preAction;
66 private readonly Func<object, object> _postAction;
68 public TreeVisitorAction( Func<object, object> preAction, Func<object, object> postAction )
  /external/eigen/Eigen/src/Core/util/
Meta.h 119 template<typename Func, typename ArgType, int SizeOf=sizeof(has_none)>
122 template<typename Func, typename ArgType>
123 struct unary_result_of_select<Func, ArgType, sizeof(has_std_result_type)> {typedef typename Func::result_type type;};
125 template<typename Func, typename ArgType>
126 struct unary_result_of_select<Func, ArgType, sizeof(has_tr1_result)> {typedef typename Func::template result<Func(ArgType)>::type type;};
128 template<typename Func, typename ArgType>
129 struct result_of<Func(ArgType)>
    [all...]
  /external/libunwind/doc/
unw_step.tex 15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to
24 On successful completion, \Func{unw\_step}() returns a positive value
31 \Func{unw\_step}() is thread-safe. If cursor \Var{cp} is in the local
48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
50 In addition, \Func{unw\_step}() may return any error returned by the
51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
52 \Func{access\_mem}(), \Func{access\_reg}(), or \Func{access\_fpreg}(
    [all...]
unw_backtrace.tex 15 \Type{int} \Func{unw\_backtrace}(\Type{void~**}\Var{buffer}, \Type{int}~\Var{size});\\
19 \Type{int} \Func{backtrace}(\Type{void~**}\Var{buffer}, \Type{int}~\Var{size});\\
23 \Func{unw\_backtrace}() is a convenient routine for obtaining the backtrace for
28 called \Func{backtrace}(). The prototype for this function is usually obtained
30 \Func{backtrace}() is not provided by \Prog{libunwind}. \Prog{libunwind} weakly
31 aliases \Func{backtrace}() to \Func{unw\_backtrace}(), so when a program
32 calling \Func{backtrace}() is linked against \Prog{libunwind}, it may end up
33 calling \Func{unw\_backtrace}().
libunwind-setjmp.tex 16 \Type{int} \Func{setjmp}(\Type{jmp\_buf}~\Var{env});\\
17 \Type{void} \Func{longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
18 \Type{int} \Func{\_setjmp}(\Type{jmp\_buf}~\Var{env});\\
19 \Type{void} \Func{\_longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
20 \Type{int} \Func{sigsetjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{savemask});\\
21 \Type{void} \Func{siglongjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
30 \Func{setjmp}() routines is very fast. Typically, just 2 or 3 words
32 \Func{sigprocmask}(2), in the case of \Func{sigsetjmp}). On the
34 \Func{longjmp}() routines tends to be much slower than with th
    [all...]
unw_getcontext.tex 15 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*}\Var{ucp});\\
19 The \Func{unw\_getcontext}() routine initializes the context structure
21 exact set of registers stored by \Func{unw\_getcontext}() is
33 \Func{getcontext}() instead of \Func{unw\_getcontext}(). However, the
35 initialized by \Func{unw\_getcontext()} in places where a structure
36 initialized by \Func{getcontext()} is expected. The reason for this
37 asymmetry is that \Func{unw\_getcontext()} is optimized for maximum
42 On successful completion, \Func{unw\_getcontext}() returns 0.
47 \Func{unw\_getcontext}() is thread-safe as well as safe to us
    [all...]
unw_resume.tex 15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_resume}() routine resumes execution at the stack frame
23 For local unwinding, \Func{unw\_resume}() restores the machine state
25 \Func{unw\_resume}() does not return in this case. Restoring the
29 \Var{cp} was interrupted by a signal, then \Func{unw\_resume}() will
31 \Func{unw\_resume}() on a cursor which identifies the stack frame of
35 For remote unwinding, \Func{unw\_resume}() installs the machine state
36 identified by the cursor by calling the \Func{access\_reg} and
37 \Func{access\_fpreg} accessor callbacks as needed. Once that is
38 accomplished, the \Func{resume} accessor callback is invoked. Th
    [all...]
unw_get_accessors.tex 15 \Type{unw\_accessors\_t~*}\Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t~}\Var{as});\\
19 The \Func{unw\_get\_accessors}() routine returns a pointer to a
22 (see \Func{unw\_create\_addr\_space}(3)). The returned pointer is
24 by a call to \Func{unw\_destroy\_addr\_space}(3).
26 Note that \Func{unw\_get\_accessors}() can be used to retrieve the
32 The \Func{unw\_get\_accessors}() routine cannot fail and always
38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
unw_get_fpreg.tex 15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t~*}\Var{valp});\\
19 The \Func{unw\_get\_fpreg}() routine reads the value of floating-point
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
33 Note that \Func{unw\_get\_fpreg}() can only read the contents of
34 floating-point registers. See \Func{unw\_get\_fpreg}(3) for a way to
39 On successful completion, \Func{unw\_get\_fpreg}() returns 0.
45 \Func{unw\_get\_fpreg}() is thread-safe as well as safe to use
55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
56 the \Func{access\_mem}(), \Func{access\_reg}(), an
    [all...]
unw_get_reg.tex 15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t~*}\Var{valp});\\
19 The \Func{unw\_get\_reg}() routine reads the value of register
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
33 Note that \Func{unw\_get\_reg}() can only read the contents of
35 \Func{unw\_get\_fpreg}(3) for a way to read registers which do not fit
40 On successful completion, \Func{unw\_get\_reg}() returns 0.
46 \Func{unw\_get\_reg}() is thread-safe as well as safe to use
56 In addition, \Func{unw\_get\_reg}() may return any error returned by
57 the \Func{access\_mem}(), \Func{access\_reg}(), an
    [all...]
unw_init_local.tex 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
19 The \Func{unw\_init\_local}() routine initializes the unwind cursor
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
28 For all other cases, \Func{unw\_init\_remote}() must be used instead.
41 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is
43 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}()
48 On successful completion, \Func{unw\_init\_local}() returns 0.
54 \Func{unw\_init\_local}() is thread-safe as well as safe to use from a
60 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_local}() was called in
    [all...]
  /external/harfbuzz_ng/test/api/
hb-test.h 170 #define hb_test_add(Func) hb_test_add_func (#Func, Func)
181 #define hb_test_add_flavor(Flavor, Func) hb_test_add_func (#Func, Flavor, Func)
192 #define hb_test_add_data(UserData, Func) hb_test_add_data_func (#Func, UserData, Func)
204 #define hb_test_add_data_flavor(UserData, Flavor, Func) hb_test_add_data_func_flavor (#Func, Flavor, UserData, Func
    [all...]
  /external/opencv/cxcore/include/
cxerror.h 106 #define OPENCV_ERROR(status,func,context) \
107 cvError((status),(func),(context),__FILE__,__LINE__)
109 #define OPENCV_ERRCHK(func,context) \
111 {OPENCV_ERROR(CV_StsBackTrace,(func),(context));}}
113 #define OPENCV_ASSERT(expr,func,context) \
115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
119 #define OPENCV_CALL( Func ) \
121 Func; \
168 #define CV_CALL( Func ) \
170 Func; \
    [all...]
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 110 for (const auto &Func : *Reader) {
113 Func.Name.find(ShowFunction) != Func.Name.npos);
116 assert(Func.Counts.size() > 0 && "function missing entry counter");
117 if (Func.Counts[0] > MaxFunctionCount)
118 MaxFunctionCount = Func.Counts[0];
125 OS << " " << Func.Name << ":\n"
126 << " Hash: " << format("0x%016" PRIx64, Func.Hash) << "\n"
127 << " Counters: " << Func.Counts.size() << "\n"
128 << " Function count: " << Func.Counts[0] << "\n"
    [all...]

Completed in 308 milliseconds

1 2 3 4 5 6 7 8 9