Home
last modified time | relevance | path

Searched defs:NS_NOTREACHED (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsDebug.h120 #define NS_NOTREACHED(str) \ macro
126 #define NS_NOTREACHED(str) \ macro
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsDebug.h132 #define NS_NOTREACHED(str) \ macro
138 #define NS_NOTREACHED(str) do { /* nothing */ } while(0) macro
/dports/devel/codeblocks/codeblocks-20.03/src/include/mozilla_chardet/xpcom/glue/
H A DnsDebug.h119 #define NS_NOTREACHED(str) \ macro
158 #define NS_NOTREACHED(str) do { /* nothing */ } while(0) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libpref/
H A Dprefread.cpp15 #define NS_NOTREACHED(_s) NS_WARNING(_s) macro