Home
last modified time | relevance | path

Searched defs:FixedSize (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp69 if (std::optional<size_t> FixedSize = in extractFast() local
78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local
H A DDWARFAbbreviationDeclaration.cpp157 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex() local
H A DDWARFFormValue.cpp174 if (std::optional<uint8_t> FixedSize = in skipValue() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp428 if (std::optional<uint8_t> FixedSize = in sizeOf() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp374 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp776 unsigned FixedSize = ElementCount * SEW; in CreateType() local