reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm-c/Core.h
 1168 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);

References

lib/IR/Core.cpp
  622   return LLVMFloatTypeInContext(LLVMGetGlobalContext());
tools/llvm-c-test/echo.cpp
   76         return LLVMFloatTypeInContext(Ctx);