Home
last modified time | relevance | path

Searched refs:LLVMDoubleTypeInContext (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp80 return LLVMDoubleTypeInContext(Ctx); in Clone()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1197 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp627 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function
656 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c457 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go572 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return }