Searched refs:warning (Results 26 - 43 of 43) sorted by relevance

12

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h416 // The ACTION*() macros trigger warning C4100 (unreferenced formal
422 # pragma warning(push)
423 # pragma warning(disable:4100)
458 # pragma warning(pop)
H A Dgmock-generated-actions_test.cc591 // The ACTION*() macros trigger warning C4100 (unreferenced formal
597 # pragma warning(push)
598 # pragma warning(disable:4100)
1224 # pragma warning(pop)
H A Dgmock-generated-matchers_test.cc143 // The MATCHER*() macros trigger warning C4100 (unreferenced formal
149 # pragma warning(push)
150 # pragma warning(disable:4100)
1283 # pragma warning(pop)
H A Dgmock-spec-builders_test.cc572 // Tests that Google Mock doesn't print a warning when the number of
876 EXPECT_EQ(0, b.DoB(1)); // Shouldn't generate a warning as the
907 // The warning message should contain the call location.
1819 // Suppresses warning on unreferenced formal parameter in MSVC with
1822 # pragma warning(push)
1823 # pragma warning(disable:4100)
1829 # pragma warning(pop)
1981 // generates a warning without the stack trace when
1982 // --gmock_verbose=warning is specified.
1995 // generates a warning containin
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dstl.h23 #pragma warning(push)
24 #pragma warning(disable: 4127) // warning C4127: Conditional expression is constant
385 #pragma warning(pop)
H A Dnumpy.h28 # pragma warning(push)
29 # pragma warning(disable: 4127) // warning C4127: Conditional expression is constant
1320 // Manual copy to avoid conversion warning if using std::copy
1641 #pragma warning(pop)
/gem5/ext/drampower/src/
H A DCmdHandlers.cc45 int64_t zero_guard(int64_t cycles_in, const char* warning) argument
49 if (warning != nullptr && cycles_in < 0) {
52 // cerr << "WARNING: " << warning << endl;
64 // warning.
161 // warning.
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp4 // Silence MSVC C++17 deprecation warning from Catch regarding std::uncaught_exceptions (up to catch
6 # pragma warning(disable: 4996)
/gem5/src/arch/arm/insts/
H A Dmisc64.cc385 } else if (warning) {
/gem5/ext/pybind11/tests/
H A Dtest_copy_move.cpp183 # pragma warning(disable: 4822) // warning C4822: local class member function does not have a body
H A Dtest_smart_ptr.cpp12 # pragma warning(disable: 4702) // unreachable code in system header
H A Dtest_class.cpp16 # pragma warning(disable: 4324) // warning C4324: structure was padded due to alignment specifier
H A Dtest_eigen.cpp16 # pragma warning(disable: 4996) // C4996: std::unary_negation is deprecated
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h23 // Version 2, 16 July 2008 Only generate ref_count > 1 warning from 1st checker of path
94 First checker in BEGIN_REQ path should see ref_count == 1 (warning only)
307 void tlm2error( tlm::tlm_generic_payload& trans, const char* ref, bool warning = false );
1005 tlm2error( tlm::tlm_generic_payload& trans, const char* ref, bool warning )
1045 if (warning)
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h104 # pragma warning(push)
105 # pragma warning(disable: 4510 4610 4512 4005)
131 # pragma warning(pop)
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h830 // been done before. Prints a warning if there are too many or too
1331 // Workaround for debatable pass-by-reference lint warning (c-library-team
1344 // we need to temporarily disable the warning. We have to do it for
1345 // the entire class to suppress the warning, even though it's about
1349 # pragma warning(push) // Saves the current warning state.
1350 # pragma warning(disable:4355) // Temporarily disables warning 4355.
1788 # pragma warning(pop) // Restores the warning stat
[all...]
H A Dgmock-generated-actions.h2084 // The ACTION*() macros trigger warning C4100 (unreferenced formal
2090 # pragma warning(push)
2091 # pragma warning(disable:4100)
2367 # pragma warning(pop)
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h196 // GTEST_AMBIGUOUS_ELSE_BLOCKER_ - for disabling a gcc warning.
311 __pragma(warning(push)) \
312 __pragma(warning(disable: warnings))
314 __pragma(warning(pop))
831 // The GNU compiler emits a warning if nested "if" statements are followed by
889 // MS C++ compiler emits warning when a conditional expression is compile time
890 // constant. In some contexts this warning is false positive and needs to be
1022 // the expression is false, most compilers will issue a warning/error
2181 // compiler and generates a warning in Sun Studio. The Nokia Symbian
2390 static_cast<void>(name); // To prevent 'unused argument' warning
[all...]

Completed in 42 milliseconds

12