Home
last modified time | relevance | path

Searched refs:is_callee (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/fluent-syntax/src/parser/
H A Dhelper.rs111 pub(super) fn is_callee(name: &S) -> bool { in is_callee() function
H A Dexpression.rs137 if !Self::is_callee(&id.name) { in get_inline_expression()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Dexpression.rs129 if !Self::is_callee(id.name.as_ref().as_bytes()) { in get_inline_expression()
H A Dhelper.rs116 pub(super) fn is_callee(name: &[u8]) -> bool { in is_callee() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Dexpression.rs129 if !Self::is_callee(id.name.as_ref().as_bytes()) { in get_inline_expression()
H A Dhelper.rs116 pub(super) fn is_callee(name: &[u8]) -> bool { in is_callee() function
/dports/editors/poke/poke-1.0/jitter/jitterc/
H A Djitterc-generate.c2614 bool is_callee = (uins->calleeness == jitterc_calleeness_callee); in jitterc_emit_executor_ordinary_specialized_instructions() local
2662 if (is_callee) in jitterc_emit_executor_ordinary_specialized_instructions()
2820 if (is_callee) in jitterc_emit_executor_ordinary_specialized_instructions()