Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dtoolchain.h214 #define OT_UNREACHABLE_CODE(CODE) … macro
230 #define OT_UNREACHABLE_CODE(CODE) CODE
248 #define OT_UNREACHABLE_CODE(CODE) \
259 #define OT_UNREACHABLE_CODE(CODE) CODE
/openthread-latest/src/core/api/
Dheap_api.cpp51 OT_UNREACHABLE_CODE(return nullptr;) in otHeapCAlloc()
/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/thread/
Dcsl_tx_scheduler.cpp333 OT_UNREACHABLE_CODE(break); in HandleSentFrame()
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp1102 OT_UNREACHABLE_CODE(break); in Process()
1111 OT_UNREACHABLE_CODE(break); in Process()
/openthread-latest/src/core/mac/
Dsub_mac.cpp542 OT_UNREACHABLE_CODE(ExitNow()); in HandleTransmitDone()
Dmac_frame.cpp455 OT_UNREACHABLE_CODE(break); in SetDstAddr()
/openthread-latest/src/ncp/
Dncp_base.cpp2532 OT_UNREACHABLE_CODE(return mEncoder.WriteBool(false);) in HandlePropertyGet()
2542 OT_UNREACHABLE_CODE(return OT_ERROR_NONE;) in HandlePropertyGet()