Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_arg_inout_type.v891 chandle x_chandle; register
981 x_chandle = `NULL; i_chandle(x_chandle); if (x_chandle !== `NULL) $stop;
984 x_chandle = `NULL; i_chandle(x_chandle); if (x_chandle === `NULL) $stop;
H A Dt_dpi_arg_output_type.v805 chandle x_chandle; register
895 i_chandle(x_chandle); if (x_chandle !== `NULL) $stop;
898 i_chandle(x_chandle); if (x_chandle === `NULL) $stop;
H A Dt_dpi_arg_inout_type.cpp796 void* x_chandle; in check_exports() local
955 x_chandle = reinterpret_cast<void*>(&e_chandle); in check_exports()
958 x_chandle = NULL; in check_exports()
961 e_chandle(&x_chandle); in check_exports()
964 if (x_chandle) stop(); in check_exports()
967 if (x_chandle) stop(); in check_exports()
H A Dt_dpi_arg_output_type.cpp594 void* x_chandle; in check_exports() local
709 e_chandle(&x_chandle); in check_exports()
710 if (x_chandle != NULL) stop(); in check_exports()