Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A 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/
H A 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/clang/include/clang/ExtractAPI/
H A DAPI.h794 const RecordMap<StructRecord> &getStructs() const { return Structs; }
849 RecordMap<StructRecord> Structs;
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp421 StringMap<StructInfo> Structs; member in __anoncc01912d0111::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/
H A DSparcCallingConv.td59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPI.cpp118 return addTopLevelRecord(USRBasedLookupTable, Structs, USR, Name, Loc, in addStruct()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td179 // Structs of size 1-24 bytes are returned in R1D, R2D, and R3D.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlhacktips.pod672 Structs are required to be aligned to the maximum alignment required by
/openbsd-src/gnu/llvm/clang/docs/
H A DAutomaticReferenceCounting.rst1303 Structs and unions with non-trivial members are compatible in
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttrDocs.td1482 Structs and unions marked with the ``objc_boxable`` attribute can be used
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-20011405 * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst737 structs to facilitate intrinsics returning multiple values. Structs containing