Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go480 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return } func
490 func Int16Type() (t Type) { t.C = C.LLVMInt16Type(); return } func