Home
last modified time | relevance | path

Searched refs:Complex128 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp63 {"_Complex __float128*", SimpleTypeKind::Complex128},
H A DTypeRecordHelpers.cpp154 case SimpleTypeKind::Complex128: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h73 Complex128 = 0x0053, // 128 bit complex enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp239 case SimpleTypeKind::Complex128: in getBuiltinType()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst169 Complex128 = 0x0053, // 128 bit complex
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1801 case 16: STK = SimpleTypeKind::Complex128; break; in lowerTypeBasic()