Searched refs:fnp (Results 1 – 4 of 4) sorted by relevance
178 fnptr fnp = (fnptr)(l); in integral_conversion() local179 …(void)(char)(fnp); // expected-error {{cast from pointer to smaller type 'char' loses information}} in integral_conversion()180 (void)(long)(fnp); in integral_conversion()
41 fnptr fnp = reinterpret_cast<fnptr>(i); in integral_conversion() local42 …(void)reinterpret_cast<char>(fnp); // expected-error {{cast from pointer to smaller type 'char' lo… in integral_conversion()43 (void)reinterpret_cast<intptr_t>(fnp); in integral_conversion()
242 fnptr fnp = fnptr(l); in integral_conversion() local243 (void)char(fnp); // expected-error {{cast from pointer to smaller type 'char' loses information}} in integral_conversion()244 (void)long(fnp); in integral_conversion()
403 import_legacy_file(char **fnp, void *data) in import_legacy_file() argument406 struct protolib *plib = protolib_cache_file(cache, *fnp, 1); in import_legacy_file()409 *fnp = NULL; in import_legacy_file()