Searched refs:DivByZero (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/test/Analysis/ |
D | plist-diagnostics-template-record.cpp | 7 struct DivByZero { struct 9 DivByZero(bool b) { in DivByZero() argument 16 struct DivByZero<char, B, C, N> { struct 18 DivByZero(bool b) { in DivByZero() argument 34 DivByZero<int, float, double, 0> a(1); in main() 35 DivByZero<char, float, double, 0> a2(1); in main()
|
/external/llvm-project/libc/utils/FPUtil/x86_64/ |
D | FEnv.h | 45 static constexpr uint16_t DivByZero = 0x4; member 63 (excepts & FE_DIVBYZERO ? ExceptionFlags::DivByZero : 0) | in getStatusValueForExcept() 71 (status & ExceptionFlags::DivByZero ? FE_DIVBYZERO : 0) | in exceptionStatusToMacro() 220 if (statusValue & internal::ExceptionFlags::DivByZero) { in raiseExcept() 223 state.StatusWord |= internal::ExceptionFlags::DivByZero; in raiseExcept()
|
/external/llvm-project/clang/test/CodeGen/ |
D | ext-int-sanitizer.cpp | 144 void DivByZero(_ExtInt(11) E, int i) {
|
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/ |
D | MathClientServerTests.cs | 78 public void DivByZero() in DivByZero() method in Math.Tests.MathClientServerTest
|