| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| SymbolRemappingReader.cpp | 36 StringRef Line = *LineIt; 37 Line = Line.ltrim(' '); 39 if (Line.startswith("#") || Line.empty()) 43 Line.split(Parts, ' ', /*MaxSplits*/-1, /*KeepEmpty*/false); 47 "found '" + Line + "'");
|
| FormattedStream.cpp | 23 /// column we end up in after output, and how many line breaks are contained. 28 unsigned &Line = Position.second; 30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) { 41 Line += 1; 65 // Concatenate them and process their effect on the line and column 94 /// ComputePosition - Examine the current output and update line and column
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| IRBindings.h | 30 unsigned Line; 46 void LLVMGoSetCurrentDebugLocation(LLVMBuilderRef Bref, unsigned Line,
|
| /src/tests/usr.bin/indent/ |
| edge_cases.c | 51 * they do not force a line break before. 75 package PkgLint::Line; 107 package PkgLint:: Line; 127 // $ Line break between '{' and '}'. 129 // $ Line break between '}' and ']'. 144 // $ Line breaks between '{', '$name', '}' and ');'.
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| LayoutOverrideSource.cpp | 40 std::string Line; 41 getline(Input, Line); 43 StringRef LineStr(Line); 45 // Determine whether the following line will start a
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
| LineEntry.h | 17 /// Line entries are used to encode the line tables in FunctionInfo objects. 19 /// address, file and line of the line table row for a given address. The 20 /// size of a line table entry is calculated by looking at the next entry 23 uint64_t Addr; ///< Start address of this line entry. 25 uint32_t Line; ///< Source line number. 27 : Addr(A), File(F), Line(L) {} 33 << ", line=" << format("%3u", LE.Line) [all...] |
| LookupResult.h | 24 StringRef Dir; ///< Line entry source file directory path. 25 StringRef Base; ///< Line entry source file basename. 26 uint32_t Line = 0; ///< Source file line number. 32 LHS.Base == RHS.Base && LHS.Line == RHS.Line && 46 /// be filled in if the FunctionInfo contains a line table. If an address is
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| NativeLineNumber.h | 1 //===- NativeLineNumber.h - Native line number implementation ---*- C++ -*-===// 13 #include "llvm/DebugInfo/CodeView/Line.h" 22 const codeview::LineInfo Line, 42 const codeview::LineInfo Line;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| SymbolRemappingReader.h | 71 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) 72 : File(File), Line(Line), Message(Message.str()) {} 75 OS << File << ':' << Line << ": " << Message; 82 int64_t getLineNum() const { return Line; } 89 int64_t Line;
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| ReplayInlineAdvisor.cpp | 43 StringRef Line = *LineIt; 44 auto Pair = Line.split(" at callsite ");
|
| ModuleDebugInfoPrinter.cpp | 62 unsigned Line = 0) { 70 if (Line) 71 O << ":" << Line;
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| LLVMRemarkStreamer.cpp | 51 unsigned Line = DL.getLine(); 53 return remarks::RemarkLocation{File, Line, Col};
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| ResourceScriptCppFilter.cpp | 29 // Parse the line, returning whether the line should be included in 31 bool parseLine(StringRef Line); 49 StringRef Line = Data.take_front(Pos).drop_front(LineStart); 51 if (parseLine(Line)) 52 Output.push_back(Line); 58 bool Filter::parseLine(StringRef Line) { 59 Line = Line.ltrim(); 61 if (!Line.consume_front("#")) [all...] |
| /src/external/gpl2/texinfo/dist/util/ |
| deref.c | 32 * One texinfo cross reference per line. 54 void repair(char *line, char *ref, int toffset); 58 int Line = 0; 76 Line = 0; 80 Line = 0; 116 Line++; 144 repair(char *line, char *ref, int toffset) 151 /* output line up to and including left brace in reference */ 152 for (cp = line; cp <= ref; cp++) 177 Me, Name, Line); [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| ASanStackFrameLayout.h | 40 unsigned Line; // Line number.
|
| /src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| SymbolMap.cpp | 30 StringRef Line = Input.drop_front(sizeof("__hidden#") - 1); 31 if (Line[0] == '#') { 32 Line = Line.drop_front(); 37 Line.split('_').first.getAsInteger(10, LineNumber); 41 << Line << '\n';
|
| /src/external/gpl3/gcc.old/dist/libcody/ |
| internal.hh | 35 unsigned line; member in class:Cody::Location 51 :file (file_), line (line_) 59 : Location (loc.file (), loc.line ()) 69 constexpr unsigned Line () const 71 return line;
|
| /src/external/gpl3/gcc/dist/libcody/ |
| internal.hh | 35 unsigned line; member in class:Cody::Location 51 :file (file_), line (line_) 59 : Location (loc.file (), loc.line ()) 69 constexpr unsigned Line () const 71 return line;
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| dtutils.c | 81 UINT32 Line = 0; 88 Line = FieldObject->Line; 94 Line, Level, MessageId)) 102 FieldObject->Line, 103 FieldObject->Line, 158 FieldObject->Line, 159 FieldObject->Line,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_x86_64.cc | 58 char Line[BufSize] = {}; 61 std::tie(BytesRead, Success) = retryingReadSome(Fd, Line, Line + BufSize); 66 long long Tmp = internal_simple_strtoll(Line, &End, 10); 68 if (Line[0] != '\0' && (*End == '\n' || *End == '\0')) {
|
| /src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| CommandLineSourceLoc.h | 10 // Command line parsing for source locations. 23 /// A source location that has been parsed on the command line. 26 unsigned Line; 40 !LineSplit.second.getAsInteger(10, PSL.Line)) { 43 // On the command-line, stdin may be specified via "-". Inside the 55 Twine(Line) + ":" + Twine(Column)) 60 /// A source range that has been parsed on the command line. 63 /// The starting location of the range. The first element is the line and 66 /// The ending location of the range. The first element is the line and the 77 /// If the end line and column are omitted, the starting line and column [all...] |
| LogDiagnosticPrinter.h | 23 /// The primary message line of the diagnostic. 29 /// The source file line number, if available. 30 unsigned Line;
|
| /src/external/apache2/llvm/dist/clang/lib/Format/ |
| AffectedRangeManager.cpp | 29 AnnotatedLine *Line = *I; 30 Line->LeadingEmptyLinesAffected = affectsLeadingEmptyLines(*Line->First); 32 // If a line is part of a preprocessor directive, it needs to be formatted 34 if (Line->InPPDirective) { 35 FormatToken *Last = Line->Last; 42 if (affectsTokenRange(*Line->First, *Last, 51 if (nonPPLineAffected(Line, PreviousLine, Lines)) 54 PreviousLine = Line; 102 AnnotatedLine *Line, const AnnotatedLine *PreviousLine [all...] |
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| ClangSyntaxEmitter.cpp | 176 // The indentation of the first line is stripped from all lines. 179 llvm::StringRef Line; 180 while (Line.trim().empty() && !Doc.empty()) 181 std::tie(Line, Doc) = Doc.split('\n'); 182 llvm::StringRef Indent = Line.take_while(llvm::isSpace); 183 for (; !Line.empty() || !Doc.empty(); std::tie(Line, Doc) = Doc.split('\n')) { 184 Line.consume_front(Indent); 185 OS << "/// " << Line << "\n";
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| Line.h | 1 //===- Line.h ---------------------------------------------------*- C++ -*-===// 91 class Line { 98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, 103 Line(int32_t CodeOffset, LineInfo LineInf, ColumnInfo ColumnInf)
|