Lines Matching refs:StructInProgress

404   SmallVector<StructInfo, 1> StructInProgress;  member in __anon96dc1d8a0111::MasmParser
2339 if (IDVal.equals_insensitive("ends") && StructInProgress.size() > 1 && in parseStatement()
2579 if (nextVal.equals_insensitive("ends") && StructInProgress.size() == 1) { in parseStatement()
3790 StructInfo &Struct = StructInProgress.back(); in addIntegralField()
3812 if (StructInProgress.empty()) { in parseDirectiveValue()
3827 if (StructInProgress.empty()) { in parseDirectiveNamedValue()
3996 StructInfo &Struct = StructInProgress.back(); in addRealField()
4022 if (StructInProgress.empty()) { in parseDirectiveRealValue()
4038 if (StructInProgress.empty()) { in parseDirectiveNamedRealValue()
4501 StructInfo &OwningStruct = StructInProgress.back(); in addStructField()
4529 if (StructInProgress.empty()) { in parseDirectiveStructValue()
4544 if (StructInProgress.empty()) { in parseDirectiveNamedStructValue()
4603 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
4613 if (StructInProgress.empty()) in parseDirectiveNestedStruct()
4627 StructInProgress.reserve(StructInProgress.size() + 1); in parseDirectiveNestedStruct()
4628 StructInProgress.emplace_back(Name, DirKind == DK_UNION, in parseDirectiveNestedStruct()
4629 StructInProgress.back().Alignment); in parseDirectiveNestedStruct()
4634 if (StructInProgress.empty()) in parseDirectiveEnds()
4636 if (StructInProgress.size() > 1) in parseDirectiveEnds()
4638 if (StructInProgress.back().Name.compare_insensitive(Name)) in parseDirectiveEnds()
4640 StructInProgress.back().Name + "'"); in parseDirectiveEnds()
4641 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveEnds()
4655 if (StructInProgress.empty()) in parseDirectiveNestedEnds()
4657 if (StructInProgress.size() == 1) in parseDirectiveNestedEnds()
4663 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveNestedEnds()
4667 StructInfo &ParentStruct = StructInProgress.back(); in parseDirectiveNestedEnds()
4737 if (StructInProgress.empty()) { in parseDirectiveOrg()
4745 StructInfo &Structure = StructInProgress.back(); in parseDirectiveOrg()
4765 if (StructInProgress.empty()) { in emitAlignTo()
4784 StructInfo &Structure = StructInProgress.back(); in emitAlignTo()