Home
last modified time | relevance | path

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

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dshiftexpr.c183 IsTypeInt (Expr->Type) && in ShiftExpr()
H A Ddatatype.h327 INLINE int IsTypeInt (const Type* T) in IsTypeInt() function
333 # define IsTypeInt(T) (GetType (T) == T_TYPE_INT) macro
H A Dfunction.c454 if (IsTypeInt (F_GetReturnType (CurrentFunc)) && in NewFunc()
H A Ddeclare.c531 if (!IsTypeInt (Decl->Type)) { in ParseFieldWidth()
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libpref/
H A Dprefapi.h70 bool IsTypeInt() const { return IsPrefType(PrefType::Int); } in IsTypeInt() function
H A Dprefapi.cpp374 } else if (pref->prefFlags.IsTypeInt()) { in pref_savePrefs()
533 if (pref && (pref->prefFlags.IsTypeInt())) { in PREF_GetIntPref()
/dports/www/firefox-esr/firefox-91.8.0/modules/libpref/
H A DPreferences.cpp471 bool IsTypeInt() const { return IsType(PrefType::Int); } in IsTypeInt() function in Pref
498 } else if (IsTypeInt()) { in AddToMap()
519 MOZ_ASSERT(IsTypeInt()); in GetIntValue()
918 bool IsTypeInt() const { return IsType(PrefType::Int); } in IsTypeInt() function in PrefWrapper
1033 } else if (IsTypeInt()) { in UserValueToStringForSaving()
/dports/www/firefox/firefox-99.0/modules/libpref/
H A DPreferences.cpp473 bool IsTypeInt() const { return IsType(PrefType::Int); } in IsTypeInt() function in Pref
500 } else if (IsTypeInt()) { in AddToMap()
521 MOZ_ASSERT(IsTypeInt()); in GetIntValue()
920 bool IsTypeInt() const { return IsType(PrefType::Int); } in IsTypeInt() function in PrefWrapper
1035 } else if (IsTypeInt()) { in UserValueToStringForSaving()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/libpref/
H A DPreferences.cpp471 bool IsTypeInt() const { return IsType(PrefType::Int); } in IsTypeInt() function in Pref
498 } else if (IsTypeInt()) { in AddToMap()
519 MOZ_ASSERT(IsTypeInt()); in GetIntValue()
918 bool IsTypeInt() const { return IsType(PrefType::Int); } in IsTypeInt() function in PrefWrapper
1033 } else if (IsTypeInt()) { in UserValueToStringForSaving()
/dports/lang/spidermonkey78/firefox-78.9.0/modules/libpref/
H A DPreferences.cpp462 bool IsTypeInt() const { return IsType(PrefType::Int); } in IsTypeInt() function in Pref
491 } else if (IsTypeInt()) { in AddToMap()
512 MOZ_ASSERT(IsTypeInt()); in GetIntValue()
920 bool IsTypeInt() const { return IsType(PrefType::Int); } in IsTypeInt() function in PrefWrapper
1036 } else if (IsTypeInt()) { in UserValueToStringForSaving()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/libpref/
H A DPreferences.cpp344 bool IsTypeInt() const { return IsType(PrefType::Int); } in IsTypeInt() function in Pref
412 if (!IsTypeInt()) { in GetIntValue()
646 } else if (IsTypeInt()) { in UserValueToStringForSaving()