Searched refs:float_ptr (Results 1 – 3 of 3) sorted by relevance
154 void test_64bit_magic(int *int_ptr, float *float_ptr) in test_64bit_magic() argument158 …F_func(float_ptr, 0xFFFFFFFFFFFFFFFFULL); // expected-warning {{argument type 'float *' doesn't ma… in test_64bit_magic()159 F_func(float_ptr, 0xFFFFFFFFULL); in test_64bit_magic()
210 float *float_ptr; member221 .float_ptr = &f0 // expected-warning{{overrides}}
3 float *float_ptr = &int_val; variable