/third_party/gn/misc/vim/ftdetect/ |
H A D | gnfiletype.vim | 8 let s:current_fileformats = '' 9 let s:current_fileencodings = '' 13 let s:current_fileformats = &g:fileformats 14 let s:current_fileencodings = &g:fileencodings 21 let &g:fileformats = s:current_fileformats 22 let &g:fileencodings = s:current_fileencodings
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 73 \let\+ = \relax 76 \let\ptexb=\b 77 \let\ptexbullet=\bullet 78 \let\ptexc=\c 79 \let\ptexcomma=\, 80 \let\ptexdot=\. 81 \let\ptexdots=\dots 82 \let\ptexend=\end 83 \let\ptexequiv=\equiv 84 \let\ptexexcla [all...] |
/third_party/gn/misc/vim/autoload/ |
H A D | gn.vim | 7 let l:new_path = substitute(a:name, '\v^//', '', '') 10 let l:new_path = substitute(l:new_path, '\v:.*$', '', '') 17 let l:new_path = maktaba#path#Join([l:new_path, 'BUILD.gn']) 22 let l:new_path = substitute(l:new_path, '\v/?$', '/BUILD.gn', '')
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | simplify_pointers.cc | 131 // * Identifiers that resolve to the pointer-typed `let` declarations are in Run() 133 // `let` declaration. in Run() 134 // * Sub-expressions inside the pointer-typed `let` initializer expression in Run() 160 // Find all the pointer-typed `let` declarations. in Run() 161 // Note that these must be function-scoped, as module-scoped `let`s are not in Run() 164 if (auto* let = node->As<ast::VariableDeclStatement>()) { in Run() 165 if (!let->variable->is_const) { in Run() 166 continue; // Not a `let` declaration. Ignore. in Run() 169 auto* var = ctx.src->Sem().Get(let->variable); in Run() 174 // We're dealing with a pointer-typed `let` declaratio in Run() [all...] |
H A D | fold_trivial_single_use_lets.cc | 61 auto* let = let_decl->variable; in Run() local 62 auto* sem_let = ctx.src->Sem().Get(let); in Run() 75 ctx.Replace(user_expr, ctx.Clone(let->constructor)); in Run() 79 // let, and isn't a let itself. in Run()
|
/third_party/node/deps/v8/tools/torque/vim-torque/syntax/ |
H A D | torque.vim | 10 let main_syntax = 'torque' 15 let s:cpo_save = &cpo 41 syn keyword torqueVariable const let 77 let b:current_syntax = "torque" 81 let &cpo = s:cpo_save
|
/third_party/ninja/misc/ |
H A D | ninja.vim | 19 let s:cpo_save = &cpo 42 " let assignments. 84 let b:current_syntax = "ninja" 86 let &cpo = s:cpo_save
|
/third_party/node/deps/v8/tools/vim/ |
H A D | ninja-build.vim | 76 let l:oldmakepgr = &makeprg 77 let &makeprg=a:build_cmd 86 let &makeprg = l:oldmakepgr 102 let l:targets = a:0 > 0 ? join(a:000, ' ') : '' 104 let l:targets = 'd8'
|
/third_party/gn/misc/vim/ftplugin/ |
H A D | gn.vim | 8 let b:did_ftplugin = 1
|
/third_party/python/Python/ |
H A D | emscripten_signal.c | 16 let result = Module.Py_EmscriptenSignalBuffer[0];
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | keywords.h | 26 int let; variable
|
/third_party/node/deps/v8/src/parsing/ |
H A D | keywords-gen.h | 128 {"let", Token::LET},
|
/third_party/protobuf/editors/ |
H A D | proto.vim | 79 let did_proto_syn_inits = 1 105 let b:current_syntax = "proto"
|
/third_party/rust/crates/bindgen/ci/ |
H A D | test.bat | 16 echo file, let alone the same version of it that you have. Any test with such an
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | flac_dsp_gpl.asm | 41 ; need to copy a maximum of 32 samples. Therefore we let the preprocessor
|
/third_party/gn/misc/vim/syntax/ |
H A D | gn.vim | 87 let b:current_syntax = "gn"
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 31 # passed in via rdi, rsi and I just let them flow through unchanged. Similarly
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 97 let b:current_syntax = "amber"
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 656 $LEADIN . qr'let\s' => q<let ...>,
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.h | 262 F(let, "let") \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 351 .Case("let", tgtok::Let) in LexIdentifier() 947 // We may just return true now, but let's skip to the line/buffer end in prepSkipDirectiveEnd()
|
/third_party/python/PCbuild/ |
H A D | build.bat | 86 rem These use the actual property names used by MSBuild. We could just let
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | nmake.mak | 58 # VS 2005 complains about lot of deprecated string functions; let's ignore them
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | nmake.mak | 58 # VS 2005 complains about lot of deprecated string functions; let's ignore them
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 258 ; is true, so let's just leave it uninitialized otherwise 566 ; is true, so let's just leave it uninitialized otherwise
|