Searched refs:my_function (Results 1 – 8 of 8) sorted by relevance
12 void my_function(Eigen::Vector2d v);18 void my_function(const Eigen::Vector2d& v);28 void my_function(Foo v);33 void my_function(const Foo& v);
12 int my_function(int n) { in my_function() function in MyClass32 return o.my_function(10); in main()
8 float4_t my_function(void) { in my_function() function18 ret = my_function(); in bar()
28 err = my_function(ctx, "this is a long string that will pass the 80chr limit");
324 def my_function(): function357 serv.register_function(my_function)382 def my_function(): function
244 ``my_function.func_closure`` is converted to ``my_function.__closure__``.
613 >>> def my_function():620 >>> print my_function.__doc__
285 float my_function(float a) {