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

  /external/clang/test/CodeGen/
arm-pnaclcall.c 15 // CHECK: define void @f49(%struct.s1* noalias sret %agg.result)
16 s1 __attribute__((pnaclcall)) f49() { s1 s; s.a = s.b = 1; return s; } function
x86_64-arguments-nacl.c 102 // CHECK: define void @f49(%struct.s1* noalias sret %agg.result)
103 s1 __attribute__((pnaclcall)) f49() { s1 s; s.a = s.b = 1; return s; } function
x86_32-arguments-darwin.c 192 // CHECK: define void @f49(i32 %a0.0, i32 %a0.1)
194 void f49(struct s49 a0) { } function
  /external/valgrind/main/memcheck/tests/
deep-backtrace.c 49 int f49(int *p) { return f48(p); } function
50 int f50(int *p) { return f49(p); }

Completed in 195 milliseconds