/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm4-nodebug/ |
H A D | llvm-core.ads | 246 function PPCFP128Type return TypeRef; subprogspec 870 pragma Import (C, PPCFP128Type, "LLVMPPCFP128Type");
|
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm-nodebug/ |
H A D | llvm-core.ads | 268 function PPCFP128Type return TypeRef; subprogspec 902 pragma Import (C, PPCFP128Type, "LLVMPPCFP128Type");
|
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm35/ |
H A D | llvm-core.ads | 274 function PPCFP128Type return TypeRef; subprogspec 977 pragma Import (C, PPCFP128Type, "LLVMPPCFP128Type");
|
/dports/devel/llvm70/llvm-7.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 537 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 543 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/llvm80/llvm-8.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 548 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 554 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/llvm10/llvm-10.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 574 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 580 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/llvm11/llvm-11.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/bindings/go/llvm/ |
H A D | ir.go | 574 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 580 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/tinygo/tinygo-0.14.1/vendor/tinygo.org/x/go-llvm/ |
H A D | ir.go | 574 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 580 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/bindings/go/llvm/ |
H A D | ir.go | 575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 581 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|
/dports/devel/llvm90/llvm-9.0.1.src/bindings/go/llvm/ |
H A D | ir.go | 574 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return } func 580 func PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128Type(); return } func
|