Searched refs:function_call (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dattr.h119 inline void keep_alive_impl(size_t Nurse, size_t Patient, function_call &call, handle ret);
152 handle (*impl) (function_call &) = nullptr;
285 inline function_call::function_call(const function_record &f, handle p) : function in class:function_call
306 static void precall(function_call &) { }
307 static void postcall(function_call &, handle) { }
448 static void precall(function_call &call) { keep_alive_impl(Nurse, Patient, call, handle()); }
450 static void postcall(function_call &, handle) { }
452 static void precall(function_call &) { }
454 static void postcall(function_call
[all...]
H A Dcast.h1861 struct function_call {
1862 function_call(const function_record &f, handle p); // Implementation in attr.h
1906 bool load_args(function_call &call) {
1923 static bool load_impl_sequence(function_call &, index_sequence<>) { return true; }
1926 bool load_impl_sequence(function_call &call, index_sequence<Is...>) {
H A Dpybind11.h137 rec->impl = [](function_call &call) -> handle {
459 std::vector<function_call> second_pass;
496 function_call call(func, parent);
1625 PYBIND11_NOINLINE inline void keep_alive_impl(size_t Nurse, size_t Patient, function_call &call, handle ret) {

Completed in 23 milliseconds