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

12

/gem5/ext/pybind11/include/pybind11/
H A Dcommon.h2 #warning "Including 'common.h' is deprecated. It will be removed in v3.0. Use 'pybind11.h'."
H A Doperators.h17 # pragma warning(push)
18 # pragma warning(disable: 4127) // warning C4127: Conditional expression is constant
167 # pragma warning(pop)
H A Dpybind11.h14 # pragma warning push
15 # pragma warning disable 68 // integer conversion resulted in a change of sign
16 # pragma warning disable 186 // pointless comparison of unsigned integer with zero
17 # pragma warning disable 878 // incompatible exception specifications
18 # pragma warning disable 1334 // the "template" keyword used for syntactic disambiguation may only be used within a template
19 # pragma warning disable 1682 // implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
20 # pragma warning disable 1786 // function "strdup" was declared deprecated
21 # pragma warning disable 1875 // offsetof applied to non-POD (Plain Old Data) types is nonstandard
22 # pragma warning disable 2196 // warning #219
[all...]
H A Deigen.h15 # pragma warning(disable: 1682) // implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
22 // under Clang, so disable that warning here:
31 # pragma warning(push)
32 # pragma warning(disable: 4127) // warning C4127: Conditional expression is constant
33 # pragma warning(disable: 4996) // warning C4996: std::unary_negate is deprecated in C++17
606 # pragma warning(pop)
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_boost.h38 # pragma warning(disable: 4786) // identifier truncated in debug info
39 # pragma warning(disable: 4710) // function not inlined
40 # pragma warning(disable: 4711) // funct. selected for auto-inline expansion
41 # pragma warning(disable: 4514) // unreferenced inline removed
47 # pragma warning(push, 3)
51 # pragma warning(pop)
H A Dsc_cmnhdr.h59 #pragma warning(disable: 4355)
61 // new and delete warning when exception handling is turned on
62 #pragma warning(disable: 4291)
66 #pragma warning(disable: 4800)
69 #pragma warning(disable: 4146)
72 #pragma warning(disable: 4521)
75 #pragma warning(disable: 4786)
H A Dsc_name_gen.cpp36 #pragma warning(disable: 4351)
/gem5/ext/drampower/src/
H A DCAHelpers.cc92 void CommandAnalysis::printWarningIfActive(const string& warning, int type, int64_t timestamp, unsigned bank) argument
95 printWarning(warning, type, timestamp, bank);
99 void CommandAnalysis::printWarningIfNotActive(const string& warning, int type, int64_t timestamp, unsigned bank) argument
102 printWarning(warning, type, timestamp, bank);
106 void CommandAnalysis::printWarningIfPoweredDown(const string& warning, int type, int64_t timestamp, unsigned bank) argument
109 printWarning(warning, type, timestamp, bank);
113 void CommandAnalysis::printWarning(const string& warning, int type, int64_t timestamp, unsigned bank) argument
115 cerr << "WARNING: " << warning << endl;
H A DCommandAnalysis.h246 void printWarningIfActive(const std::string& warning, int type, int64_t timestamp, unsigned bank);
247 void printWarningIfNotActive(const std::string& warning, int type, int64_t timestamp, unsigned bank);
248 void printWarningIfPoweredDown(const std::string& warning, int type, int64_t timestamp, unsigned bank);
249 void printWarning(const std::string& warning, int type, int64_t timestamp, unsigned bank);
/gem5/ext/pybind11/tests/test_embed/
H A Dcatch.cpp7 // Silence MSVC C++17 deprecation warning from Catch regarding std::uncaught_exceptions (up to catch
9 # pragma warning(disable: 4996)
/gem5/src/mem/slicc/ast/
H A DAST.py46 def warning(self, message, *args): member in class:AST
47 self.location.warning(message, *args)
H A DExprStatementAST.py48 self.expr.warning("Non-void return ignored, " + \
/gem5/src/mem/slicc/symbols/
H A DSymbol.py57 self.warning("Pair key '%s' re-defined. new: '%s' old: '%s'",
72 def warning(self, message, *args): member in class:Symbol
73 self.location.warning(message, *args)
H A DStateMachine.py116 action.warning("Duplicate action definition: %s" % action.ident)
119 other.warning("Duplicate action shorthand: %s" % other.ident)
120 other.warning(" shorthand = %s" % other.short)
121 action.warning("Duplicate action shorthand: %s" % action.ident)
184 table[index].warning("Duplicate transition: %s" % table[index])
194 action.warning(error_msg)
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h85 // warning C4121 in MSVC (see
94 // necessary because Visual Studio deprecates ::std::copy, issuing warning 4996.
96 // warning.
150 // The ACTION*() macros trigger warning C4100 (unreferenced formal
156 # pragma warning(push)
157 # pragma warning(disable:4100)
228 // Suppresses the 'unreachable code' warning that VC generates in opt modes.
230 # pragma warning(push) // Saves the current warning state.
231 # pragma warning(disabl
[all...]
/gem5/ext/pybind11/tests/
H A Dpybind11_tests.h6 # pragma warning(disable: 4503) // warning C4503: decorated name length exceeded, name was truncated
H A Dtest_builtin_casters.cpp14 # pragma warning(push)
15 # pragma warning(disable: 4127) // warning C4127: Conditional expression is constant
/gem5/ext/mcpat/regression/
H A Dverify_output.py62 def warning(msg): function
71 warning("Value, %s, is not a number" % value)
78 warning("Tolernance is too large: %s" % tolerance)
234 warning("ERROR: Line not matched: %s" % line)
/gem5/src/mem/slicc/
H A Dutil.py66 def warning(self, message, *args): member in class:Location
/gem5/ext/ply/ply/
H A Dyacc.py124 def warning(self,msg,*args,**kwargs): member in class:PlyLogger
1346 # a warning about unused precedence rules.
2852 self.log.warning("%s:%d: Function %s redefined. Previously defined on line %d", filename,linen,name,prev)
2919 self.log.warning("Token '%s' multiply defined", n)
2995 self.log.warning("%s:%d: No documentation string specified in function '%s' (ignored)",file,line,func.__name__)
3017 self.log.warning("'%s' not defined as a function", n)
3023 self.log.warning("%s:%d: Possible grammar rule '%s' defined without p_ prefix",
3082 errorlog.warning("There was a problem loading the table file: %s", repr(e))
3085 errorlog.warning(str(e))
3105 errorlog.warning("n
[all...]
H A Dlex.py84 def warning(self,msg,*args,**kwargs): member in class:PlyLogger
601 self.log.warning("Token '%s' multiply defined", n)
694 self.log.warning("%s contains a literal backslash '\\'",f)
981 errorlog.warning("No t_error rule is defined")
987 errorlog.warning("No error rule is defined for exclusive state '%s'", s)
989 errorlog.warning("No ignore rule is defined for exclusive state '%s'", s)
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h316 const char kWarningVerbosity[] = "warning";
367 # pragma warning(push)
368 # pragma warning(disable:4717)
386 # pragma warning(pop)
/gem5/src/arch/arm/insts/
H A Dmisc64.hh212 const bool warning; member in class:MiscRegImplDefined64
221 warning(_warning)
/gem5/src/base/
H A Dremote_gdb.cc202 const char *warning; member in struct:__anon24::BadClient
203 BadClient(const char *_warning=NULL) : warning(_warning)
480 if (e.warning)
481 warn(e.warning);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc118 // still emits a warning that alerts about this change in behavior.
120 # pragma warning(push)
121 # pragma warning(disable : 4373)
179 # pragma warning(pop)

Completed in 51 milliseconds

12