dolphin/Source/Core/Core/PowerPC
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
..
CachedInterpreter JitCache: Return a pointer in AllocateBlock. 2017-01-12 20:23:14 +01:00
Interpreter Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Jit64 PPCTables: Use std::array instead of raw C arrays 2017-01-18 03:03:00 -05:00
Jit64Common JitCache: Get rid of reliance on the JIT global variable 2017-01-09 04:43:06 -05:00
Jit64IL IR: Make getNumInsts return type size_t 2017-01-16 19:38:30 -05:00
JitArm64 PPCTables: Use std::array instead of raw C arrays 2017-01-18 03:03:00 -05:00
JitArmCommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
JitCommon JitCache: Use pointers in the ICache and dispatchers. 2017-01-12 21:43:28 +01:00
JitILCommon IR: Deduplicate code in Reset and FoldFallbackToInterpreter 2017-01-17 20:35:02 -05:00
SignatureDB Merge pull request #4299 from sepalani/hle_symbols 2017-01-13 10:05:32 +13:00
BreakPoints.cpp BreakPoints: Use std::any_of where applicable 2017-01-11 16:37:31 -05:00
BreakPoints.h BreakPoints: Make getters const member functions 2017-01-11 10:08:14 -05:00
CPUCoreBase.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GDBStub.cpp Core: Remove double newlines at the end of *_LOG messages. 2016-11-02 02:09:33 +00:00
GDBStub.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Gekko.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
JitInterface.cpp JitCache: Add a helper function to iterate over all blocks. 2017-01-12 20:23:14 +01:00
JitInterface.h Jit: FIFO optimization improvements 2016-08-15 20:09:52 +10:00
MMU.cpp BreakPoints: Rename variables 2017-01-11 10:08:11 -05:00
PowerPC.cpp PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PowerPC.h PowerPC: Simplify TLB resetting 2017-01-18 19:31:04 -05:00
PPCAnalyst.cpp Import/Export signature files as CSV 2016-12-18 00:27:10 +00:00
PPCAnalyst.h Jit: FIFO optimization improvements 2016-08-15 20:09:52 +10:00
PPCCache.cpp PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PPCCache.h PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PPCSymbolDB.cpp SymbolDB: Use set to map hash with symbols 2016-12-19 21:03:29 +00:00
PPCSymbolDB.h PPCSymbolDB: Drop useless const qualifier 2016-09-26 22:57:40 +02:00
PPCTables.cpp PPCTables: Use std::array instead of raw C arrays 2017-01-18 03:03:00 -05:00
PPCTables.h PPCTables: Use std::array instead of raw C arrays 2017-01-18 03:03:00 -05:00
Profiler.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Profiler.h JitCache: Add a helper function to iterate over all blocks. 2017-01-12 20:23:14 +01:00