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

  /external/clang/test/CodeGen/
arm-pnaclcall.c 32 // CHECK: define void @f51(%struct.bitfield1* byval %bf1)
33 void __attribute__((pnaclcall)) f51(bitfield1 bf1) {} function
x86_64-arguments-nacl.c 119 // CHECK: define void @f51(%struct.bitfield1* byval %bf1)
120 void __attribute__((pnaclcall)) f51(bitfield1 bf1) {} function
x86_32-arguments-darwin.c 200 // CHECK: define void @f51(void ()* %a0.0, i32 %a0.1)
202 void f51(struct s51 a0) { } function
  /external/valgrind/main/memcheck/tests/
deep-backtrace.c 51 int f51(int *p) { return f50(p); } function
52 int f52(int *p) { return f51(p); }

Completed in 642 milliseconds