Home
last modified time | relevance | path

Searched refs:myfunc (Results 1 – 12 of 12) sorted by relevance

/external/lldb/test/lang/cpp/namespace/
Dmain.cpp25 int myfunc (int a);
30 float myfunc (float f) in myfunc() function
48 using Foo::myfunc; // using declaration
60 int Foo::myfunc(int a) in myfunc() function in Foo
77 return Foo::myfunc(12); in main()
/external/ltrace/testsuite/ltrace.minor/
Dtrace-clone.c19 typedef int (* myfunc)(); typedef
29 pid = __clone2((myfunc)&child, stack, STACK_SIZE, CLONE_FS, NULL); in main()
31 pid = clone((myfunc)&child, stack + STACK_SIZE, CLONE_FS, NULL); in main()
/external/v8/test/webkit/fast/js/kde/
Dexception_propagation.js26 function myfunc() { function
65 myfunc(throwex(), set_from_func_throw_args = 1);
75 myfunc(set_from_before_func_throw_args = 1, throwex());
94 myfunc(aparam(),bparam(),cparam());
109 new myfunc(anewparam(),bnewparam(),cnewparam());
Dobject_prototype-expected.txt53 PASS myfunc.length is 3
54 PASS myfunc.someproperty is 4
55 PASS myfunc.propertyIsEnumerable('length') is false
56 PASS myfunc.propertyIsEnumerable('someproperty') is true
57 PASS checkEnumerable(myfunc,'length') is false
58 PASS checkEnumerable(myfunc,'someproperty') is true
Dobject_prototype.js91 function myfunc(a,b,c) function
94 myfunc.someproperty = 4;
Dmath.js104 function myfunc( num ) { return num+1; } function
Dmath-expected.txt80 PASS my = myfunc, myfunc(4) is 5
/external/clang/test/Sema/
Dblock-literal.c58 void myfunc(int (^block)(int)) {}
65 myfunc(^(int abcd) { in test5()
/external/clang/test/Rewriter/
Drewrite-block-literal.mm54 void myfunc(int (^block)(int)) {} function
61 myfunc(^(int abcd) {
/external/v8/test/mjsunit/regress/
Dregress-842.js32 Array.prototype.myfunc = function() {}; method in Array
/external/clang/test/Parser/
Dcxx-friend.cpp28 friend void myfunc();
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2938 * void ANTLR3_CDECL myfunc( <scopeType(sname=scope.name)> ptr).