Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp62 {"_Complex __float128*", SimpleTypeKind::Complex128},
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h72 Complex128 = 0x0053, // 128 bit complex enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp234 case SimpleTypeKind::Complex128: in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1681 case 16: STK = SimpleTypeKind::Complex128; break; in lowerTypeBasic()