mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 17:17:41 +00:00
update header guards to be C++ style. Fixes issue #9
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f145ceecb4
commit
4bc044c982
676 changed files with 1679 additions and 1619 deletions
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_ARRAY_BLAST_H_
|
||||
#define _DL_MK_ARRAY_BLAST_H_
|
||||
#ifndef DL_MK_ARRAY_BLAST_H_
|
||||
#define DL_MK_ARRAY_BLAST_H_
|
||||
|
||||
#include"dl_context.h"
|
||||
#include"dl_rule_set.h"
|
||||
|
@ -74,5 +74,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_ARRAY_BLAST_H_ */
|
||||
#endif /* DL_MK_ARRAY_BLAST_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_BACKWARDS_H_
|
||||
#define _DL_MK_BACKWARDS_H_
|
||||
#ifndef DL_MK_BACKWARDS_H_
|
||||
#define DL_MK_BACKWARDS_H_
|
||||
|
||||
#include"dl_rule_transformer.h"
|
||||
|
||||
|
@ -34,5 +34,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_BACKWARDS_H_ */
|
||||
#endif /* DL_MK_BACKWARDS_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_BIT_BLAST_H_
|
||||
#define _DL_MK_BIT_BLAST_H_
|
||||
#ifndef DL_MK_BIT_BLAST_H_
|
||||
#define DL_MK_BIT_BLAST_H_
|
||||
|
||||
#include"dl_rule_transformer.h"
|
||||
|
||||
|
@ -34,5 +34,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_BIT_BLAST_H_ */
|
||||
#endif /* DL_MK_BIT_BLAST_H_ */
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_COALESCE_H_
|
||||
#define _DL_MK_COALESCE_H_
|
||||
#ifndef DL_MK_COALESCE_H_
|
||||
#define DL_MK_COALESCE_H_
|
||||
|
||||
#include"dl_context.h"
|
||||
#include"dl_rule_set.h"
|
||||
|
@ -57,5 +57,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_COALESCE_H_ */
|
||||
#endif /* DL_MK_COALESCE_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_DIFFERENT_SYMBOLIC_H_
|
||||
#define _DL_MK_DIFFERENT_SYMBOLIC_H_
|
||||
#ifndef DL_MK_DIFFERENT_SYMBOLIC_H_
|
||||
#define DL_MK_DIFFERENT_SYMBOLIC_H_
|
||||
|
||||
#include"dl_rule_transformer.h"
|
||||
|
||||
|
@ -34,5 +34,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_DIFFERENT_SYMBOLIC_H_ */
|
||||
#endif /* DL_MK_DIFFERENT_SYMBOLIC_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_FILTER_RULES_H_
|
||||
#define _DL_MK_FILTER_RULES_H_
|
||||
#ifndef DL_MK_FILTER_RULES_H_
|
||||
#define DL_MK_FILTER_RULES_H_
|
||||
|
||||
#include"map.h"
|
||||
|
||||
|
@ -83,5 +83,5 @@ namespace datalog {
|
|||
};
|
||||
|
||||
|
||||
#endif /* _DL_MK_FILTER_RULES_H_ */
|
||||
#endif /* DL_MK_FILTER_RULES_H_ */
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _DL_MK_INTERP_TAIL_SIMPLIFIER_H_
|
||||
#define _DL_MK_INTERP_TAIL_SIMPLIFIER_H_
|
||||
#ifndef DL_MK_INTERP_TAIL_SIMPLIFIER_H_
|
||||
#define DL_MK_INTERP_TAIL_SIMPLIFIER_H_
|
||||
|
||||
#include "dl_context.h"
|
||||
#include "dl_rule_transformer.h"
|
||||
|
@ -105,5 +105,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_INTERP_TAIL_SIMPLIFIER_H_ */
|
||||
#endif /* DL_MK_INTERP_TAIL_SIMPLIFIER_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_KARR_INVARIANTS_H_
|
||||
#define _DL_MK_KARR_INVARIANTS_H_
|
||||
#ifndef DL_MK_KARR_INVARIANTS_H_
|
||||
#define DL_MK_KARR_INVARIANTS_H_
|
||||
|
||||
#include"dl_context.h"
|
||||
#include"dl_rule_set.h"
|
||||
|
@ -77,5 +77,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_KARR_INVARIANTS_H_ */
|
||||
#endif /* DL_MK_KARR_INVARIANTS_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_LOOP_COUNTER_H_
|
||||
#define _DL_MK_LOOP_COUNTER_H_
|
||||
#ifndef DL_MK_LOOP_COUNTER_H_
|
||||
#define DL_MK_LOOP_COUNTER_H_
|
||||
|
||||
#include"dl_rule_transformer.h"
|
||||
#include"arith_decl_plugin.h"
|
||||
|
@ -47,5 +47,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_LOOP_COUNTER_H_ */
|
||||
#endif /* DL_MK_LOOP_COUNTER_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_MAGIC_SETS_H_
|
||||
#define _DL_MK_MAGIC_SETS_H_
|
||||
#ifndef DL_MK_MAGIC_SETS_H_
|
||||
#define DL_MK_MAGIC_SETS_H_
|
||||
|
||||
#include<utility>
|
||||
|
||||
|
@ -131,5 +131,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_MAGIC_SETS_H_ */
|
||||
#endif /* DL_MK_MAGIC_SETS_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_MAGIC_SYMBOLIC_H_
|
||||
#define _DL_MK_MAGIC_SYMBOLIC_H_
|
||||
#ifndef DL_MK_MAGIC_SYMBOLIC_H_
|
||||
#define DL_MK_MAGIC_SYMBOLIC_H_
|
||||
|
||||
#include"dl_rule_transformer.h"
|
||||
|
||||
|
@ -36,5 +36,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_MAGIC_SYMBOLIC_H_ */
|
||||
#endif /* DL_MK_MAGIC_SYMBOLIC_H_ */
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@ Revision History:
|
|||
"On Solving Universally Quantified Horn Clauses"
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_QUANTIFIER_ABSTRACTION_H_
|
||||
#define _DL_MK_QUANTIFIER_ABSTRACTION_H_
|
||||
#ifndef DL_MK_QUANTIFIER_ABSTRACTION_H_
|
||||
#define DL_MK_QUANTIFIER_ABSTRACTION_H_
|
||||
|
||||
|
||||
#include"dl_rule_transformer.h"
|
||||
|
@ -60,5 +60,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_QUANTIFIER_ABSTRACTION_H_ */
|
||||
#endif /* DL_MK_QUANTIFIER_ABSTRACTION_H_ */
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@ Revision History:
|
|||
"On Solving Universally Quantified Horn Clauses"
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_QUANTIFIER_INSTANTIATION_H_
|
||||
#define _DL_MK_QUANTIFIER_INSTANTIATION_H_
|
||||
#ifndef DL_MK_QUANTIFIER_INSTANTIATION_H_
|
||||
#define DL_MK_QUANTIFIER_INSTANTIATION_H_
|
||||
|
||||
|
||||
#include "dl_rule_transformer.h"
|
||||
|
@ -70,5 +70,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_QUANTIFIER_INSTANTIATION_H_ */
|
||||
#endif /* DL_MK_QUANTIFIER_INSTANTIATION_H_ */
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _DL_MK_RULE_INLINER_H_
|
||||
#define _DL_MK_RULE_INLINER_H_
|
||||
#ifndef DL_MK_RULE_INLINER_H_
|
||||
#define DL_MK_RULE_INLINER_H_
|
||||
|
||||
#include "dl_context.h"
|
||||
#include "dl_rule_transformer.h"
|
||||
|
@ -201,5 +201,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_INTERP_TAIL_SIMPLIFIER_H_ */
|
||||
#endif /* DL_MK_INTERP_TAIL_SIMPLIFIER_H_ */
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_SCALE_H_
|
||||
#define _DL_MK_SCALE_H_
|
||||
#ifndef DL_MK_SCALE_H_
|
||||
#define DL_MK_SCALE_H_
|
||||
|
||||
#include"dl_rule_transformer.h"
|
||||
#include"arith_decl_plugin.h"
|
||||
|
@ -49,5 +49,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_SCALE_H_ */
|
||||
#endif /* DL_MK_SCALE_H_ */
|
||||
|
||||
|
|
|
@ -29,8 +29,8 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _DL_MK_SEPARAT_NEGATED_TAILS_H_
|
||||
#define _DL_MK_SEPARAT_NEGATED_TAILS_H_
|
||||
#ifndef DL_MK_SEPARAT_NEGATED_TAILS_H_
|
||||
#define DL_MK_SEPARAT_NEGATED_TAILS_H_
|
||||
|
||||
#include "dl_rule_transformer.h"
|
||||
#include "dl_context.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_SLICE_H_
|
||||
#define _DL_MK_SLICE_H_
|
||||
#ifndef DL_MK_SLICE_H_
|
||||
#define DL_MK_SLICE_H_
|
||||
|
||||
#include"dl_context.h"
|
||||
#include"dl_rule_set.h"
|
||||
|
@ -111,5 +111,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_SLICE_H_ */
|
||||
#endif /* DL_MK_SLICE_H_ */
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _DL_MK_SUBSUMPTION_CHECKER_H_
|
||||
#define _DL_MK_SUBSUMPTION_CHECKER_H_
|
||||
#ifndef DL_MK_SUBSUMPTION_CHECKER_H_
|
||||
#define DL_MK_SUBSUMPTION_CHECKER_H_
|
||||
|
||||
#include "dl_context.h"
|
||||
#include "dl_rule_transformer.h"
|
||||
|
@ -89,5 +89,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_SUBSUMPTION_CHECKER_H_ */
|
||||
#endif /* DL_MK_SUBSUMPTION_CHECKER_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_UNBOUND_COMPRESSOR_H_
|
||||
#define _DL_MK_UNBOUND_COMPRESSOR_H_
|
||||
#ifndef DL_MK_UNBOUND_COMPRESSOR_H_
|
||||
#define DL_MK_UNBOUND_COMPRESSOR_H_
|
||||
|
||||
#include<utility>
|
||||
|
||||
|
@ -88,5 +88,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_UNBOUND_COMPRESSOR_H_ */
|
||||
#endif /* DL_MK_UNBOUND_COMPRESSOR_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DL_MK_UNFOLD_H_
|
||||
#define _DL_MK_UNFOLD_H_
|
||||
#ifndef DL_MK_UNFOLD_H_
|
||||
#define DL_MK_UNFOLD_H_
|
||||
|
||||
#include"dl_context.h"
|
||||
#include"dl_rule_set.h"
|
||||
|
@ -49,5 +49,5 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* _DL_MK_UNFOLD_H_ */
|
||||
#endif /* DL_MK_UNFOLD_H_ */
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ Revision History:
|
|||
Extracted from dl_context
|
||||
|
||||
--*/
|
||||
#ifndef _DL_TRANSFORMS_H_
|
||||
#define _DL_TRANSFORMS_H_
|
||||
#ifndef DL_TRANSFORMS_H_
|
||||
#define DL_TRANSFORMS_H_
|
||||
|
||||
#include "dl_context.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue