itp-interface 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- itp_interface/__init__.py +0 -0
- itp_interface/agent/__init__.py +0 -0
- itp_interface/agent/simple_proof_agent.py +100 -0
- itp_interface/coq_ser_api/__init__.py +165 -0
- itp_interface/coq_ser_api/contexts.py +283 -0
- itp_interface/coq_ser_api/coq_agent.py +459 -0
- itp_interface/coq_ser_api/coq_backend.py +135 -0
- itp_interface/coq_ser_api/coq_util.py +839 -0
- itp_interface/coq_ser_api/example.py +67 -0
- itp_interface/coq_ser_api/lsp_backend.py +375 -0
- itp_interface/coq_ser_api/py.typed +0 -0
- itp_interface/coq_ser_api/serapi_backend.py +841 -0
- itp_interface/coq_ser_api/util.py +145 -0
- itp_interface/coq_ser_api_old/__init__.py +2583 -0
- itp_interface/coq_ser_api_old/contexts.py +172 -0
- itp_interface/coq_ser_api_old/util.py +146 -0
- itp_interface/lean_server/__init__.py +0 -0
- itp_interface/lean_server/commands.py +484 -0
- itp_interface/lean_server/lean3_search_tool.py +358 -0
- itp_interface/lean_server/lean4_repl_interface.py +151 -0
- itp_interface/lean_server/lean4_utils.py +255 -0
- itp_interface/lean_server/lean_cmd_server.py +111 -0
- itp_interface/lean_server/lean_context.py +60 -0
- itp_interface/lean_server/lean_sync_server.py +174 -0
- itp_interface/lean_server/lean_utils.py +199 -0
- itp_interface/lean_server/py.typed +1 -0
- itp_interface/main/__init__.py +0 -0
- itp_interface/main/config/afp_data_gen.yaml +14 -0
- itp_interface/main/config/benchmark/CompCert.yaml +366 -0
- itp_interface/main/config/benchmark/GeoCoq.yaml +930 -0
- itp_interface/main/config/benchmark/UniMath.yaml +2690 -0
- itp_interface/main/config/benchmark/afp_isabelle.yaml +29200 -0
- itp_interface/main/config/benchmark/agent_proverbot_hard.yaml +247 -0
- itp_interface/main/config/benchmark/category-theory.yaml +470 -0
- itp_interface/main/config/benchmark/compcert_118_subset.yaml +148 -0
- itp_interface/main/config/benchmark/compcert_benchmark.yaml +36 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard.yaml +498 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_1.yaml +55 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_2.yaml +24 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_3.yaml +95 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_7_per_cent.yaml +78 -0
- itp_interface/main/config/benchmark/compcert_benchmark_test.yaml +38 -0
- itp_interface/main/config/benchmark/compcert_benchmark_train.yaml +340 -0
- itp_interface/main/config/benchmark/leandojo_novel_premises_test.yaml +2908 -0
- itp_interface/main/config/benchmark/leandojo_novel_premises_train.yaml +98645 -0
- itp_interface/main/config/benchmark/leandojo_novel_premises_val.yaml +2912 -0
- itp_interface/main/config/benchmark/leandojo_random.yaml +2889 -0
- itp_interface/main/config/benchmark/leandojo_random_test.yaml +2421 -0
- itp_interface/main/config/benchmark/leandojo_random_train.yaml +62729 -0
- itp_interface/main/config/benchmark/leandojo_random_val.yaml +2504 -0
- itp_interface/main/config/benchmark/math-comp.yaml +200 -0
- itp_interface/main/config/benchmark/miniF2F_test.yaml +12 -0
- itp_interface/main/config/benchmark/miniF2F_test_aime.yaml +27 -0
- itp_interface/main/config/benchmark/miniF2F_test_algebra.yaml +30 -0
- itp_interface/main/config/benchmark/miniF2F_test_amc12.yaml +57 -0
- itp_interface/main/config/benchmark/miniF2F_test_few_shot_hard.yaml +231 -0
- itp_interface/main/config/benchmark/miniF2F_test_imo.yaml +32 -0
- itp_interface/main/config/benchmark/miniF2F_test_induction.yaml +20 -0
- itp_interface/main/config/benchmark/miniF2F_test_mathd_algebra.yaml +82 -0
- itp_interface/main/config/benchmark/miniF2F_test_mathd_algebra_hard.yaml +72 -0
- itp_interface/main/config/benchmark/miniF2F_test_mathd_numbertheory.yaml +72 -0
- itp_interface/main/config/benchmark/miniF2F_test_numbertheory.yaml +20 -0
- itp_interface/main/config/benchmark/minicompcert_benchmark_1.yaml +14 -0
- itp_interface/main/config/benchmark/proverbot_hard.yaml +104 -0
- itp_interface/main/config/benchmark/re_prover.yaml +66 -0
- itp_interface/main/config/benchmark/re_prover_hard.yaml +41 -0
- itp_interface/main/config/benchmark/re_prover_very_hard.yaml +22 -0
- itp_interface/main/config/benchmark/reprover_with_retrieval.yaml +73 -0
- itp_interface/main/config/benchmark/reprover_with_retrieval_hard.yaml +30 -0
- itp_interface/main/config/benchmark/reprover_with_retrieval_neg.yaml +195 -0
- itp_interface/main/config/benchmark/simple_benchmark_1.yaml +24 -0
- itp_interface/main/config/benchmark/simple_benchmark_8.yaml +50 -0
- itp_interface/main/config/benchmark/simple_benchmark_9.yaml +65 -0
- itp_interface/main/config/benchmark/simple_benchmark_isabelle.yaml +18 -0
- itp_interface/main/config/benchmark/simple_benchmark_lean.yaml +12 -0
- itp_interface/main/config/benchmark/simple_benchmark_lean_training_data.yaml +12 -0
- itp_interface/main/config/benchmark/simple_rl_benchmark_lean.yaml +14 -0
- itp_interface/main/config/benchmark/stack_machine.yaml +13 -0
- itp_interface/main/config/benchmark/stack_machine_hard.yaml +15 -0
- itp_interface/main/config/category_theory_data_gen.yaml +14 -0
- itp_interface/main/config/category_theory_data_gen_random.yaml +16 -0
- itp_interface/main/config/compcert_data_gen_test.yaml +10 -0
- itp_interface/main/config/compcert_data_gen_train.yaml +7 -0
- itp_interface/main/config/env_settings/bm25_retrieval.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_no_dfns.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_only_local_no_dfns.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_with_print.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_with_print_only_local.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_with_print_only_local_no_dfns.yaml +2 -0
- itp_interface/main/config/env_settings/no_retrieval.yaml +2 -0
- itp_interface/main/config/experiments.yaml +12 -0
- itp_interface/main/config/geo_coq_data_gen.yaml +14 -0
- itp_interface/main/config/geo_coq_data_gen_random.yaml +16 -0
- itp_interface/main/config/leandojo_random_data_gen.yaml +16 -0
- itp_interface/main/config/math_comp_data_gen.yaml +14 -0
- itp_interface/main/config/math_comp_data_gen_random.yaml +16 -0
- itp_interface/main/config/mathlib_data_gen.yaml +14 -0
- itp_interface/main/config/repo/coq_repos.yaml +191 -0
- itp_interface/main/config/run_settings/default_coq_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/run_settings/default_isabelle_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/run_settings/default_lean4_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/run_settings/default_lean_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/simple_coq_data_gen.yaml +12 -0
- itp_interface/main/config/simple_coq_data_gen_random.yaml +17 -0
- itp_interface/main/config/simple_lean_data_gen.yaml +12 -0
- itp_interface/main/config/simple_rl_lean_data_gen.yaml +12 -0
- itp_interface/main/config/uni_math_data_gen.yaml +14 -0
- itp_interface/main/config.py +192 -0
- itp_interface/main/extract_benchmark_dataset.py +106 -0
- itp_interface/main/filter_dataset.py +107 -0
- itp_interface/main/install.py +92 -0
- itp_interface/main/merge_dataset.py +96 -0
- itp_interface/main/run_tool.py +444 -0
- itp_interface/pisa/.git +1 -0
- itp_interface/pisa/.gitignore +125 -0
- itp_interface/pisa/.idea/.gitignore +8 -0
- itp_interface/pisa/.idea/ClojureProjectResolveSettings.xml +6 -0
- itp_interface/pisa/.idea/codeStyles/Project.xml +7 -0
- itp_interface/pisa/.idea/codeStyles/codeStyleConfig.xml +5 -0
- itp_interface/pisa/.idea/inspectionProfiles/Project_Default.xml +16 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_android_annotations_4_1_1_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_api_grpc_proto_google_common_protos_1_17_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_code_findbugs_jsr305_3_0_2_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_code_gson_gson_2_8_6_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_errorprone_error_prone_annotations_2_3_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_guava_failureaccess_1_0_1_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_guava_guava_30_0_jre_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava_jar.xml +9 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_j2objc_j2objc_annotations_1_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_protobuf_protobuf_java_3_12_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_protobuf_protobuf_java_util_3_12_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_lihaoyi_fastparse_2_13_2_3_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_lihaoyi_geny_2_13_0_6_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_lihaoyi_sourcecode_2_13_0_2_1_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_lenses_2_13_0_10_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_scalapb_runtime_2_13_0_10_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_scalapb_runtime_grpc_2_13_0_10_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_zio_grpc_zio_grpc_core_2_13_0_4_2_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thoughtworks_paranamer_paranamer_2_8_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__commons_io_commons_io_2_8_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__de_unruh_java_patterns_0_1_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__de_unruh_scala_isabelle_2_13_master_SNAPSHOT_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_izumi_reflect_2_13_1_0_0_M9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_izumi_reflect_thirdparty_boopickle_shaded_2_13_1_0_0_M9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_zio_2_13_1_0_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_zio_stacktracer_2_13_1_0_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_zio_streams_2_13_1_0_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_api_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_context_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_core_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_netty_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_protobuf_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_protobuf_lite_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_services_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_stub_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_buffer_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_http2_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_http_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_socks_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_common_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_handler_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_handler_proxy_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_resolver_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_transport_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_perfmark_perfmark_api_0_19_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__net_java_dev_jna_jna_5_3_1_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__net_liftweb_lift_json_2_13_3_4_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_apache_commons_commons_lang3_3_11_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_apache_commons_commons_text_1_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_checkerframework_checker_qual_3_5_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_codehaus_mojo_animal_sniffer_annotations_1_18_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_jetbrains_annotations_20_1_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_jline_jline_3_16_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_log4s_log4s_2_13_1_9_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_modules_scala_collection_compat_2_13_2_1_6_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_modules_scala_xml_2_13_1_3_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scala_compiler_2_13_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scala_library_2_13_4_jar.xml +23 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scala_reflect_2_13_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scalap_2_13_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scalaz_scalaz_core_2_13_7_3_2_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_slf4j_slf4j_api_1_7_30_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_slf4j_slf4j_simple_1_7_30_jar.xml +13 -0
- itp_interface/pisa/.idea/misc.xml +7 -0
- itp_interface/pisa/.idea/modules/PISA-build.iml +127 -0
- itp_interface/pisa/.idea/modules/PISA.iml +94 -0
- itp_interface/pisa/.idea/modules.xml +9 -0
- itp_interface/pisa/.idea/other.xml +6 -0
- itp_interface/pisa/.idea/sbt.xml +20 -0
- itp_interface/pisa/.idea/scala_compiler.xml +6 -0
- itp_interface/pisa/.idea/uiDesigner.xml +124 -0
- itp_interface/pisa/.idea/vcs.xml +6 -0
- itp_interface/pisa/.scalafmt.conf +2 -0
- itp_interface/pisa/LICENSE +29 -0
- itp_interface/pisa/README.md +262 -0
- itp_interface/pisa/build.sbt +49 -0
- itp_interface/pisa/build.sh +26 -0
- itp_interface/pisa/command_generation/close_gaps.py +44 -0
- itp_interface/pisa/command_generation/conjecture_normal_order.py +62 -0
- itp_interface/pisa/command_generation/conjecturer_command_generator.py +36 -0
- itp_interface/pisa/command_generation/create_dirs.py +11 -0
- itp_interface/pisa/command_generation/find_std.py +67 -0
- itp_interface/pisa/command_generation/generate_build_commands_afp.py +15 -0
- itp_interface/pisa/command_generation/generate_build_commands_std.py +15 -0
- itp_interface/pisa/command_generation/generate_commands_afp.py +103 -0
- itp_interface/pisa/command_generation/generate_commands_mini.py +73 -0
- itp_interface/pisa/command_generation/generate_commands_std.py +69 -0
- itp_interface/pisa/command_generation/generate_hammer_extraction_text.py +5 -0
- itp_interface/pisa/command_generation/hammer_command_generator.py +40 -0
- itp_interface/pisa/command_generation/hp_search_command_generator.py +63 -0
- itp_interface/pisa/command_generation/oracle_command_generator.py +56 -0
- itp_interface/pisa/command_generation/search_command_generator.py +69 -0
- itp_interface/pisa/command_generation/summarise_problem_names.py +45 -0
- itp_interface/pisa/command_generation/tpu_hp_search.py +75 -0
- itp_interface/pisa/docker/Dockerfile +34 -0
- itp_interface/pisa/docker/docker_tutorial.md +64 -0
- itp_interface/pisa/eval_setup/copy_isabelle.py +42 -0
- itp_interface/pisa/eval_setup/copy_pisa_jars.py +18 -0
- itp_interface/pisa/mesh_transformer_utils/tokenization.py +86 -0
- itp_interface/pisa/project/build.properties +1 -0
- itp_interface/pisa/project/plugins.sbt +5 -0
- itp_interface/pisa/requirements.txt +4 -0
- itp_interface/pisa/scripts/extract_last_k_steps.py +28 -0
- itp_interface/pisa/scripts/extract_proof_corpus.py +26 -0
- itp_interface/pisa/scripts/gather_hammer_results.py +27 -0
- itp_interface/pisa/scripts/length_in_char_stats.py +20 -0
- itp_interface/pisa/scripts/mix.py +127 -0
- itp_interface/pisa/scripts/results_stat.py +52 -0
- itp_interface/pisa/scripts/test_array_job.sh +34 -0
- itp_interface/pisa/setup.sh +25 -0
- itp_interface/pisa/src/main/protobuf/server.proto +60 -0
- itp_interface/pisa/src/main/python/.idea/.gitignore +8 -0
- itp_interface/pisa/src/main/python/.idea/inspectionProfiles/Project_Default.xml +18 -0
- itp_interface/pisa/src/main/python/.idea/inspectionProfiles/profiles_settings.xml +6 -0
- itp_interface/pisa/src/main/python/.idea/misc.xml +4 -0
- itp_interface/pisa/src/main/python/.idea/modules.xml +8 -0
- itp_interface/pisa/src/main/python/.idea/python.iml +12 -0
- itp_interface/pisa/src/main/python/.idea/vcs.xml +6 -0
- itp_interface/pisa/src/main/python/conjecturing_parsing/conjecturer_postprocessing.py +59 -0
- itp_interface/pisa/src/main/python/data_extraction/extract_data.py +184 -0
- itp_interface/pisa/src/main/python/data_extraction/find_premises.py +221 -0
- itp_interface/pisa/src/main/python/data_extraction/process_data.py +129 -0
- itp_interface/pisa/src/main/python/legacy/PisaFlexibleClient.py +167 -0
- itp_interface/pisa/src/main/python/legacy/autof_test.py +74 -0
- itp_interface/pisa/src/main/python/legacy/cmd_client.py +23 -0
- itp_interface/pisa/src/main/python/legacy/convert_scala_dump_to_test_name_jsons.py +14 -0
- itp_interface/pisa/src/main/python/legacy/create_data_txt.py +72 -0
- itp_interface/pisa/src/main/python/legacy/create_finetune_tfrecords.py +311 -0
- itp_interface/pisa/src/main/python/legacy/demo.py +49 -0
- itp_interface/pisa/src/main/python/legacy/evaluate.py +108 -0
- itp_interface/pisa/src/main/python/legacy/extract_first_step.py +25 -0
- itp_interface/pisa/src/main/python/legacy/get_global_facts.py +35 -0
- itp_interface/pisa/src/main/python/legacy/mix_data.py +19 -0
- itp_interface/pisa/src/main/python/legacy/one_stage_extraction.py +111 -0
- itp_interface/pisa/src/main/python/legacy/prepare_episodic_transitions.py +137 -0
- itp_interface/pisa/src/main/python/legacy/prepare_translation_pairs.py +277 -0
- itp_interface/pisa/src/main/python/pisa_client.py +322 -0
- itp_interface/pisa/src/main/python/server_pb2.py +394 -0
- itp_interface/pisa/src/main/python/server_pb2_grpc.py +230 -0
- itp_interface/pisa/src/main/python/test_client.py +17 -0
- itp_interface/pisa/src/main/python/test_client2.py +79 -0
- itp_interface/pisa/src/main/python/utils/filters.py +59 -0
- itp_interface/pisa/src/main/python/utils/pisa_server_control.py +29 -0
- itp_interface/pisa/src/main/scala/pisa/agent/CheckSyntax.scala +257 -0
- itp_interface/pisa/src/main/scala/pisa/agent/DepThms.scala +29 -0
- itp_interface/pisa/src/main/scala/pisa/agent/PisaStat.scala +46 -0
- itp_interface/pisa/src/main/scala/pisa/agent/RefactorTest.scala +40 -0
- itp_interface/pisa/src/main/scala/pisa/agent/RepHammer.scala +95 -0
- itp_interface/pisa/src/main/scala/pisa/server/HammFacts.scala +63 -0
- itp_interface/pisa/src/main/scala/pisa/server/PisaOS.scala +881 -0
- itp_interface/pisa/src/main/scala/pisa/server/PisaOneStage.scala +540 -0
- itp_interface/pisa/src/main/scala/pisa/server/PisaOneStageServers.scala +1048 -0
- itp_interface/pisa/src/main/scala/pisa/utils/TheoryManager.scala +95 -0
- itp_interface/pisa/src/test/python/analyse_debug.py +33 -0
- itp_interface/pisa/src/test/python/extract_test_seq2seq.py +53 -0
- itp_interface/pisa/src/test/python/extract_test_theorem_ground_truth_indices.py +31 -0
- itp_interface/pisa/src/test/python/proof_originality.py +24 -0
- itp_interface/pisa/src/test/python/test_command_generator.py +25 -0
- itp_interface/pisa/src/test/python/test_model_sequence_accuracy.py +70 -0
- itp_interface/pisa/src/test/scala/pisa/Easy.scala +26 -0
- itp_interface/pisa/src/test/scala/pisa/TestCurl.scala +82 -0
- itp_interface/pisa/src/test/scala/pisa/TestIsa.scala +27 -0
- itp_interface/pisa/test.sh +19 -0
- itp_interface/pisa/universal_test_theorems.tar.gz +0 -0
- itp_interface/repo/build.py +78 -0
- itp_interface/repo/clone.py +79 -0
- itp_interface/repo/dataset_discovery.py +99 -0
- itp_interface/retrieval/__init__.py +0 -0
- itp_interface/retrieval/abstraction.py +35 -0
- itp_interface/retrieval/coq_bm25_reranker.py +153 -0
- itp_interface/retrieval/isabelle_bm25_reranker.py +86 -0
- itp_interface/retrieval/lean3_bm25_reranker.py +86 -0
- itp_interface/rl/__init__.py +0 -0
- itp_interface/rl/abstraction.py +168 -0
- itp_interface/rl/proof_action.py +172 -0
- itp_interface/rl/proof_state.py +149 -0
- itp_interface/rl/proof_tree.py +109 -0
- itp_interface/rl/simpl_proof_env_pool.py +16 -0
- itp_interface/rl/simple_proof_env.py +713 -0
- itp_interface/rl/simple_proof_env_pool.py +591 -0
- itp_interface/scripts/setup.sh +228 -0
- itp_interface/tools/__init__.py +0 -0
- itp_interface/tools/basic_utils.py +172 -0
- itp_interface/tools/bin_packing.py +61 -0
- itp_interface/tools/cache.py +93 -0
- itp_interface/tools/coq_build_spec.py +31 -0
- itp_interface/tools/coq_build_tool.py +319 -0
- itp_interface/tools/coq_context_helper.py +354 -0
- itp_interface/tools/coq_executor.py +508 -0
- itp_interface/tools/coq_local_data_generation_transform.py +158 -0
- itp_interface/tools/coq_parse_utils.py +154 -0
- itp_interface/tools/coq_raw_proofs.py +193 -0
- itp_interface/tools/coq_theorem_proof_pair_generation_transform.py +146 -0
- itp_interface/tools/coq_training_data_generator.py +76 -0
- itp_interface/tools/dynamic_coq_proof_exec.py +220 -0
- itp_interface/tools/dynamic_isabelle_proof_exec.py +229 -0
- itp_interface/tools/dynamic_lean4_proof_exec.py +236 -0
- itp_interface/tools/dynamic_lean_proof_exec.py +228 -0
- itp_interface/tools/isabelle_context_helper.py +66 -0
- itp_interface/tools/isabelle_executor.py +862 -0
- itp_interface/tools/isabelle_local_data_generation_transform.py +149 -0
- itp_interface/tools/isabelle_parse_utils.py +131 -0
- itp_interface/tools/isabelle_server.py +106 -0
- itp_interface/tools/lean4_context_helper.py +72 -0
- itp_interface/tools/lean4_local_data_generation_transform.py +122 -0
- itp_interface/tools/lean4_sync_executor.py +1193 -0
- itp_interface/tools/lean_cmd_executor.py +804 -0
- itp_interface/tools/lean_context_helper.py +327 -0
- itp_interface/tools/lean_dojo_data_generation_transform.py +206 -0
- itp_interface/tools/lean_executor.py +687 -0
- itp_interface/tools/lean_local_data_generation_transform.py +136 -0
- itp_interface/tools/lean_parse_utils.py +32 -0
- itp_interface/tools/log_utils.py +20 -0
- itp_interface/tools/proof_exec_callback.py +76 -0
- itp_interface/tools/ray_utils.py +265 -0
- itp_interface/tools/repl/.git +1 -0
- itp_interface/tools/repl/.github/workflows/ci.yml +24 -0
- itp_interface/tools/repl/.gitignore +7 -0
- itp_interface/tools/repl/.vscode/copyright.code-snippets +13 -0
- itp_interface/tools/repl/.vscode/extensions.json +13 -0
- itp_interface/tools/repl/.vscode/module-docstring.code-snippets +35 -0
- itp_interface/tools/repl/.vscode/settings.json +11 -0
- itp_interface/tools/repl/README.md +174 -0
- itp_interface/tools/repl/REPL/Frontend.lean +47 -0
- itp_interface/tools/repl/REPL/JSON.lean +186 -0
- itp_interface/tools/repl/REPL/Lean/ContextInfo.lean +9 -0
- itp_interface/tools/repl/REPL/Lean/Environment.lean +31 -0
- itp_interface/tools/repl/REPL/Lean/InfoTree/ToJson.lean +114 -0
- itp_interface/tools/repl/REPL/Lean/InfoTree.lean +272 -0
- itp_interface/tools/repl/REPL/Main.lean +323 -0
- itp_interface/tools/repl/REPL/Snapshots.lean +306 -0
- itp_interface/tools/repl/REPL/Util/Path.lean +36 -0
- itp_interface/tools/repl/REPL/Util/Pickle.lean +44 -0
- itp_interface/tools/repl/REPL.lean +4 -0
- itp_interface/tools/repl/lake-manifest.json +5 -0
- itp_interface/tools/repl/lakefile.lean +15 -0
- itp_interface/tools/repl/lean-toolchain +1 -0
- itp_interface/tools/repl/test/Mathlib/.gitignore +5 -0
- itp_interface/tools/repl/test/Mathlib/H20231110.sh +2 -0
- itp_interface/tools/repl/test/Mathlib/ReplMathlibTests.lean +1 -0
- itp_interface/tools/repl/test/Mathlib/lake-manifest.json +68 -0
- itp_interface/tools/repl/test/Mathlib/lakefile.lean +11 -0
- itp_interface/tools/repl/test/Mathlib/lean-toolchain +1 -0
- itp_interface/tools/repl/test/Mathlib/test/20240209.expected.out +20 -0
- itp_interface/tools/repl/test/Mathlib/test/20240209.in +3 -0
- itp_interface/tools/repl/test/Mathlib/test/20240209.lean +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231020.expected.out +8 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231020.in +8 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231020.lean +22 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231110.expected.out +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231110.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115.expected.out +19 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115.in +5 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_2.expected.out +18 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_2.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_3.expected.out +10 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_3.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231214.in +9 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231214.lean +30 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215.expected.out +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215_2.expected.out +14 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215_2.in +3 -0
- itp_interface/tools/repl/test/Mathlib/test/exact.expected.out +37 -0
- itp_interface/tools/repl/test/Mathlib/test/exact.in +10 -0
- itp_interface/tools/repl/test/Mathlib/test/import_Mathlib.lean +1 -0
- itp_interface/tools/repl/test/Mathlib/test/induction.expected.out +29 -0
- itp_interface/tools/repl/test/Mathlib/test/induction.in +10 -0
- itp_interface/tools/repl/test/Mathlib/test/induction.lean +6 -0
- itp_interface/tools/repl/test/Mathlib/test/on_goal.expected.out +22 -0
- itp_interface/tools/repl/test/Mathlib/test/on_goal.in +5 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle.expected.out +16 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle.in +6 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle_2.expected.out +4 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle_2.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test.sh +41 -0
- itp_interface/tools/repl/test/all_tactics.expected.out +13 -0
- itp_interface/tools/repl/test/all_tactics.in +1 -0
- itp_interface/tools/repl/test/by_cases.expected.out +25 -0
- itp_interface/tools/repl/test/by_cases.in +8 -0
- itp_interface/tools/repl/test/by_cases.lean +4 -0
- itp_interface/tools/repl/test/calc.expected.out +32 -0
- itp_interface/tools/repl/test/calc.in +1 -0
- itp_interface/tools/repl/test/def_eval.expected.out +9 -0
- itp_interface/tools/repl/test/def_eval.in +3 -0
- itp_interface/tools/repl/test/enableInitializersExecution.expected.out +2 -0
- itp_interface/tools/repl/test/enableInitializersExecution.in +1 -0
- itp_interface/tools/repl/test/file.expected.out +8 -0
- itp_interface/tools/repl/test/file.in +1 -0
- itp_interface/tools/repl/test/file.lean +5 -0
- itp_interface/tools/repl/test/have_by_sorry.expected.out +28 -0
- itp_interface/tools/repl/test/have_by_sorry.in +6 -0
- itp_interface/tools/repl/test/import_lean.in +1 -0
- itp_interface/tools/repl/test/incomplete.expected.out +18 -0
- itp_interface/tools/repl/test/incomplete.in +3 -0
- itp_interface/tools/repl/test/incomplete.lean +0 -0
- itp_interface/tools/repl/test/infotree.expected.out +20 -0
- itp_interface/tools/repl/test/infotree.in +2 -0
- itp_interface/tools/repl/test/invalid_tactic.expected.out +20 -0
- itp_interface/tools/repl/test/invalid_tactic.in +3 -0
- itp_interface/tools/repl/test/name_generator.expected.out +53 -0
- itp_interface/tools/repl/test/name_generator.in +18 -0
- itp_interface/tools/repl/test/no_goal_sorry.expected.out +11 -0
- itp_interface/tools/repl/test/no_goal_sorry.in +1 -0
- itp_interface/tools/repl/test/no_goal_sorry_2.expected.out +12 -0
- itp_interface/tools/repl/test/no_goal_sorry_2.in +1 -0
- itp_interface/tools/repl/test/options.expected.out +17 -0
- itp_interface/tools/repl/test/options.in +6 -0
- itp_interface/tools/repl/test/pickle_environment.expected.out +8 -0
- itp_interface/tools/repl/test/pickle_environment.in +7 -0
- itp_interface/tools/repl/test/pickle_environment_with_imports.expected.out +10 -0
- itp_interface/tools/repl/test/pickle_environment_with_imports.in +9 -0
- itp_interface/tools/repl/test/pickle_open.expected.out +8 -0
- itp_interface/tools/repl/test/pickle_open.in +7 -0
- itp_interface/tools/repl/test/pickle_open_2.expected.out +4 -0
- itp_interface/tools/repl/test/pickle_open_2.in +3 -0
- itp_interface/tools/repl/test/pickle_open_scoped.expected.out +18 -0
- itp_interface/tools/repl/test/pickle_open_scoped.in +8 -0
- itp_interface/tools/repl/test/pickle_open_scoped_2.expected.out +14 -0
- itp_interface/tools/repl/test/pickle_open_scoped_2.in +3 -0
- itp_interface/tools/repl/test/pickle_proof_state_1.expected.out +26 -0
- itp_interface/tools/repl/test/pickle_proof_state_1.in +15 -0
- itp_interface/tools/repl/test/pickle_proof_state_2.expected.out +4 -0
- itp_interface/tools/repl/test/pickle_proof_state_2.in +3 -0
- itp_interface/tools/repl/test/pickle_proof_state_env.expected.out +26 -0
- itp_interface/tools/repl/test/pickle_proof_state_env.in +15 -0
- itp_interface/tools/repl/test/pickle_scoped_notation.in +16 -0
- itp_interface/tools/repl/test/pickle_scoped_notation_2.in +3 -0
- itp_interface/tools/repl/test/proof_step.expected.out +18 -0
- itp_interface/tools/repl/test/proof_step.in +7 -0
- itp_interface/tools/repl/test/readme.expected.out +16 -0
- itp_interface/tools/repl/test/readme.in +5 -0
- itp_interface/tools/repl/test/sorry_hypotheses.expected.out +16 -0
- itp_interface/tools/repl/test/sorry_hypotheses.in +4 -0
- itp_interface/tools/repl/test/synthesize_placeholder.expected.out +7 -0
- itp_interface/tools/repl/test/synthesize_placeholder.in +1 -0
- itp_interface/tools/repl/test/tactic_mode_sorry.expected.out +14 -0
- itp_interface/tools/repl/test/tactic_mode_sorry.in +3 -0
- itp_interface/tools/repl/test/tactic_sorry.expected.out +12 -0
- itp_interface/tools/repl/test/tactic_sorry.in +1 -0
- itp_interface/tools/repl/test/term_sorry.expected.out +12 -0
- itp_interface/tools/repl/test/term_sorry.in +1 -0
- itp_interface/tools/repl/test/trace_simp.expected.out +41 -0
- itp_interface/tools/repl/test/trace_simp.in +15 -0
- itp_interface/tools/repl/test/unfinished_tactic_block.expected.out +11 -0
- itp_interface/tools/repl/test/unfinished_tactic_block.in +1 -0
- itp_interface/tools/repl/test/unknown_environment.expected.out +2 -0
- itp_interface/tools/repl/test/unknown_environment.in +1 -0
- itp_interface/tools/repl/test/unknown_proof_state.expected.out +14 -0
- itp_interface/tools/repl/test/unknown_proof_state.in +3 -0
- itp_interface/tools/repl/test/unknown_tactic.expected.out +14 -0
- itp_interface/tools/repl/test/unknown_tactic.in +3 -0
- itp_interface/tools/repl/test/variables.expected.out +26 -0
- itp_interface/tools/repl/test/variables.in +5 -0
- itp_interface/tools/repl/test.sh +43 -0
- itp_interface/tools/run_data_generation_transforms.py +350 -0
- itp_interface/tools/theorem_details.py +25 -0
- itp_interface/tools/training_data.py +358 -0
- itp_interface/tools/training_data_format.py +599 -0
- itp_interface-1.0.0.dist-info/METADATA +78 -0
- itp_interface-1.0.0.dist-info/RECORD +485 -0
- itp_interface-1.0.0.dist-info/WHEEL +4 -0
- itp_interface-1.0.0.dist-info/entry_points.txt +3 -0
- itp_interface-1.0.0.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,498 @@
|
|
|
1
|
+
name: compcert_benchmark_hard
|
|
2
|
+
num_files: 13
|
|
3
|
+
language: COQ
|
|
4
|
+
few_shot_data_path_for_retrieval: .log/tools/coq_raw_proofs/data/benchmarks/CompCert/2023-09-06-03-44-06/CompCert/train
|
|
5
|
+
few_shot_metadata_filename_for_retrieval: single.meta.json
|
|
6
|
+
dfs_data_path_for_retrieval: .log/run_data_generation_transforms/data/benchmarks/CompCert/train
|
|
7
|
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
|
8
|
+
datasets:
|
|
9
|
+
- project: data/benchmarks/CompCert
|
|
10
|
+
files:
|
|
11
|
+
- path: MenhirLib/Validator_complete.v
|
|
12
|
+
theorems:
|
|
13
|
+
- complete
|
|
14
|
+
- complete_is_validator
|
|
15
|
+
- is_validator_forall_items
|
|
16
|
+
- is_validator_forall_lookahead_set
|
|
17
|
+
- is_validator_forall_state_has_future
|
|
18
|
+
- is_validator_iterate_lset
|
|
19
|
+
- is_validator_state_has_future_subset
|
|
20
|
+
- is_validator_subset
|
|
21
|
+
- path: backend/Locations.v
|
|
22
|
+
theorems:
|
|
23
|
+
- compare
|
|
24
|
+
- diff_dec
|
|
25
|
+
- diff_not_eq
|
|
26
|
+
- diff_outside_interval
|
|
27
|
+
- diff_sym
|
|
28
|
+
- disjoint_cons_right
|
|
29
|
+
- disjoint_notin
|
|
30
|
+
- disjoint_sym
|
|
31
|
+
- eq
|
|
32
|
+
- getpair_exten
|
|
33
|
+
- gpo
|
|
34
|
+
- gso
|
|
35
|
+
- gss
|
|
36
|
+
- gss_reg
|
|
37
|
+
- gss_typed
|
|
38
|
+
- guo
|
|
39
|
+
- gus
|
|
40
|
+
- in_notin_diff
|
|
41
|
+
- index_inj
|
|
42
|
+
- lt_not_eq
|
|
43
|
+
- lt_trans
|
|
44
|
+
- norepet_dec
|
|
45
|
+
- notin_dec
|
|
46
|
+
- notin_disjoint
|
|
47
|
+
- notin_iff
|
|
48
|
+
- notin_not_in
|
|
49
|
+
- outside_interval_diff
|
|
50
|
+
- same_not_diff
|
|
51
|
+
- typealign_pos
|
|
52
|
+
- typealign_typesize
|
|
53
|
+
- typesize_pos
|
|
54
|
+
- path: backend/RTL.v
|
|
55
|
+
theorems:
|
|
56
|
+
- exec_Iload'
|
|
57
|
+
- exec_Iop'
|
|
58
|
+
- max_pc_function_sound
|
|
59
|
+
- max_reg_function_def
|
|
60
|
+
- max_reg_function_params
|
|
61
|
+
- max_reg_function_use
|
|
62
|
+
- max_reg_instr_def
|
|
63
|
+
- max_reg_instr_ge
|
|
64
|
+
- max_reg_instr_uses
|
|
65
|
+
- semantics_receptive
|
|
66
|
+
- path: backend/Selectionproof.v
|
|
67
|
+
theorems:
|
|
68
|
+
- HF'
|
|
69
|
+
- TransfSelectionLink
|
|
70
|
+
- call_cont_commut
|
|
71
|
+
- classify_call_correct
|
|
72
|
+
- classify_stmt_nolabel
|
|
73
|
+
- classify_stmt_sound_1
|
|
74
|
+
- classify_stmt_sound_2
|
|
75
|
+
- classify_stmt_wt
|
|
76
|
+
- eval_binop_lessdef
|
|
77
|
+
- eval_condexpr_of_expr
|
|
78
|
+
- eval_condition_of_expr
|
|
79
|
+
- eval_load
|
|
80
|
+
- eval_sel_binop
|
|
81
|
+
- eval_sel_known_builtin
|
|
82
|
+
- eval_sel_select
|
|
83
|
+
- eval_sel_unop
|
|
84
|
+
- eval_select_safe_exprs
|
|
85
|
+
- eval_store
|
|
86
|
+
- eval_unop_lessdef
|
|
87
|
+
- expr_is_addrof_ident_correct
|
|
88
|
+
- find_label_commut
|
|
89
|
+
- functions_translated
|
|
90
|
+
- get_helpers_correct
|
|
91
|
+
- helper_functions_declared_linkorder
|
|
92
|
+
- helper_functions_preserved
|
|
93
|
+
- if_conversion_base_nolabel
|
|
94
|
+
- if_conversion_correct
|
|
95
|
+
- if_conversion_nolabel
|
|
96
|
+
- lookup_helper_correct
|
|
97
|
+
- lookup_helper_correct_1
|
|
98
|
+
- match_is_call_cont
|
|
99
|
+
- record_globdefs_sound
|
|
100
|
+
- sel_builtin_arg_correct
|
|
101
|
+
- sel_builtin_args_correct
|
|
102
|
+
- sel_builtin_correct
|
|
103
|
+
- sel_builtin_default_correct
|
|
104
|
+
- sel_builtin_nolabel
|
|
105
|
+
- sel_expr_correct
|
|
106
|
+
- sel_exprlist_correct
|
|
107
|
+
- sel_final_states
|
|
108
|
+
- sel_initial_states
|
|
109
|
+
- sel_select_opt_correct
|
|
110
|
+
- sel_step_correct
|
|
111
|
+
- sel_switch_correct
|
|
112
|
+
- sel_switch_correct_rec
|
|
113
|
+
- sel_switch_int_correct
|
|
114
|
+
- sel_switch_long_correct
|
|
115
|
+
- senv_preserved
|
|
116
|
+
- set_locals_lessdef
|
|
117
|
+
- set_params_lessdef
|
|
118
|
+
- set_var_lessdef
|
|
119
|
+
- sig_function_translated
|
|
120
|
+
- stackspace_function_translated
|
|
121
|
+
- transf_program_correct
|
|
122
|
+
- transf_program_match
|
|
123
|
+
- wt_prog
|
|
124
|
+
- path: cfrontend/Cop.v
|
|
125
|
+
theorems:
|
|
126
|
+
- bool_val_inj
|
|
127
|
+
- bool_val_inject
|
|
128
|
+
- cast_bool_bool_val
|
|
129
|
+
- cast_int_int_idem
|
|
130
|
+
- cast_val_casted
|
|
131
|
+
- cast_val_is_casted
|
|
132
|
+
- classify_binarith_arithmetic_conversion
|
|
133
|
+
- eq_int_type
|
|
134
|
+
- sem_binarith_inject
|
|
135
|
+
- sem_binary_operation_inj
|
|
136
|
+
- sem_binary_operation_inject
|
|
137
|
+
- sem_cast_inj
|
|
138
|
+
- sem_cast_inject
|
|
139
|
+
- sem_cmp_inj
|
|
140
|
+
- sem_cmp_ptr_inj
|
|
141
|
+
- sem_shift_inject
|
|
142
|
+
- sem_unary_operation_inj
|
|
143
|
+
- sem_unary_operation_inject
|
|
144
|
+
- typeconv_integer_promotion
|
|
145
|
+
- val_casted_has_type
|
|
146
|
+
- val_inject_vfalse
|
|
147
|
+
- val_inject_vptrofs
|
|
148
|
+
- val_inject_vtrue
|
|
149
|
+
- path: common/Globalenvs.v
|
|
150
|
+
theorems:
|
|
151
|
+
- add_global_match
|
|
152
|
+
- add_globals_app
|
|
153
|
+
- add_globals_ensures
|
|
154
|
+
- add_globals_match
|
|
155
|
+
- add_globals_norepet_ensures
|
|
156
|
+
- add_globals_preserves
|
|
157
|
+
- add_globals_unique_ensures
|
|
158
|
+
- add_globals_unique_preserves
|
|
159
|
+
- advance_next_le
|
|
160
|
+
- alloc_global_exists
|
|
161
|
+
- alloc_global_initialized
|
|
162
|
+
- alloc_global_neutral
|
|
163
|
+
- alloc_global_nextblock
|
|
164
|
+
- alloc_global_perm
|
|
165
|
+
- alloc_global_unchanged
|
|
166
|
+
- alloc_globals_app
|
|
167
|
+
- alloc_globals_initialized
|
|
168
|
+
- alloc_globals_match
|
|
169
|
+
- alloc_globals_neutral
|
|
170
|
+
- alloc_globals_nextblock
|
|
171
|
+
- alloc_globals_perm
|
|
172
|
+
- alloc_globals_unchanged
|
|
173
|
+
- block_is_volatile_below
|
|
174
|
+
- find_def_inversion
|
|
175
|
+
- find_def_match
|
|
176
|
+
- find_def_not_fresh
|
|
177
|
+
- find_def_symbol
|
|
178
|
+
- find_funct_find_funct_ptr
|
|
179
|
+
- find_funct_inv
|
|
180
|
+
- find_funct_inversion
|
|
181
|
+
- find_funct_match
|
|
182
|
+
- find_funct_prop
|
|
183
|
+
- find_funct_ptr_iff
|
|
184
|
+
- find_funct_ptr_inversion
|
|
185
|
+
- find_funct_ptr_match
|
|
186
|
+
- find_funct_ptr_not_fresh
|
|
187
|
+
- find_funct_ptr_prop
|
|
188
|
+
- find_funct_ptr_transf
|
|
189
|
+
- find_funct_ptr_transf_partial
|
|
190
|
+
- find_funct_transf
|
|
191
|
+
- find_funct_transf_partial
|
|
192
|
+
- find_invert_symbol
|
|
193
|
+
- find_symbol_exists
|
|
194
|
+
- find_symbol_inversion
|
|
195
|
+
- find_symbol_match
|
|
196
|
+
- find_symbol_not_fresh
|
|
197
|
+
- find_symbol_transf
|
|
198
|
+
- find_symbol_transf_partial
|
|
199
|
+
- find_var_info_iff
|
|
200
|
+
- find_var_info_match
|
|
201
|
+
- find_var_info_not_fresh
|
|
202
|
+
- genv_next_add_globals
|
|
203
|
+
- genv_public_add_globals
|
|
204
|
+
- global_addresses_distinct
|
|
205
|
+
- globalenv_public
|
|
206
|
+
- globalenvs_match
|
|
207
|
+
- in_norepet_unique
|
|
208
|
+
- init_mem_characterization
|
|
209
|
+
- init_mem_characterization_2
|
|
210
|
+
- init_mem_characterization_gen
|
|
211
|
+
- init_mem_exists
|
|
212
|
+
- init_mem_genv_next
|
|
213
|
+
- init_mem_inversion
|
|
214
|
+
- init_mem_match
|
|
215
|
+
- init_mem_transf
|
|
216
|
+
- init_mem_transf_partial
|
|
217
|
+
- initmem_inject
|
|
218
|
+
- invert_find_symbol
|
|
219
|
+
- load_store_init_data_invariant
|
|
220
|
+
- read_as_zero_unchanged
|
|
221
|
+
- senv_match
|
|
222
|
+
- senv_transf
|
|
223
|
+
- senv_transf_partial
|
|
224
|
+
- shift_symbol_address
|
|
225
|
+
- shift_symbol_address_32
|
|
226
|
+
- shift_symbol_address_64
|
|
227
|
+
- store_init_data_aligned
|
|
228
|
+
- store_init_data_exists
|
|
229
|
+
- store_init_data_list_aligned
|
|
230
|
+
- store_init_data_list_charact
|
|
231
|
+
- store_init_data_list_exists
|
|
232
|
+
- store_init_data_list_free_idents
|
|
233
|
+
- store_init_data_list_loadbytes
|
|
234
|
+
- store_init_data_list_match
|
|
235
|
+
- store_init_data_list_neutral
|
|
236
|
+
- store_init_data_list_nextblock
|
|
237
|
+
- store_init_data_list_perm
|
|
238
|
+
- store_init_data_list_unchanged
|
|
239
|
+
- store_init_data_loadbytes
|
|
240
|
+
- store_init_data_neutral
|
|
241
|
+
- store_init_data_perm
|
|
242
|
+
- store_init_data_unchanged
|
|
243
|
+
- store_zeros
|
|
244
|
+
- store_zeros_exists
|
|
245
|
+
- store_zeros_loadbytes
|
|
246
|
+
- store_zeros_neutral
|
|
247
|
+
- store_zeros_nextblock
|
|
248
|
+
- store_zeros_perm
|
|
249
|
+
- store_zeros_read_as_zero
|
|
250
|
+
- store_zeros_unchanged
|
|
251
|
+
- path: exportclight/Clightdefs.v
|
|
252
|
+
theorems:
|
|
253
|
+
- build_composite_env'
|
|
254
|
+
- path: flocq/Calc/Round.v
|
|
255
|
+
theorems:
|
|
256
|
+
- cexp_inbetween_float
|
|
257
|
+
- cexp_inbetween_float_loc_Exact
|
|
258
|
+
- generic_format_truncate
|
|
259
|
+
- inbetween_float_DN
|
|
260
|
+
- inbetween_float_DN_sign
|
|
261
|
+
- inbetween_float_NA
|
|
262
|
+
- inbetween_float_NE
|
|
263
|
+
- inbetween_float_NE_sign
|
|
264
|
+
- inbetween_float_UP
|
|
265
|
+
- inbetween_float_UP_sign
|
|
266
|
+
- inbetween_float_ZR
|
|
267
|
+
- inbetween_float_ZR_sign
|
|
268
|
+
- inbetween_float_round
|
|
269
|
+
- inbetween_float_round_sign
|
|
270
|
+
- inbetween_int_DN
|
|
271
|
+
- inbetween_int_DN_sign
|
|
272
|
+
- inbetween_int_N
|
|
273
|
+
- inbetween_int_NA_sign
|
|
274
|
+
- inbetween_int_NE
|
|
275
|
+
- inbetween_int_NE_sign
|
|
276
|
+
- inbetween_int_N_sign
|
|
277
|
+
- inbetween_int_UP
|
|
278
|
+
- inbetween_int_UP_sign
|
|
279
|
+
- inbetween_int_ZR
|
|
280
|
+
- inbetween_int_ZR_sign
|
|
281
|
+
- round_any_correct
|
|
282
|
+
- round_sign_any_correct
|
|
283
|
+
- round_trunc_any_correct
|
|
284
|
+
- round_trunc_any_correct'
|
|
285
|
+
- round_trunc_sign_any_correct
|
|
286
|
+
- round_trunc_sign_any_correct'
|
|
287
|
+
- truncate_0
|
|
288
|
+
- truncate_FIX_correct
|
|
289
|
+
- truncate_aux_comp
|
|
290
|
+
- truncate_correct
|
|
291
|
+
- truncate_correct'
|
|
292
|
+
- truncate_correct_format
|
|
293
|
+
- truncate_correct_partial
|
|
294
|
+
- truncate_correct_partial'
|
|
295
|
+
- path: flocq/Core/Zaux.v
|
|
296
|
+
theorems:
|
|
297
|
+
- ZOdiv_mod_mult
|
|
298
|
+
- ZOdiv_plus
|
|
299
|
+
- ZOdiv_small_abs
|
|
300
|
+
- ZOmod_eq
|
|
301
|
+
- ZOmod_mod_mult
|
|
302
|
+
- Zcompare_Gt
|
|
303
|
+
- Zcompare_spec
|
|
304
|
+
- Zdiv_eucl_unique
|
|
305
|
+
- Zdiv_mod_mult
|
|
306
|
+
- Zeq_bool_spec
|
|
307
|
+
- Zeven_Zpower_odd
|
|
308
|
+
- Zeven_ex
|
|
309
|
+
- Zfast_div_eucl_correct
|
|
310
|
+
- Zfast_pow_pos_correct
|
|
311
|
+
- Zgt_not_eq
|
|
312
|
+
- Zle_bool_spec
|
|
313
|
+
- Zlt_bool_false
|
|
314
|
+
- Zlt_bool_spec
|
|
315
|
+
- Zmod_mod_mult
|
|
316
|
+
- Zopp_le_cancel
|
|
317
|
+
- Zpos_div_eucl_aux1_correct
|
|
318
|
+
- Zpos_div_eucl_aux_correct
|
|
319
|
+
- Zpower_Zpower_nat
|
|
320
|
+
- Zpower_ge_0
|
|
321
|
+
- Zpower_gt_0
|
|
322
|
+
- Zpower_gt_1
|
|
323
|
+
- Zpower_gt_id
|
|
324
|
+
- Zpower_le
|
|
325
|
+
- Zpower_lt
|
|
326
|
+
- Zpower_lt_Zpower
|
|
327
|
+
- Zpower_pos_gt_0
|
|
328
|
+
- Zsame_sign_imp
|
|
329
|
+
- Zsame_sign_odiv
|
|
330
|
+
- Zsame_sign_trans
|
|
331
|
+
- abs_cond_Zopp
|
|
332
|
+
- cond_Zopp_Zlt_bool
|
|
333
|
+
- cond_Zopp_negb
|
|
334
|
+
- eqbool_irrelevance
|
|
335
|
+
- iter_nat_S
|
|
336
|
+
- iter_nat_plus
|
|
337
|
+
- iter_pos_nat
|
|
338
|
+
- negb_Zle_bool
|
|
339
|
+
- negb_Zlt_bool
|
|
340
|
+
- radix_gt_0
|
|
341
|
+
- radix_gt_1
|
|
342
|
+
- radix_val_inj
|
|
343
|
+
- path: flocq/Prop/Mult_error.v
|
|
344
|
+
theorems:
|
|
345
|
+
- F2R_ge
|
|
346
|
+
- mult_bpow_exact_FLT
|
|
347
|
+
- mult_bpow_exact_FLX
|
|
348
|
+
- mult_error_FLT
|
|
349
|
+
- mult_error_FLT_ge_bpow
|
|
350
|
+
- mult_error_FLX
|
|
351
|
+
- mult_error_FLX_aux
|
|
352
|
+
- path: lib/Parmov.v
|
|
353
|
+
theorems:
|
|
354
|
+
- dests_disjoint_append_left
|
|
355
|
+
- dests_disjoint_append_right
|
|
356
|
+
- dests_disjoint_cons_left
|
|
357
|
+
- dests_disjoint_cons_right
|
|
358
|
+
- dests_disjoint_sym
|
|
359
|
+
- disjoint_list_notin
|
|
360
|
+
- disjoint_temps_not_temp
|
|
361
|
+
- dtransition_preserves_wf_state
|
|
362
|
+
- dtransitions_correctness
|
|
363
|
+
- dtransitions_preserve_wf_state
|
|
364
|
+
- env_equiv_sym
|
|
365
|
+
- env_equiv_trans
|
|
366
|
+
- exec_par_append_eq
|
|
367
|
+
- exec_par_combine
|
|
368
|
+
- exec_par_env_equiv
|
|
369
|
+
- exec_par_ident
|
|
370
|
+
- exec_par_lift
|
|
371
|
+
- exec_par_outside
|
|
372
|
+
- exec_par_update_no_read
|
|
373
|
+
- exec_seq_app
|
|
374
|
+
- exec_seq_exec_seq_rev
|
|
375
|
+
- exec_seq_rev_exec_seq
|
|
376
|
+
- in_dests
|
|
377
|
+
- in_srcs
|
|
378
|
+
- is_last_source_charact
|
|
379
|
+
- is_mill_append
|
|
380
|
+
- is_mill_cons
|
|
381
|
+
- is_path_change_last_source
|
|
382
|
+
- measure_decreasing_1
|
|
383
|
+
- move_no_temp_append
|
|
384
|
+
- move_no_temp_rev
|
|
385
|
+
- mu_is_mill
|
|
386
|
+
- mu_move_no_temp
|
|
387
|
+
- no_adherence_dst
|
|
388
|
+
- no_adherence_src
|
|
389
|
+
- no_adherence_tmp
|
|
390
|
+
- no_overlap_pairwise
|
|
391
|
+
- no_overlap_sym
|
|
392
|
+
- no_read_path
|
|
393
|
+
- notin_dests_append
|
|
394
|
+
- notin_dests_cons
|
|
395
|
+
- pairwise_disjoint_norepet
|
|
396
|
+
- parmove2_correctness
|
|
397
|
+
- parmove2_correctness_with_overlap
|
|
398
|
+
- parmove2_wf_moves
|
|
399
|
+
- parmove_aux_transitions
|
|
400
|
+
- parmove_correctness
|
|
401
|
+
- parmove_initial_reg_or_temp
|
|
402
|
+
- parmove_preserves_register_classes
|
|
403
|
+
- parmove_step_compatible
|
|
404
|
+
- parmove_wf_moves
|
|
405
|
+
- path_sources_dests
|
|
406
|
+
- replace_last_source_charact
|
|
407
|
+
- split_move_charact
|
|
408
|
+
- srcs_dests_combine
|
|
409
|
+
- state_wf_start
|
|
410
|
+
- temp_last_change_last_source
|
|
411
|
+
- temp_last_pop
|
|
412
|
+
- temp_last_push
|
|
413
|
+
- transition_determ
|
|
414
|
+
- transition_preserves_semantics
|
|
415
|
+
- transition_preserves_wf
|
|
416
|
+
- transitions_correctness
|
|
417
|
+
- transitions_determ
|
|
418
|
+
- transitions_preserve_semantics
|
|
419
|
+
- transitions_preserve_wf
|
|
420
|
+
- update_commut
|
|
421
|
+
- update_o
|
|
422
|
+
- update_s
|
|
423
|
+
- weak_exec_seq_match
|
|
424
|
+
- weak_update_match
|
|
425
|
+
- wf_move_initial_reg_or_temp
|
|
426
|
+
- wf_moves_append
|
|
427
|
+
- wf_moves_cons
|
|
428
|
+
- path: lib/Wfsimpl.v
|
|
429
|
+
theorems:
|
|
430
|
+
- unroll_Fix
|
|
431
|
+
- path: x86/SelectOpproof.v
|
|
432
|
+
theorems:
|
|
433
|
+
- eval_absf
|
|
434
|
+
- eval_absfs
|
|
435
|
+
- eval_add
|
|
436
|
+
- eval_addf
|
|
437
|
+
- eval_addfs
|
|
438
|
+
- eval_addimm
|
|
439
|
+
- eval_addressing
|
|
440
|
+
- eval_addrstack
|
|
441
|
+
- eval_addrsymbol
|
|
442
|
+
- eval_and
|
|
443
|
+
- eval_andimm
|
|
444
|
+
- eval_builtin_arg
|
|
445
|
+
- eval_builtin_arg_addr
|
|
446
|
+
- eval_cast16signed
|
|
447
|
+
- eval_cast16unsigned
|
|
448
|
+
- eval_cast8signed
|
|
449
|
+
- eval_cast8unsigned
|
|
450
|
+
- eval_comp
|
|
451
|
+
- eval_compf
|
|
452
|
+
- eval_compfs
|
|
453
|
+
- eval_compimm
|
|
454
|
+
- eval_compimm_swap
|
|
455
|
+
- eval_compu
|
|
456
|
+
- eval_divs_base
|
|
457
|
+
- eval_divu_base
|
|
458
|
+
- eval_floatofint
|
|
459
|
+
- eval_floatofintu
|
|
460
|
+
- eval_floatofsingle
|
|
461
|
+
- eval_intoffloat
|
|
462
|
+
- eval_intofsingle
|
|
463
|
+
- eval_intuoffloat
|
|
464
|
+
- eval_intuofsingle
|
|
465
|
+
- eval_mods_base
|
|
466
|
+
- eval_modu_base
|
|
467
|
+
- eval_mul
|
|
468
|
+
- eval_mulf
|
|
469
|
+
- eval_mulfs
|
|
470
|
+
- eval_mulhs
|
|
471
|
+
- eval_mulhu
|
|
472
|
+
- eval_mulimm
|
|
473
|
+
- eval_mulimm_base
|
|
474
|
+
- eval_negf
|
|
475
|
+
- eval_negfs
|
|
476
|
+
- eval_negint
|
|
477
|
+
- eval_notint
|
|
478
|
+
- eval_or
|
|
479
|
+
- eval_orimm
|
|
480
|
+
- eval_platform_builtin
|
|
481
|
+
- eval_same_expr
|
|
482
|
+
- eval_select
|
|
483
|
+
- eval_shl
|
|
484
|
+
- eval_shlimm
|
|
485
|
+
- eval_shr
|
|
486
|
+
- eval_shrimm
|
|
487
|
+
- eval_shru
|
|
488
|
+
- eval_shruimm
|
|
489
|
+
- eval_shrximm
|
|
490
|
+
- eval_singleoffloat
|
|
491
|
+
- eval_singleofint
|
|
492
|
+
- eval_singleofintu
|
|
493
|
+
- eval_sub
|
|
494
|
+
- eval_subf
|
|
495
|
+
- eval_subfs
|
|
496
|
+
- eval_xor
|
|
497
|
+
- eval_xorimm
|
|
498
|
+
- int_add_sub_eq
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
name: compcert_benchmark_hard_1
|
|
2
|
+
num_files: 2
|
|
3
|
+
language: COQ
|
|
4
|
+
few_shot_data_path_for_retrieval: .log/tools/coq_raw_proofs/data/benchmarks/CompCert/2023-09-06-03-44-06/CompCert/train
|
|
5
|
+
few_shot_metadata_filename_for_retrieval: single.meta.json
|
|
6
|
+
dfs_data_path_for_retrieval: .log/run_data_generation_transforms/data/benchmarks/CompCert/train
|
|
7
|
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
|
8
|
+
setup_cmds:
|
|
9
|
+
- opam env --switch=CompCert --set-switch
|
|
10
|
+
datasets:
|
|
11
|
+
- project: data/benchmarks/CompCert
|
|
12
|
+
files:
|
|
13
|
+
- path: MenhirLib/Validator_complete.v
|
|
14
|
+
theorems:
|
|
15
|
+
- complete
|
|
16
|
+
- complete_is_validator
|
|
17
|
+
- is_validator_forall_items
|
|
18
|
+
- is_validator_forall_lookahead_set
|
|
19
|
+
- is_validator_forall_state_has_future
|
|
20
|
+
- is_validator_iterate_lset
|
|
21
|
+
- is_validator_state_has_future_subset
|
|
22
|
+
- is_validator_subset
|
|
23
|
+
- path: backend/Locations.v
|
|
24
|
+
theorems:
|
|
25
|
+
- compare
|
|
26
|
+
- diff_dec
|
|
27
|
+
- diff_not_eq
|
|
28
|
+
- diff_outside_interval
|
|
29
|
+
- diff_sym
|
|
30
|
+
- disjoint_cons_right
|
|
31
|
+
- disjoint_notin
|
|
32
|
+
- disjoint_sym
|
|
33
|
+
- eq
|
|
34
|
+
- getpair_exten
|
|
35
|
+
- gpo
|
|
36
|
+
- gso
|
|
37
|
+
- gss
|
|
38
|
+
- gss_reg
|
|
39
|
+
- gss_typed
|
|
40
|
+
- guo
|
|
41
|
+
- gus
|
|
42
|
+
- in_notin_diff
|
|
43
|
+
- index_inj
|
|
44
|
+
- lt_not_eq
|
|
45
|
+
- lt_trans
|
|
46
|
+
- norepet_dec
|
|
47
|
+
- notin_dec
|
|
48
|
+
- notin_disjoint
|
|
49
|
+
- notin_iff
|
|
50
|
+
- notin_not_in
|
|
51
|
+
- outside_interval_diff
|
|
52
|
+
- same_not_diff
|
|
53
|
+
- typealign_pos
|
|
54
|
+
- typealign_typesize
|
|
55
|
+
- typesize_pos
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
name: compcert_benchmark_hard_2
|
|
2
|
+
num_files: 1
|
|
3
|
+
language: COQ
|
|
4
|
+
few_shot_data_path_for_retrieval: .log/tools/coq_raw_proofs/data/benchmarks/CompCert/2023-09-06-03-44-06/CompCert/train
|
|
5
|
+
few_shot_metadata_filename_for_retrieval: single.meta.json
|
|
6
|
+
dfs_data_path_for_retrieval: .log/run_data_generation_transforms/data/benchmarks/CompCert/train
|
|
7
|
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
|
8
|
+
setup_cmds:
|
|
9
|
+
- opam env --switch=CompCert --set-switch
|
|
10
|
+
datasets:
|
|
11
|
+
- project: data/benchmarks/CompCert
|
|
12
|
+
files:
|
|
13
|
+
- path: backend/RTL.v
|
|
14
|
+
theorems:
|
|
15
|
+
- exec_Iload'
|
|
16
|
+
- exec_Iop'
|
|
17
|
+
- max_pc_function_sound
|
|
18
|
+
- max_reg_function_def
|
|
19
|
+
- max_reg_function_params
|
|
20
|
+
- max_reg_function_use
|
|
21
|
+
- max_reg_instr_def
|
|
22
|
+
- max_reg_instr_ge
|
|
23
|
+
- max_reg_instr_uses
|
|
24
|
+
- semantics_receptive
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
name: compcert_benchmark_hard_3
|
|
2
|
+
num_files: 2
|
|
3
|
+
language: COQ
|
|
4
|
+
few_shot_data_path_for_retrieval: .log/tools/coq_raw_proofs/data/benchmarks/CompCert/2023-09-06-03-44-06/CompCert/train
|
|
5
|
+
few_shot_metadata_filename_for_retrieval: single.meta.json
|
|
6
|
+
dfs_data_path_for_retrieval: .log/run_data_generation_transforms/data/benchmarks/CompCert/train
|
|
7
|
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
|
8
|
+
setup_cmds:
|
|
9
|
+
- opam env --switch=CompCert --set-switch
|
|
10
|
+
datasets:
|
|
11
|
+
- project: data/benchmarks/CompCert
|
|
12
|
+
files:
|
|
13
|
+
- path: backend/Selectionproof.v
|
|
14
|
+
theorems:
|
|
15
|
+
- HF'
|
|
16
|
+
- TransfSelectionLink
|
|
17
|
+
- call_cont_commut
|
|
18
|
+
- classify_call_correct
|
|
19
|
+
- classify_stmt_nolabel
|
|
20
|
+
- classify_stmt_sound_1
|
|
21
|
+
- classify_stmt_sound_2
|
|
22
|
+
- classify_stmt_wt
|
|
23
|
+
- eval_binop_lessdef
|
|
24
|
+
- eval_condexpr_of_expr
|
|
25
|
+
- eval_condition_of_expr
|
|
26
|
+
- eval_load
|
|
27
|
+
- eval_sel_binop
|
|
28
|
+
- eval_sel_known_builtin
|
|
29
|
+
- eval_sel_select
|
|
30
|
+
- eval_sel_unop
|
|
31
|
+
- eval_select_safe_exprs
|
|
32
|
+
- eval_store
|
|
33
|
+
- eval_unop_lessdef
|
|
34
|
+
- expr_is_addrof_ident_correct
|
|
35
|
+
- find_label_commut
|
|
36
|
+
- functions_translated
|
|
37
|
+
- get_helpers_correct
|
|
38
|
+
- helper_functions_declared_linkorder
|
|
39
|
+
- helper_functions_preserved
|
|
40
|
+
- if_conversion_base_nolabel
|
|
41
|
+
- if_conversion_correct
|
|
42
|
+
- if_conversion_nolabel
|
|
43
|
+
- lookup_helper_correct
|
|
44
|
+
- lookup_helper_correct_1
|
|
45
|
+
- match_is_call_cont
|
|
46
|
+
- record_globdefs_sound
|
|
47
|
+
- sel_builtin_arg_correct
|
|
48
|
+
- sel_builtin_args_correct
|
|
49
|
+
- sel_builtin_correct
|
|
50
|
+
- sel_builtin_default_correct
|
|
51
|
+
- sel_builtin_nolabel
|
|
52
|
+
- sel_expr_correct
|
|
53
|
+
- sel_exprlist_correct
|
|
54
|
+
- sel_final_states
|
|
55
|
+
- sel_initial_states
|
|
56
|
+
- sel_select_opt_correct
|
|
57
|
+
- sel_step_correct
|
|
58
|
+
- sel_switch_correct
|
|
59
|
+
- sel_switch_correct_rec
|
|
60
|
+
- sel_switch_int_correct
|
|
61
|
+
- sel_switch_long_correct
|
|
62
|
+
- senv_preserved
|
|
63
|
+
- set_locals_lessdef
|
|
64
|
+
- set_params_lessdef
|
|
65
|
+
- set_var_lessdef
|
|
66
|
+
- sig_function_translated
|
|
67
|
+
- stackspace_function_translated
|
|
68
|
+
- transf_program_correct
|
|
69
|
+
- transf_program_match
|
|
70
|
+
- wt_prog
|
|
71
|
+
- path: cfrontend/Cop.v
|
|
72
|
+
theorems:
|
|
73
|
+
- bool_val_inj
|
|
74
|
+
- bool_val_inject
|
|
75
|
+
- cast_bool_bool_val
|
|
76
|
+
- cast_int_int_idem
|
|
77
|
+
- cast_val_casted
|
|
78
|
+
- cast_val_is_casted
|
|
79
|
+
- classify_binarith_arithmetic_conversion
|
|
80
|
+
- eq_int_type
|
|
81
|
+
- sem_binarith_inject
|
|
82
|
+
- sem_binary_operation_inj
|
|
83
|
+
- sem_binary_operation_inject
|
|
84
|
+
- sem_cast_inj
|
|
85
|
+
- sem_cast_inject
|
|
86
|
+
- sem_cmp_inj
|
|
87
|
+
- sem_cmp_ptr_inj
|
|
88
|
+
- sem_shift_inject
|
|
89
|
+
- sem_unary_operation_inj
|
|
90
|
+
- sem_unary_operation_inject
|
|
91
|
+
- typeconv_integer_promotion
|
|
92
|
+
- val_casted_has_type
|
|
93
|
+
- val_inject_vfalse
|
|
94
|
+
- val_inject_vptrofs
|
|
95
|
+
- val_inject_vtrue
|