Ignore:
Timestamp:
Apr 7, 2017, 2:32:03 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
3a48e283
Parents:
4cfcf41
Message:

Expand benchmarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/generic_types/evaluation/cfa-stack.h

    r4cfcf41 r122aecd  
    77forall(otype T) void ?{}(stack(T)* s);
    88
     9forall(otype T) void ?{}(stack(T)* s, stack(T) t);
     10
     11forall(otype T) stack(T) ?=?(stack(T)* s, stack(T) t);
     12
    913forall(otype T) void ^?{}(stack(T)* s);
    1014
     
    1418
    1519forall(otype T) T pop(stack(T)* s);
     20
     21forall(otype T) void clear(stack(T)* s);
Note: See TracChangeset for help on using the changeset viewer.