Searched refs:AstUnionLabel (Results 1 – 5 of 5) sorted by relevance
114 AstUnionLabel* pLabel = NULL; in lookupBranch()164 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupLabel()215 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupEnum()300 AstUnionLabel* pLabel = NULL; in dump()372 AstUnionBranch::AstUnionBranch(AstUnionLabel* pLabel, AstType const * pType, const ::rtl::OString& … in AstUnionBranch()384 AstUnionLabel::AstUnionLabel(UnionLabel labelKind, AstExpression* pExpr) in AstUnionLabel() function in AstUnionLabel392 AstUnionLabel::~AstUnionLabel() in ~AstUnionLabel()
285 AstUnionLabel* lbval; /* union label value */3141 AstUnionLabel* pLabel = NULL;3214 $$ = new AstUnionLabel(UL_default, NULL);3227 $$ = new AstUnionLabel(UL_label, $3);
32 …AstUnionBranch(AstUnionLabel* pLabel, AstType const * pType, const ::rtl::OString& name, AstScope*…35 AstUnionLabel* getLabel() in getLabel()38 AstUnionLabel* m_pLabel;
32 class AstUnionLabel class35 AstUnionLabel(UnionLabel labelKind, AstExpression* pExpr);36 virtual ~AstUnionLabel();
68 class AstUnionLabel;69 typedef ::std::list< AstUnionLabel* > LabelList;
Completed in 24 milliseconds