Home
last modified time | relevance | path

Searched defs:what (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/
Desp_exception.cpp23 const char *ESPException::what() const noexcept { in what() function in idf::ESPException
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/host_test/fixtures/
Dtest_fixtures.hpp38 virtual const char *what() const noexcept in what() function in CMockException
/hal_espressif-3.4.0/tools/ci/
Dcheck_public_headers.py61 def exec_cmd_to_temp_file(what, suffix=''): argument
69 def exec_cmd(what, out_file=subprocess.PIPE): argument
/hal_espressif-3.4.0/components/newlib/
Dpthread.c26 int sigfillset(sigset_t *what) in sigfillset()
/hal_espressif-3.4.0/components/esp_event/host_test/
Dfixtures.hpp34 virtual const char *what() const noexcept in what() function in CMockException
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/main/
Desp_timer_test.cpp32 const char *what() const noexcept override { in what() function
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/include/
Desp_event_cxx.hpp117 const char *what() const noexcept in what() function
/hal_espressif-3.4.0/components/xtensa/esp32s2/include/xtensa/config/
Dcore.h885 #define XCHAL_ITLB_SET(n,what) _XCHAL_ITLB_SET(n, _ ## what ) argument
887 #define XCHAL_ITLB_SET_E(n,i,what) _XCHAL_ITLB_SET_E(n,i, _ ## what ) argument
889 #define XCHAL_DTLB_SET(n,what) _XCHAL_DTLB_SET(n, _ ## what ) argument
891 #define XCHAL_DTLB_SET_E(n,i,what) _XCHAL_DTLB_SET_E(n,i, _ ## what ) argument
/hal_espressif-3.4.0/components/xtensa/esp32/include/xtensa/config/
Dcore.h831 #define XCHAL_ITLB_SET(n,what) _XCHAL_ITLB_SET(n, _ ## what ) argument
833 #define XCHAL_ITLB_SET_E(n,i,what) _XCHAL_ITLB_SET_E(n,i, _ ## what ) argument
835 #define XCHAL_DTLB_SET(n,what) _XCHAL_DTLB_SET(n, _ ## what ) argument
837 #define XCHAL_DTLB_SET_E(n,i,what) _XCHAL_DTLB_SET_E(n,i, _ ## what ) argument
/hal_espressif-3.4.0/components/xtensa/esp32s3/include/xtensa/config/
Dcore.h881 #define XCHAL_ITLB_SET(n,what) _XCHAL_ITLB_SET(n, _ ## what ) argument
883 #define XCHAL_ITLB_SET_E(n,i,what) _XCHAL_ITLB_SET_E(n,i, _ ## what ) argument
885 #define XCHAL_DTLB_SET(n,what) _XCHAL_DTLB_SET(n, _ ## what ) argument
887 #define XCHAL_DTLB_SET_E(n,i,what) _XCHAL_DTLB_SET_E(n,i, _ ## what ) argument
/hal_espressif-3.4.0/components/unity/include/
Dunity_test_runner.h26 #define UNITY_TEST_UID(what) UNITY_EXPAND(what, __LINE__) argument
/hal_espressif-3.4.0/components/nvs_flash/host_test/fixtures/
Dtest_fixtures.hpp33 const char *what() { in what() function
/hal_espressif-3.4.0/tools/catch/
Dcatch.hpp6823 const char* NotImplementedException::what() const CATCH_NOEXCEPT { in what() function in Catch::NotImplementedException