HomeSort by relevance Sort by last modified time
    Searched refs:f3_c (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
attr-ifunc.c 22 //expected-warning@-1 {{ifunc will always resolve to f3_c even if weak definition of f3_b is overridden}}
23 void* f3_b() __attribute__((weak, alias("f3_c")));
24 void* f3_c() { return 0; } function
  /external/clang/test/CodeGen/
packed-arrays.c 130 // CHECK-LABEL: define i32 @f3_c
142 int f3_c(struct s3 *a) { function

Completed in 55 milliseconds