Home
last modified time | relevance | path

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

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