Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTypeDef.h383 bool isFuncType() const { return kind_ == TypeDefKind::Func; } in isFuncType() function
578 bool isFuncType(uint32_t index) const { return types_[index].isFuncType(); } in isFuncType() function
579 bool isFuncType(RefType t) const { in isFuncType() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTypeDef.h383 bool isFuncType() const { return kind_ == TypeDefKind::Func; } in isFuncType() function
578 bool isFuncType(uint32_t index) const { return types_[index].isFuncType(); } in isFuncType() function
579 bool isFuncType(RefType t) const { in isFuncType() function
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmTypeDef.h398 bool isFuncType() const { return kind_ == TypeDefKind::Func; } in isFuncType() function
585 bool isFuncType(uint32_t index) const { return types_[index].isFuncType(); } in isFuncType() function
586 bool isFuncType(RefType t) const { in isFuncType() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dparse.d4633 const isFuncType = (tp && tp.next.isTypeFunction) || t.isTypeDelegate; in Parser() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmTypes.h2178 bool isFuncType() const { return tag_ == IsFuncType; } in isFuncType() function