Changeset 5f225f5 for src/GenPoly
- Timestamp:
- May 11, 2024, 6:13:16 PM (9 months ago)
- Branches:
- master
- Children:
- bf4fe05
- Parents:
- c778ef1
- Location:
- src/GenPoly
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/ErasableScopedMap.hpp
rc778ef1 r5f225f5 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // ErasableScopedMap.h -- A map that supports scoping and erasing elements.7 // ErasableScopedMap.hpp -- A map that supports scoping and erasing elements. 8 8 // 9 9 // Author : Aaron B. Moss -
src/GenPoly/GenPoly.cpp
rc778ef1 r5f225f5 256 256 257 257 // So remaining types can be examined case by case. 258 // Recurse through type structure (conditions borrowed from Unify.c c).258 // Recurse through type structure (conditions borrowed from Unify.cpp). 259 259 260 260 if ( type_index(typeid(ast::BasicType)) == lid ) { -
src/GenPoly/Lvalue.hpp
rc778ef1 r5f225f5 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Lvalue.h -- Clean up lvalues and remove references.7 // Lvalue.hpp -- Clean up lvalues and remove references. 8 8 // 9 9 // Author : Richard C. Bilson -
src/GenPoly/Lvalue2.cpp
rc778ef1 r5f225f5 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Lvalue2.c c-- Seperate Lvalue module for linking.7 // Lvalue2.cpp -- Seperate Lvalue module for linking. 8 8 // 9 9 // Author : Andrew Beach -
src/GenPoly/ScopedSet.hpp
rc778ef1 r5f225f5 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // ScopedSet.h -- A set that supports save/restore scoping.7 // ScopedSet.hpp -- A set that supports save/restore scoping. 8 8 // 9 9 // Author : Aaron B. Moss -
src/GenPoly/Specialize.hpp
rc778ef1 r5f225f5 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Specialize.h -- Generate thunks to specialize polymorphic functions.7 // Specialize.hpp -- Generate thunks to specialize polymorphic functions. 8 8 // 9 9 // Author : Richard C. Bilson
Note: See TracChangeset
for help on using the changeset viewer.