| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | DynDispatchBifurcate.m | 81 return 5/[p getZero];// expected-warning {{Division by zero}} 90 return 5/m; // expected-warning {{Division by zero}} 109 return 5/value; // expected-warning {{Division by zero}} 114 return 5/p.value; // expected-warning {{Division by zero}} 121 return 5/[p value]; // expected-warning {{Division by zero}} 132 return 5/[p getZeroPublic];// expected-warning {{Division by zero}} 145 return 5/m; // expected-warning {{Division by zero}} 155 return 5/m; // expected-warning {{Division by zero}} 166 return 5/p.value3;// expected-warning {{Division by zero}} 173 return 5/x; // expected-warning {{Division by zero}} [all …]
|
| H A D | InlineObjCInstanceMethod.m | 37 return 5/y; // expected-warning {{Division by zero}} 43 return 5/[a getInt]; // expected-warning {{Division by zero}} 49 return 5/[a getInt]; // expected-warning {{Division by zero}} 54 return 5/[a getInt]; // expected-warning {{Division by zero}} 74 return 5/_attribute; // expected-warning {{Division by zero}} 95 return 5/_attribute; // expected-warning {{Division by zero}}
|
| H A D | InlineObjCClassMethod.m | 40 return 5/y; // expected-warning {{Division by zero}} 56 return 5/y; // expected-warning {{Division by zero}} 73 return 5/y; // expected-warning {{Division by zero}} 93 return 5/y; // expected-warning {{Division by zero}} 159 return 5 / y; // expected-warning{{Division by zero}} 182 return 5/y; // expected-warning{{Division by zero}} 187 return 5/y; // expected-warning{{Division by zero}}
|
| H A D | inline-defensive-checks.m | 103 return 5/zero; // expected-warning {{Division by zero}} 115 return 5/zero; // expected-warning {{Division by zero}} 127 return 5/zero; // expected-warning {{Division by zero}}
|
| H A D | path-notes.m | 101 return 1 / x; // expected-warning{{Division by zero}} 102 // expected-note@-1 {{Division by zero}}
|
| /llvm-project-15.0.7/llvm/test/Analysis/Lint/ |
| H A D | check-zero-divide.ll | 24 ; CHECK: Undefined behavior: Division by zero 31 ; CHECK: Undefined behavior: Division by zero 38 ; CHECK: Undefined behavior: Division by zero 45 ; CHECK: Undefined behavior: Division by zero 52 ; CHECK: Undefined behavior: Division by zero 59 ; CHECK: Undefined behavior: Division by zero 66 ; CHECK: Undefined behavior: Division by zero 73 ; CHECK: Undefined behavior: Division by zero
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | rv64zmmul-invalid.s | 4 …CK-ERROR: 5:1: error: instruction requires the following: 'M' (Integer Multiplication and Division) 7 …CK-ERROR: 8:1: error: instruction requires the following: 'M' (Integer Multiplication and Division) 10 …K-ERROR: 11:1: error: instruction requires the following: 'M' (Integer Multiplication and Division) 13 …K-ERROR: 14:1: error: instruction requires the following: 'M' (Integer Multiplication and Division)
|
| H A D | rv32zmmul-invaild.s | 4 …CK-ERROR: 5:1: error: instruction requires the following: 'M' (Integer Multiplication and Division) 7 …CK-ERROR: 8:1: error: instruction requires the following: 'M' (Integer Multiplication and Division) 10 …K-ERROR: 11:1: error: instruction requires the following: 'M' (Integer Multiplication and Division) 13 …K-ERROR: 14:1: error: instruction requires the following: 'M' (Integer Multiplication and Division)
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-sarif/ |
| H A D | sarif-multi-diagnostic-test.c.sarif | 224 "text": "Division by zero" 258 "text": "Division by zero" 397 "text": "Division by zero" 431 "text": "Division by zero"
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/expected-plists/ |
| H A D | lambda-notes.cpp.plist | 167 <string>Division by zero</string> 169 <string>Division by zero</string> 172 <key>description</key><string>Division by zero</string> 174 <key>type</key><string>Division by zero</string>
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | lint.ll | 41 ; CHECK: Division by zero 43 ; CHECK: Division by zero 45 ; CHECK: Division by zero 47 ; CHECK: Division by zero
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | no_idiv_reduction.ll | 4 ;; Must not vectorize division reduction. Division is lossy.
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/ |
| H A D | div.tc | 1 # Division tests 766 # Division by powers of 2 869 # Division by small integers
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 35 def SiFive7IDiv : ProcResource<1> { let Super = SiFive7PipeB; } // Int Division 36 def SiFive7FDiv : ProcResource<1> { let Super = SiFive7PipeB; } // FP Division/Sqrt
|
| H A D | RISCV.td | 17 "'M' (Integer Multiplication and Division)">; 20 "'M' (Integer Multiplication and Division)">; 32 "'M' (Integer Multiplication and Division) or "
|
| H A D | RISCVInstrInfoM.td | 10 // Multiplication and Division instruction set extension.
|
| H A D | RISCVSchedRocket.td | 42 def RocketUnitIDiv : ProcResource<1>; // Int Division
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/ |
| H A D | duration-unnecessary-conversion.rst | 20 // Original - Division to convert to double and back again
|
| /llvm-project-15.0.7/clang/docs/analyzer/user-docs/ |
| H A D | CrossTranslationUnit.rst | 116 main.cpp:5:12: warning: Division by zero 156 [HIGH] /home/egbomrt/ctu_mini_raw_project/main.cpp:5:12: Division by zero [core.DivideZero] 302 main.cpp:5:12: warning: Division by zero 342 [HIGH] /home/egbomrt/ctu_mini_raw_project/main.cpp:5:12: Division by zero [core.DivideZero]
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | div.ll | 28 ; Division-by-zero is poison. UB in any vector lane means the whole op is poison. 78 ; Division-by-zero is undef. UB in any vector lane means the whole op is undef.
|
| H A D | rem.ll | 28 ; Division-by-zero is poison. UB in any vector lane means the whole op is poison. 78 ; Division-by-zero is undef. UB in any vector lane means the whole op is undef.
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | mig.mm | 119 1 / 0; // expected-warning{{Division by zero}} 120 // expected-note@-1{{Division by zero}}
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | AlignmentTest.cpp | 74 TEST(AlignmentTest, Division) { in TEST() argument
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 126 // Multiplication/Division
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ScalarTest.cpp | 284 TEST(ScalarTest, Division) { in TEST() argument
|