Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp66 {"__bool64*", SimpleTypeKind::Boolean64},
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h77 Boolean64 = 0x0033, // 64 bit boolean enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp194 case SimpleTypeKind::Boolean64: in getBuiltinType()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst173 Boolean64 = 0x0033, // 64 bit boolean
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1671 case 8: STK = SimpleTypeKind::Boolean64; break; in lowerTypeBasic()