Searched refs:Structs (Results 1 – 4 of 4) sorted by relevance
407 StringMap<StructInfo> Structs; member in __anon96dc1d8a0111::MasmParser2554 auto IDIt = Structs.find(IDVal.lower()); in parseStatement()2555 if (IDIt != Structs.end()) in parseStatement()2687 auto NextIt = Structs.find(nextVal.lower()); in parseStatement()2688 if (NextIt != Structs.end()) { in parseStatement()4646 Structs[Name.lower()] = Structure; in parseDirectiveEnds()7301 auto StructIt = Structs.find(Base.lower()); in lookUpField()7306 if (StructIt != Structs.end()) in lookUpField()7326 if (StructIt != Structs.end()) in lookUpField()7376 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.
1345 Structs and unions marked with the ``objc_boxable`` attribute can be used