Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp61 {"_Complex long double*", SimpleTypeKind::Complex80},
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h71 Complex80 = 0x0052, // 80 bit complex enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp233 case SimpleTypeKind::Complex80: in getBuiltinType()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst167 Complex80 = 0x0052, // 80 bit complex
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1680 case 10: STK = SimpleTypeKind::Complex80; break; in lowerTypeBasic()