Home
last modified time | relevance | path

Searched defs:ASSERT_UNLESS_FUZZING (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DContentProcessManager.cpp18 # define ASSERT_UNLESS_FUZZING(...) \ macro
22 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
H A DContentParent.cpp310 # define ASSERT_UNLESS_FUZZING(...) \ macro
314 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DnsIContentParent.cpp34 #define ASSERT_UNLESS_FUZZING(...) do { } while (0) macro
36 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
H A DContentProcessManager.cpp19 #define ASSERT_UNLESS_FUZZING(...) do { } while (0) macro
21 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
H A DBlob.cpp63 #define ASSERT_UNLESS_FUZZING(...) do { } while (0) macro
65 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DnsIContentParent.cpp36 #define ASSERT_UNLESS_FUZZING(...) \ macro
40 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
H A DContentProcessManager.cpp19 #define ASSERT_UNLESS_FUZZING(...) \ macro
23 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DBackgroundParentImpl.cpp55 #define ASSERT_UNLESS_FUZZING(...) do { } while (0) macro
57 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false) macro
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DBackgroundParentImpl.cpp60 #define ASSERT_UNLESS_FUZZING(...) \ macro
64 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false) macro
/dports/www/firefox-esr/firefox-91.8.0/dom/simpledb/
H A DActorsParent.cpp76 # define ASSERT_UNLESS_FUZZING(...) \ macro
80 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/lang/spidermonkey78/firefox-78.9.0/dom/simpledb/
H A DActorsParent.cpp30 # define ASSERT_UNLESS_FUZZING(...) \ macro
34 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/mail/thunderbird/thunderbird-91.8.0/dom/simpledb/
H A DActorsParent.cpp76 # define ASSERT_UNLESS_FUZZING(...) \ macro
80 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/www/firefox-esr/firefox-91.8.0/dom/filehandle/
H A DActorsParent.cpp45 # define ASSERT_UNLESS_FUZZING(...) \ macro
49 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DBackgroundParentImpl.cpp80 # define ASSERT_UNLESS_FUZZING(...) \ macro
84 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false) macro
/dports/lang/spidermonkey78/firefox-78.9.0/dom/filehandle/
H A DActorsParent.cpp42 # define ASSERT_UNLESS_FUZZING(...) \ macro
46 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DBackgroundParentImpl.cpp74 # define ASSERT_UNLESS_FUZZING(...) \ macro
78 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false) macro
/dports/mail/thunderbird/thunderbird-91.8.0/dom/filehandle/
H A DActorsParent.cpp45 # define ASSERT_UNLESS_FUZZING(...) \ macro
49 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DBackgroundParentImpl.cpp80 # define ASSERT_UNLESS_FUZZING(...) \ macro
84 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false) macro
/dports/lang/spidermonkey60/firefox-60.9.0/dom/filehandle/
H A DActorsParent.cpp43 #define ASSERT_UNLESS_FUZZING(...) \ macro
47 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/filehandle/
H A DActorsParent.cpp40 #define ASSERT_UNLESS_FUZZING(...) do { } while (0) macro
42 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp144 # define ASSERT_UNLESS_FUZZING(...) \ macro
148 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp144 # define ASSERT_UNLESS_FUZZING(...) \ macro
148 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/quota/
H A DActorsParent.cpp75 #define ASSERT_UNLESS_FUZZING(...) do { } while (0) macro
77 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/lang/spidermonkey60/firefox-60.9.0/dom/quota/
H A DActorsParent.cpp75 #define ASSERT_UNLESS_FUZZING(...) \ macro
79 #define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp58 # define ASSERT_UNLESS_FUZZING(...) \ macro
62 # define ASSERT_UNLESS_FUZZING(...) MOZ_ASSERT(false, __VA_ARGS__) macro

12