Home
last modified time | relevance | path

Searched refs:get_except (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libc/src/fenv/
H A Dfegetexcept.cpp15 LLVM_LIBC_FUNCTION(int, fegetexcept, ()) { return fputil::get_except(); }
/llvm-project-15.0.7/libc/test/src/fenv/
H A Dfeholdexcept_test.cpp29 if (__llvm_libc::fputil::get_except() == 0) in TEST()
H A Denabled_exceptions_test.cpp34 if (__llvm_libc::fputil::get_except() == 0) in TEST()
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h98 static inline int get_except() { in get_except() function
H A Dfenv_darwin_impl.h128 static inline int get_except() { in get_except() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h197 static inline int get_except() { in get_except() function