Searched refs:Int16Type (Results 1 – 4 of 4) sorted by relevance
55 Int16Type = SignedInt; in AVRTargetInfo()
136 Char16Type, Char32Type, Int64Type, Int16Type, SigAtomicType,362 IntType getInt16Type() const { return Int16Type; } in getInt16Type()364 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()
105 Int16Type = SignedShort; in TargetInfo()
547 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return } func557 func Int16Type() (t Type) { t.C = C.LLVMInt16Type(); return } func