Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h64 Complex64 = 0x0051, // 64 bit complex enumerator
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp58 {"_Complex double*", SimpleTypeKind::Complex64},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1068 case 8: STK = SimpleTypeKind::Complex64; break; in lowerTypeBasic()