Searched refs:Int16Type (Results 1 – 4 of 4) sorted by relevance
55 Int16Type = SignedInt; in AVRTargetInfo()
133 Char16Type, Char32Type, Int64Type, Int16Type, SigAtomicType,354 IntType getInt16Type() const { return Int16Type; } in getInt16Type()356 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()
101 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