Home
last modified time | relevance | path

Searched defs:arg_expr (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dformat_args.rs203 let arg_expr = find_format_arg_expr(expr, arg); in check_expr() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dformat.rs534 let arg_expr = ctx.lower_expr(&arg.expr); in expand_format_args() localVariable
/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/
Dmod.rs955 let arg_expr = cx.expr_ident(span, ident); in extract_arg_details() localVariable
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_validation.cc1601 const ast::Expression* arg_expr = decl->args[i]; in ValidateFunctionCall() local
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dmod.rs755 let arg_expr = args.first().expect("try desugaring call w/out arg"); in note_error_origin() localVariable
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc4981 auto arg_expr = MakeOperand(inst, 0); in MakeNumericConversion() local