// -*- Mode: CPP -*- // // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // Keywords.cc -- // // Author : Thierry Delisle // Created On : Mon Mar 13 12:41:22 2017 // Last Modified By : // Last Modified On : // Update Count : 3 // #include "Concurrency/Keywords.h" #include // for assert #include // for string, operator== #include "Common/SemanticError.h" // for SemanticError #include "Common/utility.h" // for deleteAll, map_range #include "InitTweak/InitTweak.h" // for isConstructor #include "Parser/LinkageSpec.h" // for Cforall #include "SymTab/AddVisit.h" // for acceptAndAdd #include "SynTree/Constant.h" // for Constant #include "SynTree/Declaration.h" // for StructDecl, FunctionDecl, ObjectDecl #include "SynTree/Expression.h" // for VariableExpr, ConstantExpr, Untype... #include "SynTree/Initializer.h" // for SingleInit, ListInit, Initializer ... #include "SynTree/Label.h" // for Label #include "SynTree/Statement.h" // for CompoundStmt, DeclStmt, ExprStmt #include "SynTree/Type.h" // for StructInstType, Type, PointerType #include "SynTree/Visitor.h" // for Visitor, acceptAll class Attribute; namespace Concurrency { namespace { const std::list