Searched refs:LLVMDoubleTypeInContext (Results 1 – 5 of 5) sorted by relevance
80 return LLVMDoubleTypeInContext(Ctx); in Clone()
1197 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
627 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function656 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
457 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
572 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return }