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

  /external/clang/test/CodeGenCXX/
c-linkage.cpp 16 static void test2_f() { function
19 static void test2_f(int x) { function
23 test2_f();
24 test2_f(42);
  /external/clang/test/CodeGen/
linkage-redecl.c 5 int test2_f() { function
attr-weakref2.c 11 // CHECK: @test2_f = common global i32 0, align 4
12 int test2_f; variable
13 static int test2_g __attribute__((weakref("test2_f")));
attr-weakref.c 11 // CHECK-LABEL: define void @test2_f()
12 void test2_f(void) {} function
13 static void test2_g(void) __attribute__((weakref("test2_f")));
  /external/clang/test/Sema/
merge-decls.c 55 static test2_A10 *test2_f(void);
56 static test2_IA *test2_f(void);
60 (void)sizeof(*test2_f());
conversion.c 111 short test2_f(long long ll) { function
  /external/clang/test/SemaCXX/
linkage2.cpp 17 // This is OK. Both test2_f don't have language linkage since they have
20 static void test2_f() { function
22 static void test2_f(int x) { function
extern-c.cpp 14 void test2_f() { function

Completed in 1329 milliseconds