Changeset 77d2432 for src/Common/utility.h
- Timestamp:
- Jul 24, 2019, 6:47:41 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a92a4fe
- Parents:
- 83b52f1
- git-author:
- Peter A. Buhr <pabuhr@…> (07/24/19 18:46:00)
- git-committer:
- Peter A. Buhr <pabuhr@…> (07/24/19 18:47:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/utility.h
r83b52f1 r77d2432 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun May 6 22:24:16 201813 // Update Count : 4 012 // Last Modified On : Wed Jul 24 14:28:19 2019 13 // Update Count : 41 14 14 // 15 15 … … 483 483 // ----------------------------------------------------------------------------- 484 484 /// evaluates expr as a long long int. If second is false, expr could not be evaluated 485 std::pair<long long int, bool> eval( Expression * expr);485 std::pair<long long int, bool> eval(const Expression * expr); 486 486 487 487 namespace ast {
Note: See TracChangeset
for help on using the changeset viewer.