Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAVR.h55 Int16Type = SignedInt; in AVRTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h133 Char16Type, Char32Type, Int64Type, Int16Type, SigAtomicType,
354 IntType getInt16Type() const { return Int16Type; } in getInt16Type()
356 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp101 Int16Type = SignedShort; in TargetInfo()
/netbsd-src/external/apache2/llvm/dist/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