Searched refs:makeWrappedStmts (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | StructuralEquivalenceTest.cpp | 1833 auto t = makeWrappedStmts("lbl: &&lbl;", "lbl: &&lbl;", Lang_CXX03, in TEST_F() 1930 auto t = makeWrappedStmts("0x10.1p0", "16.0625", Lang_CXX17, in TEST_F() 1947 auto t = makeWrappedStmts("_Generic(0u, unsigned int: 0, float: 1)", in TEST_F() 2013 auto t = makeWrappedStmts("1", "1", Lang_CXX03, integerLiteral()); in TEST_F() 2024 auto t = makeWrappedStmts("1", "2", Lang_CXX03, integerLiteral()); in TEST_F() 2029 auto t = makeWrappedStmts("1", "1L", Lang_CXX03, integerLiteral()); in TEST_F() 2089 auto t = makeWrappedStmts( in TEST_F() 2095 auto t = makeWrappedStmts("__is_constructible(int)", in TEST_F() 2101 auto t = makeWrappedStmts("sizeof(int)", "sizeof(int)", Lang_CXX03, in TEST_F() 2119 auto t = makeWrappedStmts("+1", "+1", Lang_CXX03, unaryOperator()); in TEST_F() [all …]
|