Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndex.cpp63 {"_Complex __float128*", SimpleTypeKind::Complex128},
HDTypeRecordHelpers.cpp154 case SimpleTypeKind::Complex128: in getSizeInBytesForTypeIndex()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeIndex.h73 Complex128 = 0x0053, // 128 bit complex enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeEnum.cpp239 case SimpleTypeKind::Complex128: in getBuiltinType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1834 case 32: STK = SimpleTypeKind::Complex128; break; in lowerTypeBasic()