Home
last modified time | relevance | path

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

/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