Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp421 StringMap<StructInfo> Structs; member in __anon60b61cd60111::MasmParser
1666 } else if (Structs.count(SymbolName.lower())) { in parsePrimaryExpr()
2503 auto IDIt = Structs.find(IDVal.lower()); in parseStatement()
2504 if (IDIt != Structs.end()) in parseStatement()
2636 auto NextIt = Structs.find(nextVal.lower()); in parseStatement()
2637 if (NextIt != Structs.end()) { in parseStatement()
4581 Structs[Name.lower()] = Structure; in parseDirectiveEnds()
7254 auto StructIt = Structs.find(Base.lower()); in lookUpField()
7257 StructIt = Structs.find(TypeIt->second.Name.lower()); in lookUpField()
7259 if (StructIt != Structs.end()) in lookUpField()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td180 // Structs of size 1-24 bytes are returned in R1D, R2D, and R3D.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td1522 Structs and unions marked with the ``objc_boxable`` attribute can be used