Searched refs:fun (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star114477/
H A Ddesign.h40 struct fun:sc_module struct in inherits:sc_module
47 SC_CTOR(fun) {
58 void fun::entry1()
69 void fun::entry2()
H A Dtest.cpp51 fun c_block("fun_block");
H A Ddesign_rtl.h40 SC_MODULE(fun) {
46 SC_CTOR(fun) {
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h272 #define DEFN_BIN_FUN_T(ret,fun,tp) \
273 inline ret fun( const sc_bit& a, tp b ) \
274 { return fun(a, sc_bit(b) ); } \
275 inline ret fun( tp b, const sc_bit& a ) \
276 { return fun( sc_bit(a), b ); }
278 #define DEFN_BIN_FUN(ret,fun) \
279 DEFN_BIN_FUN_T(ret,fun,bool) \
280 DEFN_BIN_FUN_T(ret,fun,char) \
281 DEFN_BIN_FUN_T(ret,fun,int)
361 #define DEFN_TRN_FUN_T(fun,t
[all...]
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh255 #define DEFN_BIN_FUN_T(ret,fun,tp) \
256 inline ret fun(const sc_bit& a, tp b) { return fun(a, sc_bit(b)); } \
257 inline ret fun(tp b, const sc_bit &a) { return fun(sc_bit(a), b); }
259 #define DEFN_BIN_FUN(ret,fun) \
260 DEFN_BIN_FUN_T(ret,fun,bool) \
261 DEFN_BIN_FUN_T(ret,fun,char) \
262 DEFN_BIN_FUN_T(ret,fun,int)
338 #define DEFN_TRN_FUN_T(fun,t
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h1298 handle fun = detail::get_function(m_ptr); local
1299 if (fun && PyCFunction_Check(fun.ptr()))
1300 return fun;

Completed in 17 milliseconds