Searched refs:Structs (Results 1 – 4 of 4) sorted by relevance
421 StringMap<StructInfo> Structs; member in __anon4534580c0111::MasmParser2502 auto IDIt = Structs.find(IDVal.lower()); in parseStatement()2503 if (IDIt != Structs.end()) in parseStatement()2635 auto NextIt = Structs.find(nextVal.lower()); in parseStatement()2636 if (NextIt != Structs.end()) { in parseStatement()4580 Structs[Name.lower()] = Structure; in parseDirectiveEnds()7253 auto StructIt = Structs.find(Base.lower()); in lookUpField()7258 if (StructIt != Structs.end()) in lookUpField()7278 if (StructIt != Structs.end()) in lookUpField()7328 auto StructIt = Structs.find(Name.lower()); in lookUpType()[all …]
59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
180 // Structs of size 1-24 bytes are returned in R1D, R2D, and R3D.
1522 Structs and unions marked with the ``objc_boxable`` attribute can be used