Searched defs:Func1 (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Rewriter/ |
D | rewrite-protocol-type-1.m | 20 INTF <MyProto1, MyProto2> * Func1(INTF *p2, INTF<MyProto1, MyProto2> *p3, INTF *p4, INTF<MyProto1> … function
|
/external/clang/test/SemaObjC/ |
D | incompatible-protocol-qualified-types.m | 17 INTF <MyProto1> * Func1(INTF <MyProto1, MyProto2> *p2) function
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-use-after-return.cc | 39 char *Func1() { in Func1() function
|
/external/python/cpython2/Lib/test/ |
D | pystone.py | 225 def Func1(CharPar1, CharPar2): function
|
/external/clang/test/Sema/ |
D | attr-capabilities.c | 28 void Func1(void) __attribute__((requires_capability(GUI))) {} in Func1() function
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 331 Function *Func1 = Function::Create(Func1Ty, Function::ExternalLinkage, in TEST_F() local 384 Function *Func1 = Function::Create(FuncTy, Function::ExternalLinkage, in TEST_F() local
|
/external/clang/test/SemaCXX/ |
D | overloaded-operator.cpp | 197 typedef INTREF Func1(FLOAT, double); typedef
|
/external/webrtc/webrtc/base/ |
D | thread_unittest.cc | 279 static int Func1() { return 999; } in TEST() function
|