Lines Matching refs:impp

296         t_state[0] = Verilated::threadContextp()->impp()->randSeedDefault64();  in vl_rand64()
637 const VerilatedContextImp* const ctxImpp = Verilated::threadContextp()->impp(); in _vl_vsformat_time()
802 if (!widthSet) width = Verilated::threadContextp()->impp()->timeFormatWidth(); in _vl_vsformat()
903 if (!widthSet) width = Verilated::threadContextp()->impp()->timeFormatWidth(); in _vl_vsformat()
1278 return Verilated::threadContextp()->impp()->fdToFp(lhs); in VL_CVT_I_FP()
1355 return Verilated::threadContextp()->impp()->fdNew(filename.c_str(), mode.c_str()); in VL_FOPEN_NN()
1358 return Verilated::threadContextp()->impp()->fdNewMcd(filename.c_str()); in VL_FOPEN_MCD_N()
1361 void VL_FFLUSH_I(IData fdi) VL_MT_SAFE { Verilated::threadContextp()->impp()->fdFlush(fdi); } in VL_FFLUSH_I()
1363 return Verilated::threadContextp()->impp()->fdSeek(fdi, offset, origin); in VL_FSEEK_I()
1365 IData VL_FTELL_I(IData fdi) VL_MT_SAFE { return Verilated::threadContextp()->impp()->fdTell(fdi); } in VL_FTELL_I()
1368 Verilated::threadContextp()->impp()->fdClose(fdi); in VL_FCLOSE_I()
1467 Verilated::threadContextp()->impp()->fdWrite(fpi, t_output); in VL_FWRITEF()
1582 const std::string& match = Verilated::threadContextp()->impp()->argPlusMatch(formatp); in VL_TESTPLUSARGS_I()
1611 const std::string& match = Verilated::threadContextp()->impp()->argPlusMatch(prefix.c_str()); in VL_VALUEPLUSARGS_INW()
1680 const std::string& match = Verilated::threadContextp()->impp()->argPlusMatch(prefix.c_str()); in VL_VALUEPLUSARGS_INN()
1688 const std::string& match = Verilated::threadContextp()->impp()->argPlusMatch(prefixp); in vl_mc_scan_plusargs()
2241 contextp->impp()->timeFormatUnits(units); in VL_TIMEFORMAT_IINI()
2242 contextp->impp()->timeFormatPrecision(precision); in VL_TIMEFORMAT_IINI()
2243 contextp->impp()->timeFormatSuffix(suffix); in VL_TIMEFORMAT_IINI()
2244 contextp->impp()->timeFormatWidth(width); in VL_TIMEFORMAT_IINI()
2395 impp()->commandArgsAddGuts(argc, argv); in commandArgs()
2400 impp()->commandArgsAddGuts(argc, argv); in commandArgsAdd()
2404 const std::string& match = impp()->argPlusMatch(prefixp); in commandArgsPlusMatch()
2416 impp()->commandArgDump(); in internalsDump()
2417 impp()->scopesDump(); in internalsDump()
2591 return &(impp()->m_impdatap->m_nameMap); in scopeNameMap()
2838 Verilated::threadContextp()->impp()->scopeErase(this); in ~VerilatedScope()
2863 Verilated::threadContextp()->impp()->scopeInsert(this); in configure()