Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dprefer-member-initializer.cpp348 class Complex16 { class
353 Complex16() : n(0) { in Complex16() function in Complex16
359 ~Complex16() = default;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h67 Complex16 = 0x0056, // 16 bit complex enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp233 case SimpleTypeKind::Complex16: in getBuiltinType()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst163 Complex16 = 0x0056, // 16 bit complex
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1778 case 2: STK = SimpleTypeKind::Complex16; break; in lowerTypeBasic()