Home
last modified time | relevance | path

Searched refs:let (Results 1 - 25 of 31) sorted by relevance

12

/third_party/gn/misc/vim/ftdetect/
H A Dgnfiletype.vim8 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 Dtexinfo.tex73 \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 Dgn.vim7 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 Dsimplify_pointers.cc131 // * 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 Dfold_trivial_single_use_lets.cc61 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 Dtorque.vim10 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 Dninja.vim19 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 Dninja-build.vim76 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 Dgn.vim8 let b:did_ftplugin = 1
/third_party/python/Python/
H A Demscripten_signal.c16 let result = Module.Py_EmscriptenSignalBuffer[0];
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h26 int let; variable
/third_party/node/deps/v8/src/parsing/
H A Dkeywords-gen.h128 {"let", Token::LET},
/third_party/protobuf/editors/
H A Dproto.vim79 let did_proto_syn_inits = 1
105 let b:current_syntax = "proto"
/third_party/rust/crates/bindgen/ci/
H A Dtest.bat16 echo file, let alone the same version of it that you have. Any test with such an
/third_party/ffmpeg/libavcodec/x86/
H A Dflac_dsp_gpl.asm41 ; need to copy a maximum of 32 samples. Therefore we let the preprocessor
/third_party/gn/misc/vim/syntax/
H A Dgn.vim87 let b:current_syntax = "gn"
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S31 # 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 Damber-syntax.vim97 let b:current_syntax = "amber"
/third_party/ltp/scripts/
H A Dcheckbashisms.pl656 $LEADIN . qr'let\s' => q<let ...>,
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.h262 F(let, "let") \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.cpp351 .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 Dbuild.bat86 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 Dnmake.mak58 # 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 Dnmake.mak58 # VS 2005 complains about lot of deprecated string functions; let's ignore them
/third_party/ffmpeg/libswresample/x86/
H A Dresample.asm258 ; is true, so let's just leave it uninitialized otherwise
566 ; is true, so let's just leave it uninitialized otherwise

Completed in 9 milliseconds

12