Lines Matching +full:- +full:f
2 // SPDX-License-Identifier: Apache-2.0
23 def check_and_report(F, f, D, nb_args, p):
24 if f in f_void and int(nb_args) in f_void[f]:
26 loosing const qualifier, please wrap".format(F, f, D)
28 elif f not in f_void and f not in f_other and not f.isupper():
30 check if const qualifier is not lost".format(F, f, D)
34 with open("function_names.pickle", "rb") as f:
35 data = pickle.load(f)
50 identifier f;
53 f(args, D@p, ...)
59 f << r_find_dev_usage.f;
64 check_and_report(p[0].current_element, f, D, nb_args, p)