Home
last modified time | relevance | path

Searched refs:Test1MA (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dmay-alias.c21 struct Test1MA { int x; } __attribute__((may_alias)); struct
22 void test1(struct Test1MA *p1, struct Test1 *p2) { in test1()
/external/llvm-project/clang/test/CodeGen/
Dmay-alias.c27 struct Test1MA { int x; } __attribute__((may_alias)); struct
28 void test1(struct Test1MA *p1, struct Test1 *p2) { in test1()