Home
last modified time | relevance | path

Searched refs:itemsp (Results 1 – 16 of 16) sorted by relevance

/dports/cad/verilator/verilator-4.216/src/
H A DV3Case.cpp67 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
81 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
147 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in isCaseTreeFast()
169 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in isCaseTreeFast()
344 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in replaceCaseComplicated()
420 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in replaceCaseComplicated()
H A DV3Randomize.cpp146 UASSERT_OBJ(nodep->itemsp(), nodep, "Enum without items"); in enumValueTabp()
147 for (AstEnumItem* itemp = nodep->itemsp(); itemp; in enumValueTabp()
H A DV3Assert.cpp260 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
277 if (!has_default && !nodep->itemsp()) { in visit()
281 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
H A DV3Width.cpp2048 for (AstEnumItem* itemp = nodep->itemsp(); itemp; in visit()
2064 if (num.isEqZero() && itemp != nodep->itemsp()) { in visit()
2579 const AstEnumItem* itemp = adtypep->itemsp(); in methodCallEnum()
2587 const AstEnumItem* itemp = adtypep->itemsp(); in methodCallEnum()
3389 AstPatMember* patp = VN_CAST(nodep->itemsp(), PatMember); in patternUOrStruct()
3710 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
3729 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
5907 for (const AstEnumItem* itemp = adtypep->itemsp(); itemp; in enumMaxValue()
5913 if (adtypep->itemsp()->width() > 64 || maxval >= (1 << 16)) { in enumMaxValue()
5964 UASSERT_OBJ(nodep->itemsp(), nodep, "enum without items"); in enumVarp()
[all …]
H A DV3EmitCHeaders.cpp193 for (const AstEnumItem* itemp = edtypep->itemsp(); itemp; in emitEnums()
H A DV3EmitCImp.cpp726 for (AstEnumItem* itemp = enump->itemsp(); itemp; in emitTraceDeclDType()
735 for (AstEnumItem* itemp = enump->itemsp(); itemp; in emitTraceDeclDType()
H A DV3Param.cpp1145 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
1155 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
1170 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
H A DV3Simulate.h820 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
838 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit()
H A DV3EmitV.cpp189 iterateAndNextNull(nodep->itemsp()); in visit()
H A DV3AstNodes.h1481 AstEnumDType(FileLine* fl, VFlagChildDType, AstNodeDType* dtp, AstNode* itemsp) in AstEnumDType() argument
1486 addNOp2p(itemsp);
1517 AstEnumItem* itemsp() const { return VN_AS(op2p(), EnumItem); } // op2 = AstEnumItem's in itemsp() function
1530 for (AstNode* itemp = itemsp(); itemp; itemp = itemp->nextp()) count++; in itemCount()
4899 AstInside(FileLine* fl, AstNode* exprp, AstNode* itemsp) in AstInside() argument
4902 addOp2p(itemsp); in AstInside()
4908 AstNode* itemsp() const { return op2p(); } in itemsp() function
8412 AstPattern(FileLine* fl, AstNode* itemsp) in AstPattern() argument
8414 addNOp2p(itemsp); in AstPattern()
8427 AstNode* itemsp() const { return op2p(); } // op2 = AstPatReplicate, AstPatMember, etc in itemsp() function
H A DV3Ast.h2336 AstCaseItem* itemsp() const { in itemsp() function
/dports/math/pspp/pspp-1.4.1/src/output/spv/
H A Dspv-select.c185 struct spv_item ***itemsp, size_t *n_itemsp)
214 *itemsp = items;
/dports/lang/snobol4/snobol4-2.2.2/
H A Dres.h2251 struct spec itemsp[1]; member
2252 # define ITEMSP ((ptr_t)res.itemsp)
H A Ddata_init.h1627 S_A(res.itemsp) = (int_t) "ITEM";
1628 S_L(res.itemsp) = STRLEN("ITEM");
H A Dres.h22251 struct spec itemsp[1];
2252 # define ITEMSP ((ptr_t)res.itemsp)
H A Ddata_init.h21627 S_A(res.itemsp) = (int_t) "ITEM";
1628 S_L(res.itemsp) = STRLEN("ITEM");