Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h66 Complex128 = 0x0053, // 128 bit complex enumerator
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp60 {"_Complex __float128*", SimpleTypeKind::Complex128},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1070 case 16: STK = SimpleTypeKind::Complex128; break; in lowerTypeBasic()