Searched refs:LLVMInt16TypeInContext (Results 1 – 7 of 7) sorted by relevance
187 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function207 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
371 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
850 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
386 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function409 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
198 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
307 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
482 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return }