Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/iq2000/
Dabi178 inclusively.) Structs small enough to fit in a register are passed by value in
179 a single register or in a stack frame slot the size of a register. Structs
229 Structs/unions which will fit into two general-purpose registers are returned
/openbsd/src/gnu/gcc/gcc/config/mt/
DABI.txt170 inclusively.) Structs small enough to fit in a register are passed by value in
171 a single register or in a stack frame slot the size of a register. Structs
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DMasmParser.cpp421 StringMap<StructInfo> Structs; member in __anon3b58d5520111::MasmParser
1677 } else if (Structs.count(SymbolName.lower())) { in parsePrimaryExpr()
2534 auto IDIt = Structs.find(IDVal.lower()); in parseStatement()
2535 if (IDIt != Structs.end()) in parseStatement()
2667 auto NextIt = Structs.find(nextVal.lower()); in parseStatement()
2668 if (NextIt != Structs.end()) { in parseStatement()
4612 Structs[Name.lower()] = Structure; in parseDirectiveEnds()
7285 auto StructIt = Structs.find(Base.lower()); in lookUpField()
7288 StructIt = Structs.find(TypeIt->second.Name.lower()); in lookUpField()
7290 if (StructIt != Structs.end()) in lookUpField()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcCallingConv.td59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td179 // Structs of size 1-24 bytes are returned in R1D, R2D, and R3D.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlhacktips.pod672 Structs are required to be aligned to the maximum alignment required by
/openbsd/src/gnu/llvm/clang/docs/
DAutomaticReferenceCounting.rst1303 Structs and unions with non-trivial members are compatible in
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttrDocs.td1482 Structs and unions marked with the ``objc_boxable`` attribute can be used
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-20011405 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
/openbsd/src/gnu/llvm/llvm/docs/
DLangRef.rst737 structs to facilitate intrinsics returning multiple values. Structs containing