Home
last modified time | relevance | path

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

12345

/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.h170 #define hb_test_add(Func) hb_test_add_func (#Func, Func) argument
181 #define hb_test_add_flavor(Flavor, Func) hb_test_add_func (#Func, Flavor, Func) argument
192 #define hb_test_add_data(UserData, Func) hb_test_add_data_func (#Func, UserData, Func) argument
204 #define hb_test_add_data_flavor(UserData, Flavor, Func) hb_test_add_data_func_flavor (#Func, Flavor… argument
219 #define hb_test_add_fixture(FixturePrefix, UserData, Func) \ argument
247 #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/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/SemaTemplate/
Dinstantiate-overloaded-arrow.cpp18 void Func() { in Func() function
/external/clang/test/CodeGenCXX/
D2009-08-11-VectorRetTy.cpp3 typedef void (*Func) (); typedef
/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/SemaCXX/
Dincomplete-call.cpp20 typedef A (*Func)(); in g() typedef
/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
/external/compiler-rt/test/asan/TestCases/
Duar_and_exceptions.cc24 void Func(int depth) { in Func() function
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp100 VariadicOpPayload(ast_matchers::internal::VariadicOperatorFunction Func, in VariadicOpPayload()
123 const ast_matchers::internal::VariadicOperatorFunction Func; member in clang::ast_matchers::dynamic::VariantMatcher::VariadicOpPayload
139 ast_matchers::internal::VariadicOperatorFunction Func, in VariadicOperatorMatcher()
/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/chromium_org/tools/android/forwarder2/
Dcommon.h25 #define PRESERVE_ERRNO_HANDLE_EINTR(Func) \ argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3.cpp17 void Func() {} in Func() function
/external/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h111 LibFunc::Func Func; in getIntrinsicIDForCall() local
/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/lib/Analysis/IPA/
DCallPrinter.cpp31 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/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h61 void endFunctionWithRet(Function *Func, Value *RetValue) { in endFunctionWithRet()
120 Function *insertExternalReferenceToFunction(Module *M, Function *Func) { in insertExternalReferenceToFunction()

12345