Searched refs:check (Results 26 - 32 of 32) sorted by relevance

12

/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h479 /// Compile-time all/any/none of that check the boolean value of all template types
589 template <typename... Us> static std::true_type check(Base<Us...> *);
590 static std::false_type check(...);
597 using is_template_base_of = decltype(is_template_base_of_impl<Base>::check((intrinsic_t<T>*)nullptr));
599 struct is_template_base_of : decltype(is_template_base_of_impl<Base>::check((intrinsic_t<T>*)nullptr)) { };
/gem5/src/base/
H A Dstatistics.hh105 bool check() const { return s.check(); } function in class:Stats::InfoProxy
224 bool check() const { return true; } function in class:Stats::InfoAccess
778 bool check() const { return true; }
887 bool check() const { return proxy != NULL; }
1125 check() const
1374 check() const
2033 check() const
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h92 std::vector<PyTypeObject *> check; local
94 check.push_back((PyTypeObject *) parent.ptr());
97 for (size_t i = 0; i < check.size(); i++) {
98 auto type = check[i];
123 if (i + 1 == check.size()) {
125 // `check` when adding just one base (which is typical--i.e. when there is no
127 check.pop_back();
131 check.push_back((PyTypeObject *) parent.ptr());
774 // (we specifically check for: has `value_type` and `reference` with `reference = value_type&`): if
1134 // On PyPy, check tha
[all...]
H A Dpytypes.h45 /// Tag and check to identify a class which implements the Python object API
215 bool check() const { return m_ptr != nullptr; } function in class:handle
786 bool check() const { return m_ptr != nullptr && (bool) CheckFun(m_ptr); } \
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py142 # check for underflow? should be the job of the parser
160 # and the first non-WS/non-NEWLINE on a line. It flags the check so
655 syntax.check(tree)
/gem5/src/systemc/utils/
H A Dvcd.cc311 if (tv->check()) {
/gem5/src/dev/net/
H A Dsinic.cc733 rxFifo.check();

Completed in 34 milliseconds

12