source: tests/.expect/alloc-ERROR.x86.txt

Last change on this file was 17fa94f, checked in by Andrew Beach <ajbeach@…>, 2 months ago

Reworked some nodes so they can be typed or untyped. This allowed me to remove TranslationDeps? as the type information is only needed in the candidate finder, which can easily insert it.

  • Property mode set to 100644
File size: 904 bytes
Line 
1alloc.cfa:382:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
2  Name: ?=?
3...to:
4  Name: ip
5  Applying untyped:
6    Name: realloc
7  ...to:
8    Name: stp
9    Applying untyped:
10      Name: ?*?
11    ...to:
12      Name: dim
13      Sizeof Expression on: type-of expression Applying untyped:
14          Name: *?
15        ...to:
16          Name: stp
17
18
19
20
21alloc.cfa:383:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
22  Name: ?=?
23...to:
24  Name: ip
25  Applying untyped:
26    Name: memset
27  ...to:
28    Name: stp
29    Constant Expression (10: signed int)
30    ... with resolved type:
31      signed int
32
33
34alloc.cfa:384:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
35  Name: ?=?
36...to:
37  Name: ip
38  Applying untyped:
39    Name: memcpy
40  ...to:
41    Address of:
42      Name: st1
43    Address of:
44      Name: st
45
46
Note: See TracBrowser for help on using the repository browser.