LLVM API Documentation
#include "llvm/Config/config.h"
#include <cerrno>
#include <fenv.h>
Go to the source code of this file.
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
llvm::sys | |
Functions | |
static void | llvm::sys::llvm_fenv_clearexcept () |
llvm_fenv_clearexcept - Clear the floating-point exception state. More... | |
static bool | llvm::sys::llvm_fenv_testexcept () |
llvm_fenv_testexcept - Test if a floating-point exception was raised. More... | |