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

  /external/clang/test/Sema/
attr-ifunc.c 16 void* f2_a() __attribute__((ifunc("f2_b")));
18 void* f2_b() __attribute__((ifunc("f2_a")));
  /external/clang/test/CodeGen/
packed-arrays.c 99 // CHECK-LABEL: define i32 @f2_a
111 int f2_a(struct s2 *a) { function

Completed in 517 milliseconds