Searched refs:NarrowCharacter (Results 1 – 9 of 9) sorted by relevance
34 NarrowCharacter = 0x0070, // really a char enumerator170 static TypeIndex NarrowCharacter() { in NarrowCharacter() function171 return TypeIndex(SimpleTypeKind::NarrowCharacter); in NarrowCharacter()
32 {"char*", SimpleTypeKind::NarrowCharacter},
111 case SimpleTypeKind::NarrowCharacter: in getSizeInBytesForTypeIndex()
68 case SimpleTypeKind::NarrowCharacter: in IsSimpleTypeSignedInteger()
933 case SimpleTypeKind::NarrowCharacter: in GetCompilerTypeForSimpleKind()1033 case SimpleTypeKind::NarrowCharacter: in GetTypeSizeForSimpleKind()
164 case SimpleTypeKind::NarrowCharacter: in GetSimpleTypeName()
202 case SimpleTypeKind::NarrowCharacter: in getBuiltinType()
63 {codeview::SimpleTypeKind::NarrowCharacter, PDB_BuiltinType::Char, 1},
1790 TypeIndex CharType = TypeIndex(SimpleTypeKind::NarrowCharacter); in lowerTypeBasic() 1900 STK = SimpleTypeKind::NarrowCharacter; in lowerTypePointer()