Searched refs:filter_value (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | eh_personality.cc | 122 void* thrown_ptr, _sleb128_t filter_value) in check_exception_spec() argument 125 - filter_value - 1; in check_exception_spec() 205 empty_exception_spec (lsda_header_info *info, _Unwind_Sword filter_value) in empty_exception_spec() argument 208 - filter_value - 1; in empty_exception_spec() 249 void* thrown_ptr, _sleb128_t filter_value) in check_exception_spec() argument 251 const unsigned char *e = info->TType - filter_value - 1; in check_exception_spec() 322 empty_exception_spec (lsda_header_info *info, _Unwind_Sword filter_value) in empty_exception_spec() argument 324 const unsigned char *e = info->TType - filter_value - 1; in empty_exception_spec()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | eh_personality.cc | 122 void* thrown_ptr, _sleb128_t filter_value) in check_exception_spec() argument 125 - filter_value - 1; in check_exception_spec() 205 empty_exception_spec (lsda_header_info *info, _Unwind_Sword filter_value) in empty_exception_spec() argument 208 - filter_value - 1; in empty_exception_spec() 249 void* thrown_ptr, _sleb128_t filter_value) in check_exception_spec() argument 251 const unsigned char *e = info->TType - filter_value - 1; in check_exception_spec() 322 empty_exception_spec (lsda_header_info *info, _Unwind_Sword filter_value) in empty_exception_spec() argument 324 const unsigned char *e = info->TType - filter_value - 1; in empty_exception_spec()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
H A D | search.c | 43 int casefold, struct berval *filter_value ); 46 int casefold, struct berval *filter_value ); 1089 int casefold, struct berval *filter_value ) in backsql_process_filter_eq() argument 1113 filter_value, in backsql_process_filter_eq() 1126 filter_value, in backsql_process_filter_eq() 1136 int casefold, struct berval *filter_value ) in backsql_process_filter_like() argument 1160 filter_value, in backsql_process_filter_like() 1174 filter_value, in backsql_process_filter_like() 1187 struct berval *filter_value = NULL; in backsql_process_filter_attr() local 1223 filter_value = &f->f_av_value; in backsql_process_filter_attr() [all …]
|