Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp60 {"_Complex double*", SimpleTypeKind::Complex64},
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h70 Complex64 = 0x0051, // 64 bit complex enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp232 case SimpleTypeKind::Complex64: in getBuiltinType()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst166 Complex64 = 0x0051, // 64 bit complex
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1679 case 8: STK = SimpleTypeKind::Complex64; break; in lowerTypeBasic()