Lines Matching refs:dialect

128 #define CHECK_ERROR_DIALECT(text, typ, substring, dialect) \  argument
131 Error err = expectError((text), dialect, false); \
151 SimpleDialect dialect; in BOOST_AUTO_TEST_CASE() local
152 BOOST_CHECK(successParse("{ let a, b, c := builtin(1, 2) }", dialect)); in BOOST_AUTO_TEST_CASE()
153 …, b, c := builtin(1) }", TypeError, "Function \"builtin\" expects 2 arguments but got 1", dialect); in BOOST_AUTO_TEST_CASE()
154 …nError, "Variable count mismatch for declaration of \"a, b\": 2 variables and 3 values.", dialect); in BOOST_AUTO_TEST_CASE()
214 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
215 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
232 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
233 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
255 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
256 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
277 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
278 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
301 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
302 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
333 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
334 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
364 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
365 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
385 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
386 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
405 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
406 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
428 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
429 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
462 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
463 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
498 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
499 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
517 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
518 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
534 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
535 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
548 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
549 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
562 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
563 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
579 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
580 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
600 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
601 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
618 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
619 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
635 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
636 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
646 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
647 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
663 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
664 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()
944 EVMDialectTyped const& dialect = EVMDialectTyped::instance(EVMVersion{}); in BOOST_AUTO_TEST_CASE() local
945 shared_ptr<Block> result = parse(sourceText, dialect, reporter); in BOOST_AUTO_TEST_CASE()