Home
last modified time | relevance | path

Searched defs:MOZ_KnownLive (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DStaticAnalysisFunctions.h36 static MOZ_ALWAYS_INLINE T* MOZ_KnownLive(T* ptr) { in MOZ_KnownLive() function
44 static MOZ_ALWAYS_INLINE T& MOZ_KnownLive(T& ref) { in MOZ_KnownLive() function
67 # define MOZ_KnownLive(expr) (expr) macro
/dports/www/firefox/firefox-99.0/mfbt/
H A DStaticAnalysisFunctions.h36 static MOZ_ALWAYS_INLINE T* MOZ_KnownLive(T* ptr) { in MOZ_KnownLive() function
44 static MOZ_ALWAYS_INLINE T& MOZ_KnownLive(T& ref) { in MOZ_KnownLive() function
67 # define MOZ_KnownLive(expr) (expr) macro
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DStaticAnalysisFunctions.h36 static MOZ_ALWAYS_INLINE T* MOZ_KnownLive(T* ptr) { in MOZ_KnownLive() function
44 static MOZ_ALWAYS_INLINE T& MOZ_KnownLive(T& ref) { in MOZ_KnownLive() function
67 # define MOZ_KnownLive(expr) (expr) macro
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DStaticAnalysisFunctions.h35 static MOZ_ALWAYS_INLINE T* MOZ_KnownLive(T* ptr) { in MOZ_KnownLive() function
43 static MOZ_ALWAYS_INLINE T& MOZ_KnownLive(T& ref) { in MOZ_KnownLive() function
66 # define MOZ_KnownLive(expr) (expr) macro
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DStaticAnalysisFunctions.h32 static MOZ_ALWAYS_INLINE T* MOZ_KnownLive(T* ptr) { in MOZ_KnownLive() function
59 #define MOZ_KnownLive(expr) (expr) macro