HomeSort by relevance Sort by last modified time
    Searched full:simple_union (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
arm-pnaclcall.c 18 union simple_union { union
23 // CHECK: define void @f50(%union.simple_union* byval %s)
24 void __attribute__((pnaclcall)) f50(union simple_union s) {}
le32-arguments.c 46 union simple_union { union
51 // CHECK: define void @f7(%union.simple_union* byval %s)
52 void f7(union simple_union s) {}
x86_64-arguments-nacl.c 105 union simple_union { union
110 // CHECK: define void @f50(%union.simple_union* byval %s)
111 void __attribute__((pnaclcall)) f50(union simple_union s) {}

Completed in 191 milliseconds