Home
last modified time | relevance | path

Searched refs:Int16Type (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAVR.h55 Int16Type = SignedInt; in AVRTargetInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h136 Char16Type, Char32Type, Int64Type, Int16Type, SigAtomicType,
362 IntType getInt16Type() const { return Int16Type; } in getInt16Type()
364 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp105 Int16Type = SignedShort; in TargetInfo()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go547 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return } func
557 func Int16Type() (t Type) { t.C = C.LLVMInt16Type(); return } func