Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp59 {"_Complex float*", SimpleTypeKind::Complex32},
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h67 Complex32 = 0x0050, // 32 bit complex enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp230 case SimpleTypeKind::Complex32: in getBuiltinType()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst163 Complex32 = 0x0050, // 32 bit complex
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1678 case 4: STK = SimpleTypeKind::Complex32; break; in lowerTypeBasic()