Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp395 SmallVector<StructInfo, 1> StructInProgress; member in __anonc2c321610111::MasmParser
2222 if (IDVal.equals_lower("ends") && StructInProgress.size() > 1 && in parseStatement()
2456 if (nextVal.equals_lower("ends") && StructInProgress.size() == 1) { in parseStatement()
3534 StructInfo &Struct = StructInProgress.back(); in addIntegralField()
3555 if (StructInProgress.empty()) { in parseDirectiveValue()
3570 if (StructInProgress.empty()) { in parseDirectiveNamedValue()
3739 StructInfo &Struct = StructInProgress.back(); in addRealField()
3763 if (StructInProgress.empty()) { in parseDirectiveRealValue()
3779 if (StructInProgress.empty()) { in parseDirectiveNamedRealValue()
4236 StructInfo &OwningStruct = StructInProgress.back(); in addStructField()
[all …]