Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp64 {"__bool16*", SimpleTypeKind::Boolean16},
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h75 Boolean16 = 0x0031, // 16 bit boolean enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp196 case SimpleTypeKind::Boolean16: in getBuiltinType()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst171 Boolean16 = 0x0031, // 16 bit boolean
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1669 case 2: STK = SimpleTypeKind::Boolean16; break; in lowerTypeBasic()