Home
last modified time | relevance | path

Searched refs:DivByZero (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dplist-diagnostics-template-record.cpp7 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/
DFEnv.h45 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/
Dext-int-sanitizer.cpp144 void DivByZero(_ExtInt(11) E, int i) {
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs78 public void DivByZero() in DivByZero() method in Math.Tests.MathClientServerTest