source: src/Common/PassVisitor.cc @ 598dc68

ADTast-experimentalpthread-emulationqualifiedEnum
Last change on this file since 598dc68 was b8665e3, checked in by Aaron Moss <a3moss@…>, 5 years ago

First build with persistent-map indexer

  • Property mode set to 100644
File size: 514 bytes
Line 
1//
2// Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo
3//
4// The contents of this file are covered under the licence agreement in the
5// file "LICENCE" distributed with Cforall.
6//
7// PassVisitor.cc --
8//
9// Author           : Thierry Delisle
10// Created On       : Fri Mar 03 14:53:53 2019
11// Last Modified By :
12// Last Modified On :
13// Update Count     :
14//
15
16#include "Common/PassVisitor.h"
17
18PassVisitorStats pass_visitor_stats;
19Stats::Counters::SimpleCounter* BaseSyntaxNode::new_nodes = nullptr;
Note: See TracBrowser for help on using the repository browser.