Searched defs:VoidType (Results 1 – 9 of 9) sorted by relevance
32 public final class VoidType extends Type<VoidType> implements NodeWithAnnotations<VoidType> { class36 public VoidType() { in VoidType() method in VoidType39 public VoidType(Range range) { in VoidType() method in VoidType
30 public final class VoidType extends Type { class32 public VoidType() { in VoidType() method in VoidType35 …public VoidType(final int beginLine, final int beginColumn, final int endLine, final int endColumn… in VoidType() method in VoidType
49 public final class VoidType extends Type implements NodeWithAnnotations<VoidType> { class52 public VoidType() { in VoidType() method in VoidType60 public VoidType(TokenRange tokenRange) { in VoidType() method in VoidType
39 public interface VoidType extends Type { interface
231 using VoidType = fruit::impl::meta::Type<void>; variable
623 func (c Context) VoidType() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return } func626 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return } func
656 func (c Context) VoidType() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return } func659 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return } func
2161 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local
2897 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local