Searched full:exceptions (Results 1 – 25 of 233) sorted by relevance
12345678910
| /ark/runtime_core/tests/cts-coverage-tool/ |
| D | non_testable.yaml | 50 exceptions: 61 exceptions: 74 exceptions: 93 exceptions: 106 exceptions: 134 exceptions:
|
| D | spec.rb | 59 result['exceptions'] = not_covered_e.map { |e| e['exception'] } if not_covered_e.any? 91 ntg['exceptions']&.each do |nte| 116 …g['exceptions_tests'] = g['exceptions'].map { |e| { 'exception' => e, 'tests' => [], 'non_testable… 199 testgroup['exceptions']&.each do |te|
|
| /ark/runtime_core/isa/ |
| D | schema.json | 5 "required": ["chapters", "properties", "exceptions", "verification", "groups"], 37 "exceptions": { object 86 …"required": ["title", "description", "properties", "exceptions", "verification", "pseudo", "semant… 100 "exceptions": { object
|
| D | isa.yaml | 147 exceptions: 149 description: Bytecode doesn't throw exceptions. 253 exceptions: 271 exceptions: 302 exceptions: 358 exceptions: 376 exceptions: 418 exceptions: 479 exceptions: 499 exceptions: [all …]
|
| D | asserts.rb | 80 %i[verification exceptions properties].flat_map { |type| Panda.send(type).map(&:tag) }.uniq? 84 %i[verification exceptions properties].map do |type| 92 %i[verification exceptions properties].map do |type| 101 assert('Verification, exceptions and properties are not empty for every instruction group') do 102 %i[verification exceptions properties].map do |type|
|
| D | combine.rb | 54 %w[prefixes groups properties exceptions verification version min_version chapters].each do |attr|
|
| /ark/runtime_core/tests/cts-coverage-tool/templates/ |
| D | uncovered_md.erb | 38 <% if v['exceptions'].class == Array %> 40 Exceptions: 42 <% v['exceptions'].each do |e| -%>
|
| D | full_md.rb | 26 @exceptions_hash = convert_to_hash(@full['exceptions'])
|
| D | full_md.erb | 58 Exceptions coverage:
|
| /ark/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 29 ### Checks of exceptions that may be thrown in runtime 31 Some code may exhibit behavior of permanent throwing of exceptions, for example, NPE.
|
| /ark/runtime_core/disassembler/ |
| D | CMakeLists.txt | 162 compile_pre_build(TARGET disasm_binaries-exceptions 163 FILE_SRC ${DISASM_TESTS_DIR}/exceptions.pa 164 FILE_DST ${DISASM_BIN_DIR}/exceptions.bc) 170 add_dependencies(disasm_binaries_test_labels disasm_binaries-exceptions)
|
| /ark/runtime_core/isa/templates/ |
| D | isa.md.erb | 42 Exceptions: 43 % g.exceptions.each do |e|
|
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | test-schema.json | 39 "exceptions": { object 127 "exceptions": { object
|
| D | lda.null.yaml | 20 exceptions:
|
| D | mov.null.yaml | 20 exceptions:
|
| D | ldai.64.yaml | 21 exceptions:
|
| D | fadd2.yaml | 22 exceptions: 333 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th… 391 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th… 591 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
|
| D | fsub2.yaml | 22 exceptions: 307 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th… 375 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th… 584 …Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
|
| D | u32toi64.yaml | 22 exceptions:
|
| D | u64tou1.yaml | 23 exceptions:
|
| /ark/runtime_core/runtime/include/coretypes/ |
| D | string-inl.h | 22 #include "runtime/include/exceptions.h"
|
| /ark/runtime_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 21 # exceptions:
|
| D | bug_2107_2.pa | 23 # exceptions:
|
| /ark/runtime_core/ |
| D | .clang-tidy | 14 # Note well! The list of global exceptions is maintained in cmake/ClangTidy.cmake
|
| /ark/runtime_core/cmake/ |
| D | ClangTidy.cmake | 88 # then exceptions are suppressed explicitly. 89 # * We maintain the list of global exceptions in this function (not in .clang-tidy)
|
12345678910