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

  /external/clang/test/Sema/
merge-decls.c 63 int (*test3_f())[10];
64 int (*test3_f())[];
65 int test3_k = sizeof(*test3_f());
conversion.c 139 int test3_f(long long ll) { function
  /external/clang/test/CodeGen/
attr-weakref2.c 18 // CHECK: @test3_f = external global i32
19 extern int test3_f;
20 static int test3_g __attribute__((weakref("test3_f")));
22 return test3_f;
attr-weakref.c 18 // CHECK: declare void @test3_f()
19 void test3_f(void);
20 static void test3_g(void) __attribute__((weakref("test3_f")));
22 test3_f();
  /external/clang/test/SemaCXX/
extern-c.cpp 23 void test3_f() { function

Completed in 52 milliseconds