Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/lib/Evaluate/
H A Dhost.cpp119 int exceptions{fetestexcept(FE_ALL_EXCEPT)}; in CheckAndRestoreFloatingPointEnvironment() local
/llvm-project/flang/unittests/Evaluate/
H A Dfp-testing.cpp77 int exceptions = fetestexcept(FE_ALL_EXCEPT); in CurrentFlags() local
/llvm-project/mlir/lib/IR/
H A DValue.cpp62 Value newValue, const SmallPtrSetImpl<Operation *> &exceptions) { in replaceAllUsesExcept()
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp53 ValueRange exceptions, in doesNotAliasExternalValue() argument