Home
last modified time | relevance | path

Searched refs:test_literal (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/multiprecision/test/
Dtest_cpp_int_lit.cpp14 void test_literal(T val, const char* p) in test_literal() function
25 test_literal(val1, BOOST_STRINGIZE(x)); \
26 test_literal(val2, BOOST_STRINGIZE(x)); \
27 test_literal(val3, BOOST_STRINGIZE(x)); \
28 test_literal(val4, BOOST_STRINGIZE(x)); \
/third_party/glib/glib/tests/
Derror.c73 test_literal (void) in test_literal() function
377 g_test_add_func ("/error/literal", test_literal); in main()
/third_party/python/Lib/test/
Dtest_fstring.py435 def test_literal(self): member in TestCase
Dtest_bytes.py1778 def test_literal(self): member in AssortedBytesTest