Lines Matching defs:FormatTestVerilog
1 //===- unittest/Format/FormatTestVerilog.cpp ------------------------------===//
17 class FormatTestVerilog : public test::FormatTestBase {
27 TEST_F(FormatTestVerilog, Align) {
79 TEST_F(FormatTestVerilog, Assign) {
96 TEST_F(FormatTestVerilog, BasedLiteral) {
117 TEST_F(FormatTestVerilog, Block) {
200 TEST_F(FormatTestVerilog, Case) {
383 TEST_F(FormatTestVerilog, Coverage) {
389 TEST_F(FormatTestVerilog, Declaration) {
426 TEST_F(FormatTestVerilog, Delay) {
449 TEST_F(FormatTestVerilog, Enum) {
463 TEST_F(FormatTestVerilog, Headers) {
638 TEST_F(FormatTestVerilog, Hierarchy) {
719 TEST_F(FormatTestVerilog, Identifiers) {
741 TEST_F(FormatTestVerilog, If) {
924 TEST_F(FormatTestVerilog, Instantiation) {
996 TEST_F(FormatTestVerilog, Loop) {
1016 TEST_F(FormatTestVerilog, Operators) {
1089 TEST_F(FormatTestVerilog, Preprocessor) {
1197 TEST_F(FormatTestVerilog, Primitive) {
1239 TEST_F(FormatTestVerilog, Streaming) {
1259 TEST_F(FormatTestVerilog, StringLiteral) {
1328 TEST_F(FormatTestVerilog, StructLiteral) {
1361 TEST_F(FormatTestVerilog, StructuredProcedure) {