Home
last modified time | relevance | path

Searched refs:OT_UNREACHABLE_CODE (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/include/openthread/platform/
Dtoolchain.h205 #define OT_UNREACHABLE_CODE(CODE) … macro
221 #define OT_UNREACHABLE_CODE(CODE) CODE
239 #define OT_UNREACHABLE_CODE(CODE) \
250 #define OT_UNREACHABLE_CODE(CODE) CODE
/openthread-latest/src/core/api/
Dheap_api.cpp51 OT_UNREACHABLE_CODE(return nullptr;) in otHeapCAlloc()
/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.cpp308 OT_UNREACHABLE_CODE(break); in HandleSentFrame()
/openthread-latest/src/lib/spinel/
Dspinel_buffer.cpp157 OT_UNREACHABLE_CODE(break); in GetUpdatedBufPtr()
200 OT_UNREACHABLE_CODE(break); in GetDistance()
/openthread-latest/src/core/mac/
Dsub_mac.cpp567 OT_UNREACHABLE_CODE(ExitNow()); in HandleTransmitDone()
/openthread-latest/src/ncp/
Dncp_base.cpp2567 OT_UNREACHABLE_CODE(return mEncoder.WriteBool(false);) in HandlePropertyGet()
2577 OT_UNREACHABLE_CODE(return OT_ERROR_NONE;) in HandlePropertyGet()