Searched refs:test_sprintf (Results 1 – 4 of 4) sorted by relevance
/external/fmtlib/test/ |
D | printf-test.cc | 40 std::string test_sprintf(fmt::string_view format, const Args&... args) { in test_sprintf() function 44 std::wstring test_sprintf(fmt::wstring_view format, const Args&... args) { in test_sprintf() function 49 EXPECT_EQ(expected_output, test_sprintf(format, arg)) \ 54 EXPECT_EQ("test", test_sprintf("test")); in TEST() 59 EXPECT_EQ("%", test_sprintf("%%")); in TEST() 60 EXPECT_EQ("before %", test_sprintf("before %%")); in TEST() 61 EXPECT_EQ("% after", test_sprintf("%% after")); in TEST() 62 EXPECT_EQ("before % after", test_sprintf("before %% after")); in TEST() 63 EXPECT_EQ("%s", test_sprintf("%%s")); in TEST() 72 EXPECT_EQ("42", test_sprintf("%1$d", 42)); in TEST() [all …]
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 807 void test_sprintf() { in test_sprintf() function 943 test_sprintf(); in main()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | fortify-folding.ll | 80 define i32 @test_sprintf() { 81 ; CHECK-LABEL: @test_sprintf(
|
/external/llvm-project/compiler-rt/test/dfsan/ |
D | custom.cpp | 951 void test_sprintf() { in test_sprintf() function 1098 test_sprintf(); in main()
|