Home
last modified time | relevance | path

Searched defs:expanded (Results 1 – 25 of 51) sorted by relevance

123

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dbuiltin_fn_macro.rs134 let expanded = quote! { in line_expand() localVariable
164 let expanded = quote! { in stringify_expand() localVariable
177 let expanded = quote! { in column_expand() localVariable
190 let expanded = match &*args { in assert_expand() localVariable
223 let expanded = quote! { in file_expand() localVariable
391 let expanded = quote! { in format_args_expand_general() localVariable
418 let expanded = quote! {{ in asm_expand() localVariable
442 let expanded = if enabled { quote!(true) } else { quote!(false) }; in cfg_expand() localVariable
782 let expanded = quote! { #s }; in env_expand() localVariable
797 let expanded = match get_env_inner(db, arg_id, &key) { in option_env_expand() localVariable
/third_party/protobuf/hpb_generator/tests/
Dbasic_test_editions.proto14 repeated int32 expanded = 51 [features.repeated_field_encoding = EXPANDED]; field
/third_party/protobuf/ruby/tests/
Dbasic_test_features.proto16 repeated int32 expanded = 51 [features.repeated_field_encoding = EXPANDED]; field
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVariablePacker.cpp30 std::vector<ShaderVariable> *expanded) in ExpandStructVariable()
46 std::vector<ShaderVariable> *expanded) in ExpandStructArrayVariable()
67 std::vector<ShaderVariable> *expanded) in ExpandVariable()
/third_party/rust/crates/syn/examples/heapsize/heapsize_derive/src/
Dlib.rs23 let expanded = quote! { in derive_heap_size() localVariable
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dmain.rs158 let expanded = match gcc.file("build/expando.c").try_expand() { in validate_headers() localVariable
189 let expanded = String::from_utf8(expanded).unwrap(); in validate_headers() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dinline_macro.rs39 let expanded = insert_ws_into(ctx.sema.expand(&unexpanded)?.clone_for_update()); in inline_macro() localVariable
Dremove_dbg.rs186 let expanded = expanded.clone_for_update(); in replace_nested_dbgs() localVariable
Dexpand_glob_import.rs67 let expanded = make::use_tree_list(names_to_import.iter().map(|n| { in expand_glob_import() localVariable
/third_party/rust/crates/syn/examples/lazy-static/lazy-static/src/
Dlib.rs118 let expanded = quote! { in lazy_static() localVariable
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpTokens.cpp193 void TPpContext::pushTokenStreamInput(TokenStream& ts, bool prepasting, bool expanded) in pushTokenStreamInput()
/third_party/iptables/iptables/
Dxtables.c108 int rulenum, int verbose, int numeric, int expanded, in list_entries()
Dxtables-eb.c256 int rule_nr, int verbose, int numeric, int expanded, in list_rules()
/third_party/rust/crates/cxx/macro/src/
Dderive.rs8 let mut expanded = TokenStream::new(); in expand_struct() localVariable
39 let mut expanded = TokenStream::new(); in expand_enum() localVariable
/third_party/rust/rust/tests/ui/proc-macro/auxiliary/
Dexpand-expr.rs100 let expanded = iter.collect::<TokenStream>().expand_expr().expect("expand_expr failed"); in expand_expr_is() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dexpand_macro.rs108 let expanded = sema.expand(macro_call)?.clone_for_update(); in expand_macro_recur() localVariable
116 let expanded = sema.expand_attr_macro(item)?.clone_for_update(); in expand_attr_macro_recur() localVariable
Dextend_selection.rs158 let expanded = sema.descend_into_macros_single(token.clone()); in extend_tokens_from_range() localVariable
/third_party/skia/bench/
DBlurImageFilterBench.cpp64 bool expanded) in BlurImageFilterBench()
/third_party/skia/m133/bench/
DBlurImageFilterBench.cpp64 bool expanded) in BlurImageFilterBench()
/third_party/ncurses/Ada95/
Dconfigure.in386 AC_ARG_ENABLE(expanded, optenable
/third_party/mesa3d/src/intel/compiler/elk/
Delk_vec4_builder.h577 const dst_reg expanded = vgrf(src.type); in fix_3src_operand() local
Delk_vec4_visitor.cpp303 dst_reg expanded = dst_reg(this, glsl_vec4_type()); in fix_3src_operand() local
329 dst_reg expanded = dst_reg(this, glsl_vec4_type()); in fix_math_operand() local
/third_party/python/Tools/unicode/
Dmakeunicodedata.py946 def expanded(self) -> Iterator[Tuple[int, List[str]]]: member in UcdFile
/third_party/musl/src/crypt/
Dcrypt_blowfish.c498 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1474 bool expanded = expandAtomicOpToLibcall( in expandAtomicLoadToLibcall() local
1488 bool expanded = expandAtomicOpToLibcall( in expandAtomicStoreToLibcall() local
1503 bool expanded = expandAtomicOpToLibcall( in expandAtomicCASToLibcall() local

123