Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dattr-mode.c57 void f_ui64_arg(ui64_mode_t* x) { (void)x; } in f_ui64_arg() function
66 void test_long_to_ui64(unsigned long long* y) { f_ui64_arg(y); } in test_long_to_ui64()
74 void test_long_to_ui64(unsigned long long* y) { f_ui64_arg(y); } in test_long_to_ui64()
77 void test_long_to_ui64(unsigned long* y) { f_ui64_arg(y); } in test_long_to_ui64()