Searched refs:LLVMDoubleTypeInContext (Results 1 – 5 of 5) sorted by relevance
83 return LLVMDoubleTypeInContext(Ctx); in Clone()
1212 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
638 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function667 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 }