Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h61 Complex32 = 0x0050, // 32 bit complex enumerator
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp57 {"_Complex float*", SimpleTypeKind::Complex32},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1067 case 4: STK = SimpleTypeKind::Complex32; break; in lowerTypeBasic()