Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp84 void verifyNoCrash(llvm::StringRef Code, in verifyNoCrash() function in clang::format::__anon4a65ed390111::FormatTest
1048 verifyNoCrash("/\\\n/"); in TEST_F()
1049 verifyNoCrash("/\\\n* */"); in TEST_F()
1051 verifyNoCrash(StringRef("/*\\\0\n/", 6)); in TEST_F()
2756 verifyNoCrash("#if a\na(\n#else\n#endif\n{a"); in TEST_F()
2757 verifyNoCrash("a={0,1\n#if a\n#else\n;\n#endif\n}"); in TEST_F()
2758 verifyNoCrash("#if a\na(\n#else\n#endif\n) a {a,b,c,d,f,g};"); in TEST_F()
2759 verifyNoCrash("#ifdef A\n a(\n #else\n #endif\n) = []() { \n)}"); in TEST_F()
3238 verifyNoCrash("^{v^{a}}"); in TEST_F()
6065 verifyNoCrash("a[,Y?)]", getLLVMStyleWithColumns(10)); in TEST_F()
[all …]