Home
last modified time | relevance | path

Searched defs:exprs (Results 1 – 25 of 38) sorted by relevance

12

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/postfix/
Dformat_like.rs55 let exprs = with_placeholders(exprs); in add_format_like_completions() localVariable
86 let exprs = with_placeholders(exprs); in test_into_suggestion() localVariable
/third_party/ltp/lib/
Dtst_kconfig.c343 static int validate_vars(struct tst_expr *const exprs[], unsigned int expr_cnt) in validate_vars()
360 static inline unsigned int get_var_cnt(struct tst_expr *const exprs[], in get_var_cnt()
395 static inline unsigned int populate_vars(struct tst_expr *exprs[], in populate_vars()
501 struct tst_expr *exprs[expr_cnt]; in tst_kconfig_check() local
/third_party/ffmpeg/libavutil/tests/
Deval.c45 static const char *const exprs[] = { in main() local
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/matches/
Dmatch_bool.rs24 let exprs = if let PatKind::Lit(arm_bool) = arms[0].pat.kind { in check() localVariable
/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Denv.rs57 let mut exprs = match get_exprs_from_tts(cx, tts) { in expand_env() localVariable
/third_party/skia/src/sksl/ir/
DSkSLConstructor.cpp197 int exprs = this->type().slotCount(); in compareConstant() local
/third_party/skia/m133/src/sksl/ir/
DSkSLConstructor.cpp199 int exprs = this->type().slotCount(); in compareConstant() local
/third_party/mesa3d/src/panfrost/compiler/
Dbi_packer.c.py170 def pack_derived(pos, exprs, imm_map, body, pack_exprs): argument
/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs141 let exprs = args.parse_many()?; in cmd_literals() localVariable
204 let exprs = args.parse_many()?; in cmd_compile() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dremove_dbg.rs159 let exprs = exprs.iter().cloned().map(replace_nested_dbgs); in compute_dbg_replacement() localVariable
/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/
Ddefault.rs67 let exprs = fields.iter().map(|sp| default_call(*sp)).collect(); in default_struct_substructure() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dnode_ext.rs888 let mut exprs = support::children(self.syntax()); in iterable() localVariable
899 let mut exprs = support::children(self.syntax()); in loop_body() localVariable
910 let mut exprs = support::children(self.syntax()); in condition() localVariable
921 let mut exprs = support::children(self.syntax()); in loop_body() localVariable
Dexpr_ext.rs54 let mut exprs = support::children(self.syntax()); in condition() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dplace_op.rs284 let mut exprs = vec![expr]; in convert_place_derefs_to_mutable() localVariable
/third_party/elfutils/tests/
Dvarlocs.c170 print_expr_block (Dwarf_Attribute *attr, Dwarf_Op *exprs, int len, in print_expr_block()
185 Dwarf_Op *exprs, int len) in print_expr_block_addrs()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/
Dbuiltin_operations.py155 def UpdateState(monad, *exprs):
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/utils/
Dgen_trait_fn_body.rs636 let mut exprs = vec![]; in gen_partial_ord() localVariable
655 let mut exprs = vec![]; in gen_partial_ord() localVariable
/third_party/ffmpeg/libavfilter/
Daeval.c69 char *exprs; member
/third_party/python/Python/
Dast.c953 validate_exprs(struct validator *state, asdl_expr_seq *exprs, expr_context_ty ctx, int null_ok) in validate_exprs()
/third_party/rust/crates/syn/tests/
Dtest_precedence.rs79 let exprs = collect_exprs(file); in test_rustc_precedence() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dmanual_clamp.rs637 let exprs = [ in is_clamp_meta_pattern() localVariable
/third_party/rust/crates/regex/src/
Dexec.rs123 exprs: Vec<Hir>, field
230 let mut exprs = Vec::with_capacity(self.options.pats.len()); in parse() localVariable
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dtranslate.rs362 let mut exprs = vec![]; in visit_post() localVariable
372 let mut exprs = vec![]; in visit_post() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dbody.rs36 pub exprs: Arena<Expr>, field
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.cc852 std::array<const ast::Expression*, N> exprs, in GetOriginatingResources()

12