Searched refs:LLVMInt16TypeInContext (Results 1 – 4 of 4) sorted by relevance
808 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
304 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function324 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
262 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
480 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return }