Searched refs:call (Results 51 - 55 of 55) sorted by relevance

123

/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s62 bl $$dyncall,%mrp ; call $$dyncall (millicode function)
121 bl b_null,%rp ; call `b_null' immediate (8 times)
H A Dksr1.s155 # routine (%i5) and call the helper routine passed in as the first
168 finop ; jsr %c14,16(%c4) # call helper
350 finop ; jsr %c14,16(%c4) # call `only'
391 finop ; jsr %c14,16(%c4) # call `startup'
409 finop ; jsr %c4,16(%c4) # call `only'
/gem5/src/systemc/core/
H A Dprocess.cc270 func->call();
/gem5/ext/pybind11/include/pybind11/
H A Dstl.h326 static auto call(Args &&...args) -> decltype(visit(std::forward<Args>(args)...)) {
362 return visit_helper<V>::call(variant_caster_visitor{policy, parent},
H A Dpytypes.h69 subclass causes a corresponding call to ``__getitem__``. Assigning a `handle`
70 or `object` subclass causes a call to ``__setitem__``.
79 subclass causes a corresponding call to ``getattr``. Assigning a `handle`
80 or `object` subclass causes a call to ``setattr``.
88 or ``list`` for a function call. Applying another * to the result yields
105 call fails, a `error_already_set` exception is thrown.
110 PYBIND11_DEPRECATED("call(...) was deprecated in favor of operator()(...)")
111 object call(Args&&... args) const;
336 /// already set it is cleared first. After this call, the current object no longer stores the

Completed in 17 milliseconds

123