Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go545 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return } func
555 func Int1Type() (t Type) { t.C = C.LLVMInt1Type(); return } func