/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | function-set.cc | 35 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 D | function-set.h | 28 class function_set 32 function_set (const char * const *names, size_t count) in function_set() function
|
H A D | sm-signal.cc | 294 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 D | sm-file.cc | 275 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 D | sm-malloc.cc | 2059 function_set fs (funcnames, count); in unaffected_by_call_p()
|
H A D | ChangeLog | 6723 * function-set.cc (function_set::contains_decl_p): Add call to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | function-set.cc | 35 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 D | function-set.h | 28 class function_set 32 function_set (const char * const *names, size_t count) in function_set() function
|
H A D | sm-signal.cc | 256 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 D | sm-file.cc | 226 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 D | generator.h | 45 typedef std::set<FunctionDecl *, function_name_less> function_set; typedef 85 function_set constructors; 88 map<string, function_set> methods;
|
H A D | cpp.h | 162 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 D | python.cc | 672 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 D | python.h | 62 const function_set &methods, vector<string> super);
|
H A D | cpp.cc | 182 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 D | plain_cpp.h | 82 virtual bool want_descendent_overloads(const function_set &methods)
|
H A D | generator.cc | 167 const function_set &constructors = clazz.constructors; in extract_class_automatic_conversions() 168 function_set::iterator fi; in extract_class_automatic_conversions()
|
H A D | template_cpp.cc | 1371 virtual bool want_descendent_overloads(const function_set &methods) 1592 const function_set &methods) in want_descendent_overloads()
|
H A D | plain_cpp.cc | 1800 const function_set &methods) in want_descendent_overloads()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
H A D | gen_dynamic_list.py | 94 function_set = set(all_functions) 107 if orig_name in function_set and (args.version_list or orig_name not in versioned_functions):
|