Home
last modified time | relevance | path

Searched refs:same_scope (Results 301 – 322 of 322) sorted by relevance

1...<<111213

/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/syn-1.0.39/src/
H A Dbuffer.rs385 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/www/monolith/monolith-2.6.1/cargo-crates/syn-1.0.73/src/
H A Dbuffer.rs383 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/syn-1.0.75/src/
H A Dbuffer.rs383 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/www/mod_php81/php-8.1.1/Zend/Optimizer/
H A Dzend_optimizer.c811 bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
812 if (is_public || same_scope) { in zend_optimizer_get_called_func()
831 bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
835 return same_scope ? fbc : NULL; in zend_optimizer_get_called_func()
/dports/lang/php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_optimizer.c841 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
842 if (is_public || same_scope) { in zend_optimizer_get_called_func()
861 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
865 return same_scope ? fbc : NULL; in zend_optimizer_get_called_func()
/dports/lang/php81/php-8.1.1/Zend/Optimizer/
H A Dzend_optimizer.c811 bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
812 if (is_public || same_scope) { in zend_optimizer_get_called_func()
831 bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
835 return same_scope ? fbc : NULL; in zend_optimizer_get_called_func()
/dports/www/php80-opcache/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_optimizer.c841 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
842 if (is_public || same_scope) { in zend_optimizer_get_called_func()
861 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
865 return same_scope ? fbc : NULL; in zend_optimizer_get_called_func()
/dports/www/mod_php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_optimizer.c841 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
842 if (is_public || same_scope) { in zend_optimizer_get_called_func()
861 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
865 return same_scope ? fbc : NULL; in zend_optimizer_get_called_func()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/syn-1.0.86/src/
H A Dbuffer.rs397 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/syn/src/
H A Dbuffer.rs397 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/syn-1.0.84/src/
H A Dbuffer.rs397 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/www/firefox/firefox-99.0/third_party/rust/syn/src/
H A Dbuffer.rs397 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/syn-1.0.86/src/
H A Dbuffer.rs397 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/syn-1.0.84/src/
H A Dbuffer.rs397 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/syn-1.0.85/src/
H A Dbuffer.rs397 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function
/dports/lang/php73/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_optimizer.c1047 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
1048 if ((is_private && same_scope) in zend_optimizer_get_called_func()
1049 || (is_final && (!is_private || same_scope))) { in zend_optimizer_get_called_func()
/dports/www/php73-opcache/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_optimizer.c1047 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
1048 if ((is_private && same_scope) in zend_optimizer_get_called_func()
1049 || (is_final && (!is_private || same_scope))) { in zend_optimizer_get_called_func()
/dports/www/mod_php73/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_optimizer.c1047 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
1048 if ((is_private && same_scope) in zend_optimizer_get_called_func()
1049 || (is_final && (!is_private || same_scope))) { in zend_optimizer_get_called_func()
/dports/devel/pylint/pylint-2.12.1/pylint/checkers/
H A Dbase.py694 def same_scope(current): function
702 if same_scope(child)
713 if same_scope(child)
/dports/devel/racer/racer-2.1.48/src/racer/
H A Dast.rs485 fn same_scope(&self) -> Self { in same_scope() method
568 let mut visitor = self.same_scope(); in visit_expr()
/dports/devel/racer/racer-2.1.48/cargo-crates/racer-2.1.47/src/racer/
H A Dast.rs485 fn same_scope(&self) -> Self { in same_scope() method
568 let mut visitor = self.same_scope(); in visit_expr()
/dports/lang/rust/rustc-1.58.1-src/vendor/racer/src/racer/
H A Dast.rs485 fn same_scope(&self) -> Self { in same_scope() method
568 let mut visitor = self.same_scope(); in visit_expr()

1...<<111213