OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f_ui64_arg
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
attr-mode.c
48
void
f_ui64_arg
(ui64_mode_t* x) { (void)x; }
function
57
void test_long_to_ui64(unsigned long long* y) {
f_ui64_arg
(y); }
60
void test_long_to_ui64(unsigned long* y) {
f_ui64_arg
(y); }
Completed in 174 milliseconds