Home
last modified time | relevance | path

Searched refs:f_i64_arg (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Dattr-mode.c56 void f_i64_arg(i64_mode_t* x) { (void)x; } in f_i64_arg() function
65 void test_long_to_i64(long long* y) { f_i64_arg(y); } in test_long_to_i64()
73 void test_long_to_i64(long long* y) { f_i64_arg(y); } in test_long_to_i64()
76 void test_long_to_i64(long* y) { f_i64_arg(y); } in test_long_to_i64()