Searched refs:Func (Results 1 - 25 of 117) sorted by relevance

12345

/external/clang/test/CodeGen/
H A D2003-10-06-NegateExprType.c5 void Func(int *B) { function
H A D2003-10-29-AsmRename.c7 extern int Func(struct foo*) __asm__("Func64");
10 int Func(struct foo *F) { function
20 Func(0); /* should be renamed to call Func64 */
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFunctionDelegates.cs37 public delegate TResult Func<TResult>(); method in namespace:Antlr.Runtime.Misc
39 public delegate TResult Func<T, TResult>(T arg); method in namespace:Antlr.Runtime.Misc
/external/clang/test/CodeGenCXX/
H A D2009-08-11-VectorRetTy.cpp3 typedef void (*Func) (); typedef
11 Func arr[] = {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeVisitorAction.cs63 Func<object, object> _preAction;
64 Func<object, object> _postAction;
66 public TreeVisitorAction(Func<object, object> preAction, Func<object, object> postAction)
H A DTreeFilter.cs35 public delegate TResult Func<T, TResult>(T arg); method in namespace:Antlr.Runtime.Tree
121 Func<object, object> pre = delegate(object o)
126 Func<object, object> post = delegate(object o)
H A DTreeVisitor.cs76 public object Visit(object t, Func<object, object> preAction, Func<object, object> postAction)
H A DTreeRewriter.cs40 System.Func<IAstRuleReturnScope<TTree>> topdown_func;
41 System.Func<IAstRuleReturnScope<TTree>> bottomup_func;
54 public virtual object ApplyOnce(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule) {
86 public virtual object ApplyRepeatedly(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeVisitorAction.cs65 private readonly Func<object, object> _preAction;
66 private readonly Func<object, object> _postAction;
68 public TreeVisitorAction( Func<object, object> preAction, Func<object, object> postAction ) argument
H A DTreeFilter.cs76 Func<object, object> pre = ( o ) =>
81 Func<object, object> post = ( o ) =>
H A DTreeVisitor.cs78 public object Visit( object t, Func<object, object> preAction, Func<object, object> postAction )
H A DTreeRewriter.cs46 Func<IAstRuleReturnScope> topdown_func;
47 Func<IAstRuleReturnScope> bottomup_func;
62 public virtual object ApplyOnce( object t, Func<IAstRuleReturnScope> whichRule )
94 public virtual object ApplyRepeatedly( object t, Func<IAstRuleReturnScope> whichRule )
/external/clang/test/SemaTemplate/
H A Dinstantiate-overloaded-arrow.cpp18 void Func() { function
/external/clang/test/SemaCXX/
H A Dincomplete-call.cpp20 typedef A (*Func)(); typedef
21 Func fp;
23 ((Func)0)(); // expected-error {{calling function with incomplete return type 'A'}}
/external/eigen/Eigen/src/Core/
H A DRedux.h26 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),
88 redux_novec_unroller<Func, Derived, Start+HalfLength, Length-HalfLength>::run(mat,func));
92 template<typename Func, typename Derived, int Start>
93 struct redux_novec_unroller<Func, Derive
102 run(const Derived &mat, const Func&) argument
115 run(const Derived&, const Func&) argument
152 run(const Derived &mat, const Func&) argument
[all...]
/external/clang/test/PCH/
H A Drdar10830559.cpp28 class BarTypes { public: virtual void Func(); };
/external/eigen/Eigen/src/Core/util/
H A DMeta.h119 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(ArgTyp
[all...]
/external/harfbuzz_ng/test/api/
H A Dhb-test.h173 #define hb_test_add(Func) hb_test_add_func (#Func, Func)
184 #define hb_test_add_flavor(Flavor, Func) hb_test_add_func (#Func, Flavor, Func)
195 #define hb_test_add_data(UserData, Func) hb_test_add_data_func (#Func, UserData, Func)
207 #define hb_test_add_data_flavor(UserData, Flavor, Func) hb_test_add_data_func_flavo
[all...]
/external/opencv/cxcore/include/
H A Dcxerror.h119 #define OPENCV_CALL( Func ) \
121 Func; \
168 #define CV_CALL( Func ) \
170 Func; \
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs40 public delegate TResult Func<TResult>(); method
41 public delegate TResult Func<T, TResult>(T arg1); method
42 public delegate TResult Func<T1, T2, TResult>(T1 arg1, T2 arg2); method
43 public delegate TResult Func<T1, T2, T3, TResult>(T1 arg1, T2 arg2, T3 arg3); method
44 public delegate TResult Func<T1, T2, T3, T4, TResult>(T1 arg1, T2 arg2, T3 arg3, T4 arg4); method
57 Func<TAggregate, TElement, TAggregate> func, Func<TAggregate, long, TResult> result)
139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) {
166 public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, TResult> selector) {
172 static IEnumerable<TResult> CreateSelectIterator<TSource, TResult>(IEnumerable<TSource> source, Func<TSourc
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3.cpp17 void Func() {} function in namespace:PR5910
23 Foo(Func<int>);
/external/clang/test/Index/
H A Dcomment-cplus-decls.cpp116 void Func(int x);
123 friend void ::test2::foo::Func(int x);
126 // CHECK: <Declaration>friend void Func(int x)</Declaration>
/external/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp34 if (Function *Func = Node->getFunction())
35 return Func->getName();
/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp30 Function* Func = Function::Create(FuncTy,GlobalValue::ExternalLinkage, local
33 BasicBlock* Entry = BasicBlock::Create(Mod->getContext(), "entry", Func);
36 BasicBlock* BB = BasicBlock::Create(Mod->getContext(), "bb", Func);
/external/eigen/unsupported/test/
H A Dautodiff.cpp107 template<typename Func> void forward_jacobian(const Func& f)
109 typename Func::InputType x = Func::InputType::Random(f.inputs());
110 typename Func::ValueType y(f.values()), yref(f.values());
111 typename Func::JacobianType j(f.values(),f.inputs()), jref(f.values(),f.inputs());
121 AutoDiffJacobian<Func> autoj(f);

Completed in 1482 milliseconds

12345