Lines Matching refs:StructInProgress

418   SmallVector<StructInfo, 1> StructInProgress;  member in __anon60b61cd60111::MasmParser
2295 if (IDVal.equals_insensitive("ends") && StructInProgress.size() > 1 && in parseStatement()
2528 if (nextVal.equals_insensitive("ends") && StructInProgress.size() == 1) { in parseStatement()
3737 StructInfo &Struct = StructInProgress.back(); in addIntegralField()
3759 if (StructInProgress.empty()) { in parseDirectiveValue()
3774 if (StructInProgress.empty()) { in parseDirectiveNamedValue()
3942 StructInfo &Struct = StructInProgress.back(); in addRealField()
3968 if (StructInProgress.empty()) { in parseDirectiveRealValue()
3984 if (StructInProgress.empty()) { in parseDirectiveNamedRealValue()
4436 StructInfo &OwningStruct = StructInProgress.back(); in addStructField()
4464 if (StructInProgress.empty()) { in parseDirectiveStructValue()
4479 if (StructInProgress.empty()) { in parseDirectiveNamedStructValue()
4538 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
4548 if (StructInProgress.empty()) in parseDirectiveNestedStruct()
4562 StructInProgress.reserve(StructInProgress.size() + 1); in parseDirectiveNestedStruct()
4563 StructInProgress.emplace_back(Name, DirKind == DK_UNION, in parseDirectiveNestedStruct()
4564 StructInProgress.back().Alignment); in parseDirectiveNestedStruct()
4569 if (StructInProgress.empty()) in parseDirectiveEnds()
4571 if (StructInProgress.size() > 1) in parseDirectiveEnds()
4573 if (StructInProgress.back().Name.compare_insensitive(Name)) in parseDirectiveEnds()
4575 StructInProgress.back().Name + "'"); in parseDirectiveEnds()
4576 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveEnds()
4590 if (StructInProgress.empty()) in parseDirectiveNestedEnds()
4592 if (StructInProgress.size() == 1) in parseDirectiveNestedEnds()
4598 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveNestedEnds()
4602 StructInfo &ParentStruct = StructInProgress.back(); in parseDirectiveNestedEnds()
4670 if (StructInProgress.empty()) { in parseDirectiveOrg()
4678 StructInfo &Structure = StructInProgress.back(); in parseDirectiveOrg()
4698 if (StructInProgress.empty()) { in emitAlignTo()
4719 StructInfo &Structure = StructInProgress.back(); in emitAlignTo()