Home
last modified time | relevance | path

Searched refs:Newline (Results 1 - 25 of 27) sorted by relevance

12

/third_party/gn/src/gn/
H A Dcommand_format.cc158 void Newline();
356 // Used during penalty evaluation, similar to Newline().
378 void Printer::Newline() { in Newline() function in commands::__anon2874::Printer
647 Newline(); in Block()
657 Newline(); in Block()
660 // Expr(), as are suffix() which are queued to the next Newline(). in Block()
666 Newline(); in Block()
672 Newline(); in Block()
682 Newline(); in Block()
686 Newline(); in Block()
[all...]
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-file-writer.cc155 w->Newline(); in WriteCodeSection()
168 w->Newline(); in WriteCodeSection()
184 w->Newline(); in WriteFileEpilogue()
195 w->Newline(); in WriteFileEpilogue()
208 w->Newline(); in WriteFileEpilogue()
217 w->Newline(); in WriteFileEpilogue()
251 if (current_line_length != 0) w->Newline(); in WriteBinaryContentsAsInlineAssembly()
262 if (current_line_length != 0) w->Newline(); in WriteBinaryContentsAsInlineAssembly()
H A Dplatform-embedded-file-writer-aix.cc50 Newline(); in DeclareUint32()
58 Newline(); in DeclarePointerToSymbol()
107 Newline(); in DeclareFunctionBegin()
H A Dplatform-embedded-file-writer-win.cc93 w->Newline(); in EmitUnwindData()
99 w->Newline(); in EmitUnwindData()
167 w->Newline(); in EmitUnwindData()
171 w->Newline(); in EmitUnwindData()
239 w->Newline();
259 w->Newline();
264 w->Newline();
601 Newline(); in DeclareUint32()
H A Dembedded-file-writer.h102 w->Newline(); in WriteFilePrologue()
115 w->Newline(); in WriteExternalFilenames()
H A Dplatform-embedded-file-writer-base.h78 virtual void Newline() { fprintf(fp_, "\n"); } in Newline() function in v8::internal::PlatformEmbeddedFileWriterBase
H A Dplatform-embedded-file-writer-mac.cc44 Newline(); in DeclareUint32()
H A Dplatform-embedded-file-writer-generic.cc58 Newline(); in DeclareUint32()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms namespace
71 containing_stmt.insert_child(position + 1, Newline())
H A Dfix_urllib.py9 from lib2to3.fixer_util import (Name, Comma, FromImport, Newline, namespace
162 nodes.extend([new_node, Newline()])
H A Dfix_tuple_params.py25 from ..fixer_util import Assign, Name, Newline, Number, Subscript, syms namespace
58 end = Newline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h32 Newline, enumerator
185 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; } in isNewlineOrEOF()
H A DMIParser.cpp693 while (Token.is(MIToken::Newline)) in parseBasicBlockDefinitions()
712 else if (consumeIfPresent(MIToken::Newline)) { in parseBasicBlockDefinitions()
827 } else if (consumeIfPresent(MIToken::Newline)) { in parseBasicBlock()
841 if (consumeIfPresent(MIToken::Newline)) in parseBasicBlock()
866 if (!Token.is(MIToken::Newline)) in parseBasicBlock()
895 while (Token.is(MIToken::Newline)) in parseBasicBlocks()
H A DMILexer.cpp659 Token.reset(MIToken::Newline, Range.upto(C)); in maybeLexNewline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DRegex.h39 Newline=2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRegex.h38 Newline=2, enumerator
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go378 case parser.Newline:
399 case parser.Newline, parser.Comment:
405 } else if t.Type != parser.Newline {
410 if t.Type == parser.Newline {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go378 case parser.Newline:
399 case parser.Newline, parser.Comment:
405 } else if t.Type != parser.Newline {
410 if t.Type == parser.Newline {
/third_party/spirv-tools/utils/vscode/src/
H A Dlangsvr.go378 case parser.Newline:
399 case parser.Newline, parser.Comment:
405 } else if t.Type != parser.Newline {
410 if t.Type == parser.Newline {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp30 if (Flags & Newline) in Regex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRegex.cpp34 if (Flags & Newline) in Regex()
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py66 def Newline(): function
356 children = [import_, Newline()]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
H A Dparser.go41 Newline
341 // newline processes the Newline token at the current position.
342 // The lexer *must* know the next token is a Newline before calling.
344 tok := &Token{Type: Newline, Range: Range{Start: l.pos, End: l.pos}}
680 // newline returns true if the i'th token is a Newline, otherwise false.
682 if tok := p.tok(i); tok != nil && tok.Type == Newline {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
H A Dparser.go41 Newline
341 // newline processes the Newline token at the current position.
342 // The lexer *must* know the next token is a Newline before calling.
344 tok := &Token{Type: Newline, Range: Range{Start: l.pos, End: l.pos}}
680 // newline returns true if the i'th token is a Newline, otherwise false.
682 if tok := p.tok(i); tok != nil && tok.Type == Newline {
/third_party/spirv-tools/utils/vscode/src/parser/
H A Dparser.go41 Newline
341 // newline processes the Newline token at the current position.
342 // The lexer *must* know the next token is a Newline before calling.
344 tok := &Token{Type: Newline, Range: Range{Start: l.pos, End: l.pos}}
680 // newline returns true if the i'th token is a Newline, otherwise false.
682 if tok := p.tok(i); tok != nil && tok.Type == Newline {

Completed in 31 milliseconds

12