Home
last modified time | relevance | path

Searched defs:Func (Results 1 – 25 of 84) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DFunctionDelegates.cs37 public delegate TResult Func<TResult>(); in Func() method
39 public delegate TResult Func<T, TResult>(T arg); in Func() method
/external/harfbuzz_ng/test/api/
Dhb-test.h173 #define hb_test_add(Func) hb_test_add_func (#Func, Func) argument
184 #define hb_test_add_flavor(Flavor, Func) hb_test_add_func (#Func, Flavor, Func) argument
195 #define hb_test_add_data(UserData, Func) hb_test_add_data_func (#Func, UserData, Func) argument
207 #define hb_test_add_data_flavor(UserData, Flavor, Func) hb_test_add_data_func_flavor (#Func, Flavor… argument
222 #define hb_test_add_fixture(FixturePrefix, UserData, Func) \ argument
250 #define hb_test_add_fixture_flavor(FixturePrefix, UserData, Flavor, Func) \ argument
/external/clang/test/CodeGen/
D2003-10-06-NegateExprType.c5 void Func(int *B) { in Func() function
D2003-10-29-AsmRename.c10 int Func(struct foo *F) { in Func() function
/external/clang/test/SemaTemplate/
Dinstantiate-overloaded-arrow.cpp18 void Func() { in Func() function
/external/clang/test/Rewriter/
Drewrite-protocol-type-1.m15 INTF <MyProto1> * Func(INTF <MyProto1> *p2, INTF<MyProto1> *p3, INTF *p4, INTF<MyProto1> *p5) function
/external/clang/test/CodeGenCXX/
D2009-08-11-VectorRetTy.cpp3 typedef void (*Func) (); typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs40 public delegate TResult Func<TResult>(); in Func() method
41 public delegate TResult Func<T, TResult>(T arg1); in Func() method
42 public delegate TResult Func<T1, T2, TResult>(T1 arg1, T2 arg2); in Func() method
43 public delegate TResult Func<T1, T2, T3, TResult>(T1 arg1, T2 arg2, T3 arg3); in Func() method
44 public delegate TResult Func<T1, T2, T3, T4, TResult>(T1 arg1, T2 arg2, T3 arg3, T4 arg4); in Func() method
/external/clang/test/SemaObjC/
Dincompatible-protocol-qualified-types.m11 INTF <MyProto1> * Func(INTF <MyProto1, MyProto2> *p2) // expected-note{{passing argument to paramet… function
Dprotocol-id-test-3.m11 id<MyProto1> Func(INTF <MyProto1, MyProto2> *p2) // expected-note 2{{passing argument to parameter … function
Dprotocol-qualified-class-unsupported.m16 @protocol Func protocol
Dcall-super-2.m12 @protocol Func protocol
/external/clang/test/SemaCXX/
Dincomplete-call.cpp20 typedef A (*Func)(); in g() typedef
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h53 typedef RET (*Func)(void *, P1, P2, P3, P4, P5); typedef
65 typedef RET (*Func)(void *, P1, P2, P3, P4); typedef
77 typedef RET (*Func)(void *, P1, P2, P3); typedef
87 typedef RET (*Func)(void *, P1, P2); typedef
97 typedef RET (*Func)(void *, P1); typedef
107 typedef RET (*Func)(void *); typedef
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3.cpp17 void Func() {} in Func() function
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeFilter.cs35 public delegate TResult Func<T, TResult>(T arg); in Func() method
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp30 Function* Func = Function::Create(FuncTy,GlobalValue::ExternalLinkage, in makeLLVMModule() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h119 void endFunctionWithRet(Function *Func, Value *RetValue) { in endFunctionWithRet()
178 Function *insertExternalReferenceToFunction(Module *M, Function *Func) { in insertExternalReferenceToFunction()
/external/llvm/lib/Analysis/IPA/
DCallPrinter.cpp34 if (Function *Func = Node->getFunction()) in getNodeLabel() local
/external/clang/test/SemaObjCXX/
Dobjc-pointer-conv.mm32 void Func (I* arg); // expected-note {{candidate function not viable: no known conversion from 'co… function
/external/opencv/cxcore/include/
Dcxerror.h119 #define OPENCV_CALL( Func ) \ argument
168 #define CV_CALL( Func ) \ argument
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
Dp1.cpp91 void X2<T>::Bar<F>::Func() {} in Func() function in X2::Bar
/external/stlport/test/unit/
Dptrspec_test.cpp224 typedef void (*Func)(int); typedef
/external/icu4c/test/perf/collperf/
Dcollperf.cpp82 typedef void (CmdKeyGen::* Func)(int32_t); typedef in CmdKeyGen
134 typedef void (CmdIter::* Func)(UErrorCode* , int32_t ); typedef in CmdIter
183 typedef void (CmdIterAll::* Func)(UErrorCode* status); typedef in CmdIterAll
342 typedef int (* Func)(const void *, const void *); typedef
394 typedef int (CmdBinSearch::* Func)(int, int); typedef in CmdBinSearch
/external/llvm/lib/Target/R600/
DAMDILPeepholeOptimizer.cpp614 Function *Func = in optimizeBitInsert() local
778 Function *Func = in optimizeBitExtract() local
968 Function *Func = dyn_cast<Function>( in expandSigned24BitOps() local
1000 Function *Func = dyn_cast<Function>( in expandSigned24BitOps() local

1234