HomeSort by relevance Sort by last modified time
    Searched defs:f48 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
arm-pnaclcall.c 12 // CHECK: define i32 @f48(%struct.s1* byval %s)
13 int __attribute__((pnaclcall)) f48(s1 s) { return s.a; } function
x86_64-arguments-nacl.c 99 // CHECK: define i32 @f48(%struct.s1* byval %s)
100 int __attribute__((pnaclcall)) f48(s1 s) { return s.a; } function
x86_32-arguments-darwin.c 188 // CHECK: define void @f48(i32 %a0.0)
190 void f48(struct s48 a0) { } function
  /external/valgrind/main/memcheck/tests/
deep-backtrace.c 48 int f48(int *p) { return f47(p); } function
49 int f49(int *p) { return f48(p); }

Completed in 279 milliseconds