Do not use __ prefix for header guards. (#2974)
authorMathias Preiner <mathias.preiner@gmail.com>
Wed, 24 Apr 2019 22:39:24 +0000 (15:39 -0700)
committerAndres Noetzli <andres.noetzli@gmail.com>
Wed, 24 Apr 2019 22:39:24 +0000 (15:39 -0700)
commit2ab48defab1f0c8918cd7612c1943be7503e4d30
treeab8fafc614f5fceef133a3a32f27a0fddcd3c717
parent5f716f5aac730f976eac538cfbf47dcc651e54f7
Do not use __ prefix for header guards. (#2974)

Fixes 2887.
437 files changed:
src/api/cvc4cpp.h
src/api/cvc4cppkind.h
src/base/configuration.h
src/base/configuration_private.h
src/base/cvc4_assert.h
src/base/cvc4_check.h
src/base/exception.h
src/base/listener.h
src/base/map_util.h
src/base/modal_exception.h
src/base/output.h
src/bindings/java_iterator_adapter.h
src/bindings/java_stream_adapters.h
src/bindings/swig.h
src/context/backtrackable.h
src/context/cdhashmap.h
src/context/cdhashmap_forward.h
src/context/cdhashset.h
src/context/cdhashset_forward.h
src/context/cdinsert_hashmap_forward.h
src/context/cdlist.h
src/context/cdlist_forward.h
src/context/cdo.h
src/context/cdqueue.h
src/context/cdtrail_queue.h
src/context/context.h
src/context/context_mm.h
src/decision/decision_attributes.h
src/decision/decision_engine.h
src/decision/decision_strategy.h
src/decision/justification_heuristic.h
src/expr/array.h
src/expr/array_store_all.h
src/expr/ascription_type.h
src/expr/attribute.h
src/expr/attribute_internals.h
src/expr/chain.h
src/expr/datatype.h
src/expr/expr_iomanip.h
src/expr/expr_manager_scope.h
src/expr/expr_manager_template.h
src/expr/expr_stream.h
src/expr/expr_template.h
src/expr/kind_map.h
src/expr/kind_template.h
src/expr/matcher.h
src/expr/metakind_template.h
src/expr/node.h
src/expr/node_algorithm.h
src/expr/node_builder.h
src/expr/node_manager.h
src/expr/node_manager_listeners.h
src/expr/node_self_iterator.h
src/expr/node_trie.h
src/expr/node_value.h
src/expr/pickle_data.h
src/expr/pickler.h
src/expr/record.h
src/expr/symbol_table.h
src/expr/type.h
src/expr/type_checker.h
src/expr/type_node.h
src/expr/type_properties_template.h
src/expr/variable_type_map.h
src/include/cvc4.h
src/include/cvc4_private.h
src/include/cvc4_private_library.h
src/include/cvc4_public.h
src/lib/clock_gettime.h
src/lib/ffs.h
src/lib/replacements.h
src/lib/strtok_r.h
src/main/command_executor.h
src/main/command_executor_portfolio.h
src/main/interactive_shell.h
src/main/main.h
src/main/portfolio.h
src/main/portfolio_util.h
src/options/argument_extender.h
src/options/argument_extender_implementation.h
src/options/arith_heuristic_pivot_rule.h
src/options/arith_propagation_mode.h
src/options/arith_unate_lemma_mode.h
src/options/base_handlers.h
src/options/bool_to_bv_mode.h
src/options/bv_bitblast_mode.h
src/options/datatypes_modes.h
src/options/decision_mode.h
src/options/decision_weight.h
src/options/language.h
src/options/module_template.h
src/options/open_ostream.h
src/options/option_exception.h
src/options/options.h
src/options/options_handler.h
src/options/options_holder_template.h
src/options/printer_modes.h
src/options/quantifiers_modes.h
src/options/set_language.h
src/options/smt_modes.h
src/options/strings_process_loop_mode.h
src/options/sygus_out_mode.h
src/options/ufss_mode.h
src/parser/antlr_input.h
src/parser/antlr_line_buffered_input.h
src/parser/antlr_tracing.h
src/parser/bounded_token_buffer.h
src/parser/bounded_token_factory.h
src/parser/cvc/cvc_input.h
src/parser/input.h
src/parser/line_buffer.h
src/parser/memory_mapped_input_buffer.h
src/parser/parser.h
src/parser/parser_builder.h
src/parser/parser_exception.h
src/parser/smt1/smt1.h
src/parser/smt1/smt1_input.h
src/parser/smt2/smt2.h
src/parser/smt2/smt2_input.h
src/parser/smt2/sygus_input.h
src/parser/tptp/tptp.h
src/parser/tptp/tptp_input.h
src/preprocessing/assertion_pipeline.h
src/preprocessing/passes/apply_substs.h
src/preprocessing/passes/apply_to_const.h
src/preprocessing/passes/bool_to_bv.h
src/preprocessing/passes/bv_abstraction.h
src/preprocessing/passes/bv_ackermann.h
src/preprocessing/passes/bv_eager_atoms.h
src/preprocessing/passes/bv_gauss.h
src/preprocessing/passes/bv_intro_pow2.h
src/preprocessing/passes/bv_to_bool.h
src/preprocessing/passes/extended_rewriter_pass.h
src/preprocessing/passes/global_negate.h
src/preprocessing/passes/int_to_bv.h
src/preprocessing/passes/ite_removal.h
src/preprocessing/passes/ite_simp.h
src/preprocessing/passes/miplib_trick.h
src/preprocessing/passes/nl_ext_purify.h
src/preprocessing/passes/non_clausal_simp.h
src/preprocessing/passes/pseudo_boolean_processor.h
src/preprocessing/passes/quantifier_macros.h
src/preprocessing/passes/quantifiers_preprocess.h
src/preprocessing/passes/real_to_int.h
src/preprocessing/passes/rewrite.h
src/preprocessing/passes/sep_skolem_emp.h
src/preprocessing/passes/sort_infer.h
src/preprocessing/passes/static_learning.h
src/preprocessing/passes/sygus_abduct.h
src/preprocessing/passes/sygus_inference.h
src/preprocessing/passes/symmetry_breaker.h
src/preprocessing/passes/symmetry_detect.h
src/preprocessing/passes/synth_rew_rules.h
src/preprocessing/passes/theory_preprocess.h
src/preprocessing/passes/unconstrained_simplifier.h
src/preprocessing/preprocessing_pass.h
src/preprocessing/preprocessing_pass_context.h
src/preprocessing/preprocessing_pass_registry.h
src/preprocessing/util/ite_utilities.h
src/printer/ast/ast_printer.h
src/printer/cvc/cvc_printer.h
src/printer/dagification_visitor.h
src/printer/printer.h
src/printer/smt2/smt2_printer.h
src/printer/sygus_print_callback.h
src/printer/tptp/tptp_printer.h
src/proof/arith_proof.h
src/proof/arith_proof_recorder.h
src/proof/array_proof.h
src/proof/bitvector_proof.h
src/proof/clausal_bitvector_proof.h
src/proof/clause_id.h
src/proof/cnf_proof.h
src/proof/dimacs_printer.h
src/proof/drat/drat_proof.h
src/proof/er/er_proof.h
src/proof/lemma_proof.h
src/proof/lfsc_proof_printer.h
src/proof/lrat/lrat_proof.h
src/proof/proof.h
src/proof/proof_manager.h
src/proof/proof_output_channel.h
src/proof/resolution_bitvector_proof.h
src/proof/sat_proof.h
src/proof/sat_proof_implementation.h
src/proof/simplify_boolean_node.h
src/proof/skolemization_manager.h
src/proof/theory_proof.h
src/proof/uf_proof.h
src/proof/unsat_core.h
src/prop/bv_sat_solver_notify.h
src/prop/cadical.h
src/prop/cnf_stream.h
src/prop/cryptominisat.h
src/prop/prop_engine.h
src/prop/registrar.h
src/prop/sat_solver.h
src/prop/sat_solver_factory.h
src/prop/theory_proxy.h
src/smt/command.h
src/smt/command_list.h
src/smt/dump.h
src/smt/logic_exception.h
src/smt/logic_request.h
src/smt/managed_ostreams.h
src/smt/model.h
src/smt/model_core_builder.h
src/smt/smt_engine.h
src/smt/smt_engine_scope.h
src/smt/update_ostream.h
src/smt_util/boolean_simplification.h
src/smt_util/lemma_channels.h
src/smt_util/lemma_input_channel.h
src/smt_util/lemma_output_channel.h
src/theory/arith/arith_ite_utils.h
src/theory/arith/arith_msum.h
src/theory/arith/arith_rewriter.h
src/theory/arith/arith_static_learner.h
src/theory/arith/arith_utilities.h
src/theory/arith/arithvar_node_map.h
src/theory/arith/constraint.h
src/theory/arith/constraint_forward.h
src/theory/arith/dio_solver.h
src/theory/arith/nonlinear_extension.h
src/theory/arith/normal_form.h
src/theory/arith/partial_model.h
src/theory/arith/theory_arith_type_rules.h
src/theory/arith/type_enumerator.h
src/theory/arrays/array_info.h
src/theory/arrays/array_proof_reconstruction.h
src/theory/arrays/static_fact_manager.h
src/theory/arrays/theory_arrays.h
src/theory/arrays/theory_arrays_rewriter.h
src/theory/arrays/theory_arrays_type_rules.h
src/theory/arrays/type_enumerator.h
src/theory/arrays/union_find.h
src/theory/assertion.h
src/theory/booleans/circuit_propagator.h
src/theory/booleans/theory_bool.h
src/theory/booleans/theory_bool_rewriter.cpp
src/theory/booleans/theory_bool_rewriter.h
src/theory/booleans/theory_bool_type_rules.h
src/theory/booleans/type_enumerator.h
src/theory/builtin/theory_builtin.h
src/theory/builtin/theory_builtin_rewriter.h
src/theory/builtin/theory_builtin_type_rules.h
src/theory/builtin/type_enumerator.h
src/theory/bv/abstraction.h
src/theory/bv/bitblast/aig_bitblaster.h
src/theory/bv/bitblast/bitblast_strategies_template.h
src/theory/bv/bitblast/bitblast_utils.h
src/theory/bv/bitblast/bitblaster.h
src/theory/bv/bitblast/eager_bitblaster.h
src/theory/bv/bitblast/lazy_bitblaster.h
src/theory/bv/bv_eager_solver.h
src/theory/bv/bv_inequality_graph.h
src/theory/bv/bv_quick_check.h
src/theory/bv/bv_subtheory.h
src/theory/bv/bv_subtheory_inequality.h
src/theory/bv/slicer.h
src/theory/bv/theory_bv.h
src/theory/bv/theory_bv_rewriter.h
src/theory/bv/theory_bv_type_rules.h
src/theory/bv/type_enumerator.h
src/theory/care_graph.h
src/theory/datatypes/datatypes_rewriter.h
src/theory/datatypes/datatypes_sygus.h
src/theory/datatypes/sygus_simple_sym.h
src/theory/datatypes/theory_datatypes.h
src/theory/datatypes/theory_datatypes_type_rules.h
src/theory/datatypes/type_enumerator.h
src/theory/decision_manager.h
src/theory/decision_strategy.h
src/theory/evaluator.h
src/theory/example/ecdata.h
src/theory/example/theory_uf_tim.h
src/theory/ext_theory.h
src/theory/fp/fp_converter.h
src/theory/fp/theory_fp.h
src/theory/fp/theory_fp_rewriter.h
src/theory/fp/theory_fp_type_rules.h
src/theory/fp/type_enumerator.h
src/theory/interrupted.h
src/theory/logic_info.h
src/theory/output_channel.h
src/theory/quantifiers/alpha_equivalence.h
src/theory/quantifiers/anti_skolem.h
src/theory/quantifiers/bv_inverter.h
src/theory/quantifiers/bv_inverter_utils.h
src/theory/quantifiers/candidate_rewrite_database.h
src/theory/quantifiers/candidate_rewrite_filter.h
src/theory/quantifiers/cegqi/ceg_arith_instantiator.h
src/theory/quantifiers/cegqi/ceg_bv_instantiator.h
src/theory/quantifiers/cegqi/ceg_bv_instantiator_utils.h
src/theory/quantifiers/cegqi/ceg_dt_instantiator.h
src/theory/quantifiers/cegqi/ceg_epr_instantiator.h
src/theory/quantifiers/cegqi/ceg_instantiator.h
src/theory/quantifiers/cegqi/inst_strategy_cegqi.h
src/theory/quantifiers/dynamic_rewrite.h
src/theory/quantifiers/ematching/candidate_generator.h
src/theory/quantifiers/ematching/ho_trigger.h
src/theory/quantifiers/ematching/inst_match_generator.h
src/theory/quantifiers/ematching/inst_strategy_e_matching.h
src/theory/quantifiers/ematching/instantiation_engine.h
src/theory/quantifiers/ematching/trigger.h
src/theory/quantifiers/equality_infer.h
src/theory/quantifiers/equality_query.h
src/theory/quantifiers/expr_miner.h
src/theory/quantifiers/expr_miner_manager.h
src/theory/quantifiers/extended_rewrite.h
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/fmf/bounded_integers.h
src/theory/quantifiers/fmf/full_model_check.h
src/theory/quantifiers/fmf/model_builder.h
src/theory/quantifiers/fmf/model_engine.h
src/theory/quantifiers/fun_def_process.h
src/theory/quantifiers/inst_match.h
src/theory/quantifiers/inst_match_trie.h
src/theory/quantifiers/inst_propagator.h
src/theory/quantifiers/inst_strategy_enumerative.h
src/theory/quantifiers/instantiate.h
src/theory/quantifiers/lazy_trie.h
src/theory/quantifiers/local_theory_ext.h
src/theory/quantifiers/quant_epr.h
src/theory/quantifiers/quant_relevance.h
src/theory/quantifiers/quant_split.h
src/theory/quantifiers/quant_util.h
src/theory/quantifiers/quantifiers_attributes.h
src/theory/quantifiers/quantifiers_rewriter.h
src/theory/quantifiers/query_generator.h
src/theory/quantifiers/relevant_domain.h
src/theory/quantifiers/rewrite_engine.h
src/theory/quantifiers/single_inv_partition.h
src/theory/quantifiers/skolemize.h
src/theory/quantifiers/solution_filter.h
src/theory/quantifiers/sygus/ce_guided_single_inv.h
src/theory/quantifiers/sygus/ce_guided_single_inv_sol.h
src/theory/quantifiers/sygus/cegis.h
src/theory/quantifiers/sygus/cegis_unif.h
src/theory/quantifiers/sygus/enum_stream_substitution.h
src/theory/quantifiers/sygus/sygus_enumerator.h
src/theory/quantifiers/sygus/sygus_eval_unfold.h
src/theory/quantifiers/sygus/sygus_explain.h
src/theory/quantifiers/sygus/sygus_grammar_cons.h
src/theory/quantifiers/sygus/sygus_grammar_norm.h
src/theory/quantifiers/sygus/sygus_grammar_red.h
src/theory/quantifiers/sygus/sygus_invariance.h
src/theory/quantifiers/sygus/sygus_module.h
src/theory/quantifiers/sygus/sygus_pbe.h
src/theory/quantifiers/sygus/sygus_process_conj.h
src/theory/quantifiers/sygus/sygus_repair_const.h
src/theory/quantifiers/sygus/sygus_unif.h
src/theory/quantifiers/sygus/sygus_unif_io.h
src/theory/quantifiers/sygus/sygus_unif_rl.h
src/theory/quantifiers/sygus/sygus_unif_strat.h
src/theory/quantifiers/sygus/synth_conjecture.h
src/theory/quantifiers/sygus/synth_engine.h
src/theory/quantifiers/sygus/term_database_sygus.h
src/theory/quantifiers/sygus_sampler.h
src/theory/quantifiers/term_canonize.h
src/theory/quantifiers/term_database.h
src/theory/quantifiers/term_enumeration.h
src/theory/quantifiers/term_util.h
src/theory/quantifiers/theory_quantifiers.h
src/theory/quantifiers/theory_quantifiers_type_rules.h
src/theory/quantifiers_engine.h
src/theory/rep_set.h
src/theory/sep/theory_sep.h
src/theory/sep/theory_sep_rewriter.h
src/theory/sep/theory_sep_type_rules.h
src/theory/sets/normal_form.h
src/theory/sets/theory_sets.h
src/theory/sets/theory_sets_private.h
src/theory/sets/theory_sets_rewriter.h
src/theory/sets/theory_sets_type_enumerator.h
src/theory/sets/theory_sets_type_rules.h
src/theory/sort_inference.h
src/theory/strings/normal_form.h
src/theory/strings/regexp_elim.h
src/theory/strings/regexp_operation.h
src/theory/strings/regexp_solver.h
src/theory/strings/skolem_cache.h
src/theory/strings/theory_strings.h
src/theory/strings/theory_strings_preprocess.h
src/theory/strings/theory_strings_rewriter.h
src/theory/strings/theory_strings_type_rules.h
src/theory/strings/type_enumerator.h
src/theory/subs_minimize.h
src/theory/substitutions.h
src/theory/theory.h
src/theory/theory_engine.h
src/theory/theory_model.h
src/theory/theory_model_builder.h
src/theory/theory_registrar.h
src/theory/theory_test_utils.h
src/theory/type_enumerator.h
src/theory/type_set.h
src/theory/uf/equality_engine_types.h
src/theory/uf/symmetry_breaker.h
src/theory/uf/theory_uf.h
src/theory/uf/theory_uf_model.h
src/theory/uf/theory_uf_rewriter.h
src/theory/uf/theory_uf_strong_solver.h
src/theory/uf/theory_uf_type_rules.h
src/theory/valuation.h
src/util/bin_heap.h
src/util/bitvector.h
src/util/bool.h
src/util/cardinality.h
src/util/channel.h
src/util/debug.h
src/util/divisible.h
src/util/floatingpoint.h.in
src/util/gmp_util.h
src/util/hash.h
src/util/index.h
src/util/integer_cln_imp.h
src/util/integer_gmp_imp.h
src/util/maybe.h
src/util/ostream_util.h
src/util/proof.h
src/util/random.h
src/util/rational_cln_imp.h
src/util/rational_gmp_imp.h
src/util/regexp.h
src/util/resource_manager.h
src/util/result.h
src/util/safe_print.h
src/util/sampler.h
src/util/sexpr.h
src/util/smt2_quote_string.h
src/util/statistics.h
src/util/statistics_registry.cpp
src/util/statistics_registry.h
src/util/tuple.h
src/util/unsafe_interrupt_exception.h
src/util/utility.h