Home
last modified time | relevance | path

Searched refs:filter_value (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc115 void* thrown_ptr, _Unwind_Sword filter_value) in check_exception_spec() argument
118 - filter_value - 1; in check_exception_spec()
245 void* thrown_ptr, _Unwind_Sword filter_value) in check_exception_spec() argument
247 const unsigned char *e = info->TType - filter_value - 1; in check_exception_spec()
320 empty_exception_spec (lsda_header_info *info, _Unwind_Sword filter_value) in empty_exception_spec() argument
322 const unsigned char *e = info->TType - filter_value - 1; in empty_exception_spec()
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc131 void *thrown_ptr, _Unwind_Sword filter_value) in check_exception_spec() argument
133 const unsigned char *e = info->TType - filter_value - 1; in check_exception_spec()
162 empty_exception_spec (lsda_header_info *info, _Unwind_Sword filter_value) in empty_exception_spec() argument
164 const unsigned char *e = info->TType - filter_value - 1; in empty_exception_spec()
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake381 set(filter_value -1) variable
384 set(filter_value 0) variable
393 if(_found ${filter_action} ${filter_value})