Home
last modified time | relevance | path

Searched refs:opt_code (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/bsd/unbound/dist/util/
H A Dmodule.c259 edns_register_option(uint16_t opt_code, int bypass_cache_stage, in edns_register_option() argument
276 if(env->edns_known_options[i].opt_code == opt_code) in edns_register_option()
286 env->edns_known_options[i].opt_code = opt_code; in edns_register_option()
350 edns_option_is_known(uint16_t opt_code, struct module_env* env) in edns_option_is_known() argument
354 if(env->edns_known_options[i].opt_code == opt_code) in edns_option_is_known()
365 if(env->edns_known_options[i].opt_code == list->opt_code && in edns_bypass_cache_stage()
379 if(env->edns_known_options[i].opt_code == list->opt_code && in unique_mesh_state()
398 env->edns_known_options[i].opt_code); in log_edns_known_options()
H A Dmodule.h226 uint16_t opt_code; member
880 int edns_register_option(uint16_t opt_code, int bypass_cache_stage,
920 struct edns_known_option* edns_option_is_known(uint16_t opt_code,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-spec.cc36 nowarn_spec_t::nowarn_spec_t (opt_code opt) in nowarn_spec_t()
122 warning_suppressed_at (location_t loc, opt_code opt /* = all_warnings */) in warning_suppressed_at()
145 suppress_warning_at (location_t loc, opt_code opt /* = all_warnings */, in suppress_warning_at()
150 const nowarn_spec_t optspec (supp ? opt : opt_code ()); in suppress_warning_at()
H A Dwarning-control.cc121 warning_suppressed_p (const_tree expr, opt_code opt /* = all_warnings */) in warning_suppressed_p()
138 warning_suppressed_p (const gimple *stmt, opt_code opt /* = all_warnings */) in warning_suppressed_p()
156 suppress_warning (tree expr, opt_code opt /* = all_warnings */, in suppress_warning()
173 suppress_warning (gimple *stmt, opt_code opt /* = all_warnings */, in suppress_warning()
H A Dgimple-ssa-warn-restrict.h23 extern opt_code check_bounds_or_overlap (gimple *, tree, tree, tree, tree,
25 extern opt_code check_bounds_or_overlap (class pointer_query &, gimple *,
H A Dgimple-ssa-warn-access.h39 extern bool maybe_warn_for_bound (opt_code, location_t, gimple *, tree,
41 extern bool maybe_warn_for_bound (opt_code, location_t, tree, tree,
H A Ddiagnostic-spec.h55 nowarn_spec_t (opt_code);
H A Dgimple-ssa-warn-restrict.cc1685 static opt_code
1697 const opt_code opt = OPT_Wstringop_overflow_; in maybe_diag_access_bounds()
1736 const opt_code opt = OPT_Warray_bounds; in maybe_diag_access_bounds()
1986 opt_code opt = check_bounds_or_overlap (m_ptr_qry, call, dst, src, dstwr, in check_call()
2001 opt_code
2012 opt_code
2038 opt_code opt in check_bounds_or_overlap()
H A Dgimple-ssa-warn-access.cc141 const opt_code opt = OPT_Wstringop_overread; in warn_string_no_nul()
698 maybe_warn_for_bound (opt_code opt, location_t loc, GimpleOrTree exp, tree func, in maybe_warn_for_bound()
896 maybe_warn_for_bound (opt_code opt, location_t loc, gimple *stmt, tree func, in maybe_warn_for_bound()
905 maybe_warn_for_bound (opt_code opt, location_t loc, tree expr, tree func, in maybe_warn_for_bound()
1384 const opt_code opt = OPT_Wstringop_overflow_; in check_access()
1459 opt_code opt = (dstwrite || mode != access_read_only in check_access()
1497 const opt_code opt = OPT_Wstringop_overread; in check_access()
3322 opt_code opt_warned = no_warning; in maybe_check_access_sizes()
3407 opt_code arg_warned = no_warning; in maybe_check_access_sizes()
3747 const opt_code opt = in maybe_check_dealloc_call()
H A Dgimple-ssa-warn-alloca.cc310 enum opt_code wcode in execute()
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgencode.c817 if(opt->opt_code == code) in calc_edns_option_size()
821 if(opt->opt_code == code) in calc_edns_option_size()
836 if(opt->opt_code == LDNS_EDNS_EDE) { in calc_ede_option_size()
846 if(opt->opt_code == LDNS_EDNS_EDE) { in calc_ede_option_size()
867 while(list && *list && (*list)->opt_code == LDNS_EDNS_EDE in ede_trim_text()
875 if(curr->opt_code == LDNS_EDNS_EDE) { in ede_trim_text()
923 if (opt->opt_code == LDNS_EDNS_PADDING) { in attach_edns_record_max_msg_sz()
927 sldns_buffer_write_u16(pkt, opt->opt_code); in attach_edns_record_max_msg_sz()
933 if (opt->opt_code == LDNS_EDNS_PADDING) { in attach_edns_record_max_msg_sz()
937 sldns_buffer_write_u16(pkt, opt->opt_code); in attach_edns_record_max_msg_sz()
H A Dmsgreply.c1034 opt->opt_code = LDNS_EDNS_EDE; in edns_opt_list_append_ede()
1073 opt->opt_code = code; in edns_opt_list_append()
1102 while(list && *list && (*list)->opt_code == code) { in edns_opt_list_remove()
1111 if(curr->opt_code == code) { in edns_opt_list_remove()
1273 if(filter_list[i] == list->opt_code) goto found; in edns_opt_copy_filter_region()
1308 if(p->opt_code != q->opt_code) in edns_opt_compare()
1309 return (int)q->opt_code - (int)p->opt_code; in edns_opt_compare()
1384 if(p->opt_code == code) in edns_opt_list_find()
H A Dmsgparse.c972 uint16_t opt_code = sldns_read_uint16(rdata_ptr); in parse_edns_options_from_query() local
984 switch(opt_code) { in parse_edns_options_from_query()
1114 opt_code, opt_len, rdata_ptr, region)) { in parse_edns_options_from_query()
1194 uint16_t opt_code = sldns_read_uint16(rdata_ptr); in parse_extract_edns_from_response_msg() local
1202 opt_code, opt_len, rdata_ptr, region)) { in parse_extract_edns_from_response_msg()
1302 (void)sldns_wire2str_edns_option_print(&s, &slen, list->opt_code, in log_edns_opt_list()
H A Dmsgparse.h257 uint16_t opt_code; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c136 static void defer_opt (enum opt_code, const char *);
139 enum opt_code code;
149 defer_opt (enum opt_code code, const char *arg) in defer_opt()
275 enum opt_code code = (enum opt_code) scode; in c_common_handle_option()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc137 static void defer_opt (enum opt_code, const char *);
140 enum opt_code code;
150 defer_opt (enum opt_code code, const char *arg) in defer_opt()
286 enum opt_code code = (enum opt_code) scode; in c_common_handle_option()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i651 %rename(_opt_code) edns_option::opt_code;
656 uint16_t opt_code;
663 uint16_t opt_code = option->opt_code;
664 return PyInt_FromLong(opt_code);
1545 int edns_register_option(uint16_t opt_code, int bypass_cache_stage,
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc60 enum opt_code code;
304 enum opt_code code = (enum opt_code) scode; in gfc_cpp_handle_option()
H A Doptions.cc655 enum opt_code code = (enum opt_code) scode; in gfc_handle_option()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c56 enum opt_code code;
285 enum opt_code code = (enum opt_code) scode; in gfc_cpp_handle_option()
H A Doptions.c641 enum opt_code code = (enum opt_code) scode; in gfc_handle_option()
/netbsd-src/external/gpl3/gcc/dist/gcc/common/
H A Dcommon-target.def79 possible option values. OPTION_CODE is option code of opt_code\n\
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/
H A Dcommon-target.def79 possible option values. OPTION_CODE is option code of opt_code\
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopts.c1835 enum opt_code code, int value)
1866 enum opt_code code = (enum opt_code) scode;
2205 enum opt_code code = (enum opt_code) scode;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-lang.c152 enum opt_code code = (enum opt_code) scode; in brig_langhook_handle_option()

123