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

  /external/clang/test/CodeGen/
attr-weakref2.c 36 // CHECK: @test5_f = external global i32
37 extern int test5_f;
38 static int test5_g __attribute__((weakref("test5_f")));
43 return test5_f;
attr-weakref.c 36 // CHECK: declare void @test5_f()
37 void test5_f(void);
38 static void test5_g(void) __attribute__((weakref("test5_f")));
43 test5_f();
  /external/clang/test/Sema/
merge-decls.c 74 int test5_f(int (*)[10]);
75 int test5_f(int (*x)[]) { function
  /external/clang/test/SemaCXX/
extern-c.cpp 50 void test5_f() { function

Completed in 423 milliseconds