// // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // Box.cc -- // // Author : Richard C. Bilson // Created On : Mon May 18 07:44:20 2015 // Last Modified By : Peter A. Buhr // Last Modified On : Thu Feb 16 14:57:16 2017 // Update Count : 297 // #include #include #include #include #include #include #include #include #include #include #include "Box.h" #include "DeclMutator.h" #include "PolyMutator.h" #include "FindFunction.h" #include "ScopedSet.h" #include "ScrubTyVars.h" #include "Parser/ParseNode.h" #include "SynTree/Constant.h" #include "SynTree/Declaration.h" #include "SynTree/Expression.h" #include "SynTree/Initializer.h" #include "SynTree/Mutator.h" #include "SynTree/Statement.h" #include "SynTree/Type.h" #include "SynTree/TypeSubstitution.h" #include "ResolvExpr/TypeEnvironment.h" #include "ResolvExpr/TypeMap.h" #include "ResolvExpr/typeops.h" #include "SymTab/Indexer.h" #include "SymTab/Mangler.h" #include "Common/ScopedMap.h" #include "Common/SemanticError.h" #include "Common/UniqueName.h" #include "Common/utility.h" #include "InitTweak/InitTweak.h" #include // temporary namespace GenPoly { namespace { const std::list