Searched defs:Func (Results 1 - 25 of 58) sorted by relevance

123

/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 */
H A D2002-07-14-MiscTests3.c28 unsigned PtrFunc(int (*Func)(int), int X) { argument
29 return Func(X);
75 int Func(int Param, long long Param2) { function
/external/clang/test/SemaTemplate/
H A Dinstantiate-overloaded-arrow.cpp17 void Func() { function
/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/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'}}
H A Dabstract.cpp53 typedef void (*Func)(C); // expected-error {{parameter type 'C' is an abstract class}} typedef
54 void t6(Func);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
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)
/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
/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/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/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp85 void Func();
91 void X2<T>::Bar<F>::Func() {} function in class:X2::Bar
/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/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/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp49 bool MachineTraceMetrics::runOnMachineFunction(MachineFunction &Func) { argument
50 MF = &Func;
H A DStackColoring.cpp560 bool StackColoring::runOnMachineFunction(MachineFunction &Func) { argument
563 << ((const Value*)Func.getFunction())->getName() << '\n');
564 MF = &Func;
/external/llvm/lib/MC/
H A DMCPureStreamer.cpp71 virtual void EmitThumbFunc(MCSymbol *Func) { argument
H A DMCELFStreamer.cpp60 virtual void EmitThumbFunc(MCSymbol *Func);
190 void MCELFStreamer::EmitThumbFunc(MCSymbol *Func) { argument
193 getAssembler().setIsThumbFunc(Func);
195 MCSymbolData &SD = getAssembler().getOrCreateSymbolData(*Func);
H A DMCNullStreamer.cpp41 virtual void EmitThumbFunc(MCSymbol *Func) {} argument
H A DWinCOFFStreamer.cpp55 virtual void EmitThumbFunc(MCSymbol *Func);
188 void WinCOFFStreamer::EmitThumbFunc(MCSymbol *Func) { argument
/external/stlport/test/unit/
H A Dptrspec_test.cpp224 typedef void (*Func)(int); typedef
229 vector<Func> fs;
/external/protobuf/python/
H A Dmox.py1112 class Func(Comparator): class in inherits:Comparator
1126 mock_dao.DoSomething(Func(myParamValidator), true)
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp43 LibFunc::Func Func; member in struct:AllocFnsTy
97 LibFunc::Func TLIFn;
104 if (AllocationFnData[i].Func == TLIFn) {
310 LibFunc::Func TLIFn;
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp102 ComparableFunction(Function *Func, TargetData *TD) argument
103 : Func(Func), Hash(profileFunction(Func)), TD(TD) {}
105 Function *getFunc() const { return Func; }
112 assert(Func &&
114 Func = NULL;
119 : Func(NULL), Hash(Hash), TD(NULL) {}
121 AssertingVH<Function> Func; member in class:__anon9650::ComparableFunction

Completed in 423 milliseconds

123