Searched refs:isError (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.8-20130828/include/nn/os/ |
| D | os_StackMemoryAutoStackManager.h | 151 virtual void Destruct(void* pStackBottom, bool isError) in Destruct() argument 152 { Base::DestructImpl(pStackBottom, __return_address(), isError); } in Destruct()
|
| D | os_SimpleAutoStackManager.h | 149 virtual void Destruct(void* pStackBottom, bool isError) in Destruct() argument 150 { Base::DestructImpl(pStackBottom, __return_address(), isError); } in Destruct()
|
| D | os_AutoStackManager.h | 119 virtual void Destruct(void* pStackBottom, bool isError) = 0;
|
| D | os_SimpleAutoStackManagerBase.h | 62 void DestructImpl(void* pStackBottom, uptr returnAddress, bool isError);
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/os/ |
| D | os_SimpleAutoStackManagerBase.cpp | 62 …void SimpleAutoStackManagerBase::DestructImpl(void* pStackBottom, uptr returnAddress, bool isError) in DestructImpl() argument 66 if( isError ) in DestructImpl()
|
| D | os_Default.cpp | 74 virtual void Destruct(void* pStackBottom, bool isError) in Destruct() argument 76 if( isError ) in Destruct()
|