| /third_party/jinja2/ |
| D | async_utils.py | 19 def is_async(args: t.Any) -> bool: function 24 def is_async(args: t.Any) -> bool: function
|
| D | asyncfilters.py | 31 def is_async(args): function 40 def is_async(args): function
|
| /third_party/python/Lib/ |
| D | pyclbr.py | 71 parent=None, is_async=False, *, end_lineno=None): argument 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 220 def visit_FunctionDef(self, node, *, is_async=False): argument
|
| /third_party/skia/third_party/externals/jinja2/ |
| D | asyncfilters.py | 31 def is_async(args): function 40 def is_async(args): function
|
| /third_party/rust/rust/compiler/rustc_const_eval/src/transform/check_consts/ |
| D | mod.rs | 64 fn is_async(&self) -> bool { in is_async() method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | generate_delegate_methods.rs | 118 let is_async = method_source.async_token().is_some(); in generate_delegate_methods() localVariable
|
| D | generate_function.rs | 264 is_async: bool, field 292 let is_async = await_expr.is_some(); in from_call() localVariable 336 let is_async = await_expr.is_some(); in from_method_call() localVariable
|
| D | extract_function.rs | 302 is_async: bool, field 899 let mut is_async = false; in external_control_flow() localVariable
|
| /third_party/rust/rust/src/tools/rustfmt/src/ |
| D | closures.rs | 266 let is_async = if asyncness.is_async() { "async " } else { "" }; in rewrite_closure_fn_decl() localVariable
|
| D | items.rs | 278 is_async: Cow<'a, ast::Async>, field
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | doc.rs | 745 let is_async = matches!(sig.header.asyncness, Async::Yes { .. }); in check_code() localVariable
|
| /third_party/rust/rust/compiler/rustc_hir_analysis/src/check/ |
| D | check.rs | 329 let is_async = match item.kind { in check_opaque_for_inheriting_lifetimes() localVariable
|
| /third_party/python/Python/ |
| D | symtable.c | 2060 int is_async = st->st_cur->ste_coroutine && !is_generator; in symtable_handle_comprehension() local
|
| D | Python-ast.c | 3261 is_async, PyArena *arena) in _PyAST_comprehension() 10221 int is_async; in obj2ast_comprehension() local
|
| D | compile.c | 2589 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function()
|
| /third_party/python/Include/internal/ |
| D | pycore_ast_state.h | 197 PyObject *is_async; member
|
| D | pycore_ast.h | 500 int is_async; member
|
| /third_party/rust/rust/compiler/rustc_hir/src/ |
| D | hir.rs | 2846 pub fn is_async(self) -> bool { in is_async() method 3278 pub fn is_async(&self) -> bool { in is_async() method
|
| /third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/ |
| D | suggestions.rs | 2352 let is_async = self.tcx.generator_is_async(generator_did); in maybe_note_obligation_cause_for_async_await() localVariable
|
| /third_party/rust/rust/compiler/rustc_ast/src/ |
| D | ast.rs | 2428 pub fn is_async(self) -> bool { in is_async() method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/ |
| D | lib.rs | 1918 pub fn is_async(self, db: &dyn HirDatabase) -> bool { in is_async() method
|