Home
last modified time | relevance | path

Searched refs:CHECK_STRING (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dsysmsg.c9 #define CHECK_STRING "hello, world!" macro
24 strcpy(msg.string, CHECK_STRING); in main()
/external/python/cpython3/Modules/
D_testcapimodule.c2885 #define CHECK_STRING(STR, expected) \ in test_string_to_double() macro
2907 CHECK_STRING("0.1", 0.1); in test_string_to_double()
2908 CHECK_STRING("1.234", 1.234); in test_string_to_double()
2909 CHECK_STRING("-1.35", -1.35); in test_string_to_double()
2910 CHECK_STRING(".1e01", 1.0); in test_string_to_double()
2911 CHECK_STRING("2.e-2", 0.02); in test_string_to_double()
2922 #undef CHECK_STRING in test_string_to_double()