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

  /external/clang/test/Sema/
merge-decls.c 43 static test1_A10 *test1_f(void);
47 extern test1_IA *test1_f(void);
49 (void)sizeof(*test1_f());
conversion.c 80 char test1_f(long long ll) { function
  /external/clang/test/CodeGen/
attr-weakref2.c 4 // CHECK: @test1_f = extern_weak global i32
5 extern int test1_f;
6 static int test1_g __attribute__((weakref("test1_f")));
attr-weakref.c 4 // CHECK: declare extern_weak void @test1_f()
5 void test1_f(void);
6 static void test1_g(void) __attribute__((weakref("test1_f")));
  /external/clang/test/SemaCXX/
extern-c.cpp 5 void test1_f() { function

Completed in 167 milliseconds