dolphin/Source/Core/Core/PowerPC/Interpreter
Lioncash 4d92ffb949 Interpreter: Amend parameter naming
Drops prefixed underscores from parameters

The C++14 standard states in section 2.10 subsection 3.2:

"Each identifier that begins with an underscore is reserved to the
implementation for use as a name in the global namespace."

It's highly unlikely an implementation will ever use '_inst' as a global
identifier, however it's better to just amend the names and alleviate
the concern altogether.
2017-01-20 14:51:00 -05:00
..
Interpreter_Branch.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_FloatingPoint.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_FPUtils.h Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_Integer.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_LoadStore.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_LoadStorePaired.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_Paired.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_SystemRegisters.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_Tables.cpp Interpreter_Tables: Amend leftover comment 2017-01-18 03:03:44 -05:00
Interpreter_Tables.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Interpreter.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter.h Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00