ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since a86b2ca6 was 432ce7a, checked in by Aaron Moss <a3moss@…>, 6 years ago |
Port CandidateFinder::postvisit for UntypedExpr, stub dependencies
|
-
Property mode
set to
100644
|
File size:
1.5 KB
|
Rev | Line | |
---|
[6e7e2b36] | 1 | ######################### -*- Mode: Makefile-Gmake -*- ########################
|
---|
| 2 | ##
|
---|
| 3 | ## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
|
---|
| 4 | ##
|
---|
| 5 | ## The contents of this file are covered under the licence agreement in the
|
---|
| 6 | ## file "LICENCE" distributed with Cforall.
|
---|
| 7 | ##
|
---|
[e4d829b] | 8 | ## module.mk --
|
---|
[6e7e2b36] | 9 | ##
|
---|
| 10 | ## Author : Richard C. Bilson
|
---|
| 11 | ## Created On : Mon Jun 1 17:49:17 2015
|
---|
| 12 | ## Last Modified By : Peter A. Buhr
|
---|
| 13 | ## Last Modified On : Mon Jun 1 17:53:28 2015
|
---|
| 14 | ## Update Count : 1
|
---|
| 15 | ###############################################################################
|
---|
| 16 |
|
---|
[7abee38] | 17 | SRC_RESOLVEXPR = \
|
---|
| 18 | ResolvExpr/AdjustExprType.cc \
|
---|
| 19 | ResolvExpr/Alternative.cc \
|
---|
| 20 | ResolvExpr/AlternativeFinder.cc \
|
---|
[99d4584] | 21 | ResolvExpr/Candidate.cpp \
|
---|
| 22 | ResolvExpr/CandidateFinder.cpp \
|
---|
[7abee38] | 23 | ResolvExpr/CastCost.cc \
|
---|
| 24 | ResolvExpr/CommonType.cc \
|
---|
| 25 | ResolvExpr/ConversionCost.cc \
|
---|
| 26 | ResolvExpr/CurrentObject.cc \
|
---|
| 27 | ResolvExpr/ExplodedActual.cc \
|
---|
[432ce7a] | 28 | ResolvExpr/ExplodedArg.cpp \
|
---|
[7abee38] | 29 | ResolvExpr/FindOpenVars.cc \
|
---|
| 30 | ResolvExpr/Occurs.cc \
|
---|
| 31 | ResolvExpr/PolyCost.cc \
|
---|
| 32 | ResolvExpr/PtrsAssignable.cc \
|
---|
| 33 | ResolvExpr/PtrsCastable.cc \
|
---|
| 34 | ResolvExpr/RenameVars.cc \
|
---|
| 35 | ResolvExpr/ResolveAssertions.cc \
|
---|
| 36 | ResolvExpr/Resolver.cc \
|
---|
| 37 | ResolvExpr/ResolveTypeof.cc \
|
---|
[396037d] | 38 | ResolvExpr/SatisfyAssertions.cpp \
|
---|
[7abee38] | 39 | ResolvExpr/SpecCost.cc \
|
---|
| 40 | ResolvExpr/TypeEnvironment.cc \
|
---|
| 41 | ResolvExpr/Unify.cc
|
---|
| 42 |
|
---|
| 43 | SRC += $(SRC_RESOLVEXPR) ResolvExpr/AlternativePrinter.cc
|
---|
| 44 | SRCDEMANGLE += $(SRC_RESOLVEXPR)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.