Home
last modified time | relevance | path

Searched full:exceptions (Results 1 – 25 of 233) sorted by relevance

12345678910

/ark/runtime_core/tests/cts-coverage-tool/
Dnon_testable.yaml50 exceptions:
61 exceptions:
74 exceptions:
93 exceptions:
106 exceptions:
134 exceptions:
Dspec.rb59 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/
Dschema.json5 "required": ["chapters", "properties", "exceptions", "verification", "groups"],
37 "exceptions": { object
86 …"required": ["title", "description", "properties", "exceptions", "verification", "pseudo", "semant…
100 "exceptions": { object
Disa.yaml147 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 …]
Dasserts.rb80 %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|
Dcombine.rb54 %w[prefixes groups properties exceptions verification version min_version chapters].each do |attr|
/ark/runtime_core/tests/cts-coverage-tool/templates/
Duncovered_md.erb38 <% if v['exceptions'].class == Array %>
40 Exceptions:
42 <% v['exceptions'].each do |e| -%>
Dfull_md.rb26 @exceptions_hash = convert_to_hash(@full['exceptions'])
Dfull_md.erb58 Exceptions coverage:
/ark/runtime_core/docs/bc_verification/
Dabsint_checks.md29 ### 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/
DCMakeLists.txt162 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/
Disa.md.erb42 Exceptions:
43 % g.exceptions.each do |e|
/ark/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json39 "exceptions": { object
127 "exceptions": { object
Dlda.null.yaml20 exceptions:
Dmov.null.yaml20 exceptions:
Dldai.64.yaml21 exceptions:
Dfadd2.yaml22 exceptions:
333Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
391Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
591Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
Dfsub2.yaml22 exceptions:
307Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
375Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
584Exceptions are the sum of two negative zeros and the difference of negative and positive zero - th…
Du32toi64.yaml22 exceptions:
Du64tou1.yaml23 exceptions:
/ark/runtime_core/runtime/include/coretypes/
Dstring-inl.h22 #include "runtime/include/exceptions.h"
/ark/runtime_core/tests/verifier-tests/
Dbug_2107_1.pa21 # exceptions:
Dbug_2107_2.pa23 # exceptions:
/ark/runtime_core/
D.clang-tidy14 # Note well! The list of global exceptions is maintained in cmake/ClangTidy.cmake
/ark/runtime_core/cmake/
DClangTidy.cmake88 # then exceptions are suppressed explicitly.
89 # * We maintain the list of global exceptions in this function (not in .clang-tidy)

12345678910