Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dfunction-set.cc35 function_set::contains_name_p (const char *name) const in contains_name_p()
59 function_set::contains_decl_p (tree fndecl) const in contains_decl_p()
70 function_set::assert_sorted () const in assert_sorted()
81 function_set::assert_sane () const in assert_sane()
98 function_set fs (NULL, 0); in test_empty()
112 function_set fs (names, 3); in test_odd()
126 function_set fs (names, 2); in test_even()
170 function_set fs (example, count); in test_stdio_example()
H A Dfunction-set.h28 class function_set
32 function_set (const char * const *names, size_t count) in function_set() function
H A Dsm-signal.cc294 static function_set
314 function_set fs (async_signal_unsafe_fns, count); in get_async_signal_unsafe_fns()
324 function_set fs = get_async_signal_unsafe_fns (); in signal_unsafe_p()
391 function_set fs = get_async_signal_unsafe_fns (); in analyzer_sm_signal_cc_tests()
H A Dsm-file.cc275 static function_set
334 function_set fs (funcnames, count); in get_file_using_fns()
344 function_set fs = get_file_using_fns (); in is_file_using_fn_p()
486 function_set fs = get_file_using_fns (); in analyzer_sm_file_cc_tests()
H A Dsm-malloc.cc2059 function_set fs (funcnames, count); in unaffected_by_call_p()
H A DChangeLog6723 * function-set.cc (function_set::contains_decl_p): Add call to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dfunction-set.cc35 function_set::contains_name_p (const char *name) const in contains_name_p()
59 function_set::contains_decl_p (tree fndecl) const in contains_decl_p()
70 function_set::assert_sorted () const in assert_sorted()
81 function_set::assert_sane () const in assert_sane()
98 function_set fs (NULL, 0); in test_empty()
112 function_set fs (names, 3); in test_odd()
126 function_set fs (names, 2); in test_even()
170 function_set fs (example, count); in test_stdio_example()
H A Dfunction-set.h28 class function_set
32 function_set (const char * const *names, size_t count) in function_set() function
H A Dsm-signal.cc256 static function_set
275 function_set fs (async_signal_unsafe_fns, count); in get_async_signal_unsafe_fns()
285 function_set fs = get_async_signal_unsafe_fns (); in signal_unsafe_p()
365 function_set fs = get_async_signal_unsafe_fns (); in analyzer_sm_signal_cc_tests()
H A Dsm-file.cc226 static function_set
285 function_set fs (funcnames, count); in get_file_using_fns()
295 function_set fs = get_file_using_fns (); in is_file_using_fn_p()
430 function_set fs = get_file_using_fns (); in analyzer_sm_file_cc_tests()
/netbsd-src/external/mit/isl/dist/interface/
H A Dgenerator.h45 typedef std::set<FunctionDecl *, function_name_less> function_set; typedef
85 function_set constructors;
88 map<string, function_set> methods;
H A Dcpp.h162 const isl_class &super, const function_set &methods);
196 virtual bool want_descendent_overloads(const function_set &methods) = 0;
199 void print_method_group(const function_set &methods,
H A Dpython.cc672 const string &fullname, const function_set &methods, in print_method()
676 function_set::const_iterator it; in print_method()
1072 function_set::const_iterator in; in print_method_types()
1073 map<string, function_set>::const_iterator it; in print_method_types()
H A Dpython.h62 const function_set &methods, vector<string> super);
H A Dcpp.cc182 const isl_class &super, const function_set &methods) in copy_methods()
419 const function_set &methods) in single_local()
467 const function_set &methods, const std::string &name) in print_method_group()
H A Dplain_cpp.h82 virtual bool want_descendent_overloads(const function_set &methods)
H A Dgenerator.cc167 const function_set &constructors = clazz.constructors; in extract_class_automatic_conversions()
168 function_set::iterator fi; in extract_class_automatic_conversions()
H A Dtemplate_cpp.cc1371 virtual bool want_descendent_overloads(const function_set &methods)
1592 const function_set &methods) in want_descendent_overloads()
H A Dplain_cpp.cc1800 const function_set &methods) in want_descendent_overloads()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dgen_dynamic_list.py94 function_set = set(all_functions)
107 if orig_name in function_set and (args.version_list or orig_name not in versioned_functions):