platform_system_core/libacc/tests
Jack Palevich 5fd66ae01e Improve address operator (unary &).
Until now the address operator only worked with simple variables.
Now it works with arbitrary expressions (that are lvalues or function
names). So for example this now works:

struct S { int a[10]};

int f(struct S* p) {
    return &p->a[3];
}
2009-09-04 15:24:23 -07:00
..
data Improve address operator (unary &). 2009-09-04 15:24:23 -07:00
.gitignore Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
Android.mk Add accRegisterSymbolCallback API to control external symbol linkage. 2009-07-14 21:14:10 -07:00
main.cpp Add accRegisterSymbolCallback API to control external symbol linkage. 2009-07-14 21:14:10 -07:00
runtimeTest.cpp Add support for "short" data type. 2009-08-03 14:42:57 -07:00
test Allow parenthesized expressions as the value of defines 2009-08-18 16:04:03 -07:00
test.py Improve address operator (unary &). 2009-09-04 15:24:23 -07:00