Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp65 {"__bool32*", SimpleTypeKind::Boolean32},
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h76 Boolean32 = 0x0032, // 32 bit boolean enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp195 case SimpleTypeKind::Boolean32: in getBuiltinType()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst172 Boolean32 = 0x0032, // 32 bit boolean
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1670 case 4: STK = SimpleTypeKind::Boolean32; break; in lowerTypeBasic()