Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dpbase_type_info.cc84 unsigned throw_fqual = (tflags & fqual_mask); in __do_catch() local
86 if (throw_fqual & ~catch_fqual) in __do_catch()
89 if (catch_fqual & ~throw_fqual) in __do_catch()