HomeSort by relevance Sort by last modified time
    Searched defs:Line (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 71 unsigned Line = DIL->getLine();
73 OS << Filename << ':' << Line << ':' << Column << ' ';
  /external/llvm/tools/sancov/
sancov.cc 10 // This file is a command-line tool for reading and analyzing sanitizer
53 // --------- COMMAND LINE FLAGS ---------
145 return std::tie(FileName, Line) < std::tie(RHS.FileName, RHS.Line);
149 uint32_t Line;
188 FileLoc Loc = {FileName.str(), FrameInfo.Line};
396 OS << stripPathPrefix(FnLoc.Loc.FileName) << ":" << FnLoc.Loc.Line << " "
475 // Line format: <file_name>:<line> <function_name>
481 // Line format: <file_name>:<line> <function_name
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 77 String line = reader.readLine(); local
78 while (line != null) {
79 checkBuildLine(line);
80 line = reader.readLine();
149 private static class Line {
150 private final String line; field in class:NdkDiscoveryUpdater.Line
153 public Line(String line) {
154 this.line = line;
209 Line line = new Line(text); local
264 String line = reader.readLine(); local
294 String line = reader.readLine(); local
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 663 // Don't create an empty line if verbatim opening command is followed
671 VerbatimBlockLineComment *Line;
673 Line = S.actOnVerbatimBlockLine(Tok.getLocation(),
680 // Empty line, just a tok::newline.
681 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), "");
684 Lines.push_back(Line);
710 // Next token might not be a tok::verbatim_line_text if verbatim line
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 61 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error),
68 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error),
238 ++Line;
247 Location.Line = Line;
254 unsigned Line;
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 449 unsigned Line, Column;
453 D.getLocation(&Filename, &Line, &Column);
455 if (FE && Line > 0) {
458 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1);
475 // If we were not able to translate the file:line:col information
478 // case of #line directives.
480 << Filename << Line << Column;
    [all...]
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 21 bool startsExternCBlock(const AnnotatedLine &Line) {
22 const FormatToken *Next = Line.First->getNextNonComment();
24 return Line.startsWith(tok::kw_extern) && Next && Next->isStringLiteral() &&
31 /// getIndent() will return the indent for the last line \c nextLine was called
33 /// If the line is not formatted (and thus the indent does not change), calling
36 /// given line.
47 /// \brief Returns the indent for the current line.
50 /// \brief Update the indent state given that \p Line is going to be formatted
52 void nextLine(const AnnotatedLine &Line) {
53 Offset = getIndentOffset(*Line.First)
    [all...]
Format.cpp     [all...]
TokenAnnotator.cpp 35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line,
37 : Style(Style), Line(Line), CurrentToken(Line.First), AutoFound(false),
90 !Line.startsWith(tok::kw_template))
134 } else if (Line.InPPDirective &&
437 if (!Tok->Previous && Line.MustBeDeclaration)
447 !Line.First->isOneOf(tok::kw_enum, tok::kw_case)) ||
451 Line.MustBeDeclaration)) { // method/property declaration
459 Line.startsWith(TT_ObjCMethodSpecifier))
    [all...]
UnwrappedLineParser.cpp 39 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack,
41 : Line(Line), Stack(Stack) {
42 Line.MustBeDeclaration = MustBeDeclaration;
48 Line.MustBeDeclaration = Stack.back();
50 Line.MustBeDeclaration = true;
54 UnwrappedLine &Line;
60 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource,
62 : Line(Line), TokenSource(TokenSource), ResetToken(ResetToken)
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 379 unsigned Line = 0;
382 // Relative to current line.
386 if (!Invalid && PH.Next(Line) && (FoundPlus || Line < ExpectedLine)) {
387 if (FoundPlus) ExpectedLine += Line;
388 else ExpectedLine -= Line;
391 } else if (PH.Next(Line)) {
392 // Absolute line number.
393 if (Line > 0)
394 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1)
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 76 // support, uncomment this line to allow a defaulted move constructor for
381 /// 2) Line - A line ax + by = c, where a, b, and c are parameters,
389 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind;
406 /// isLine - Return true if the constraint is of kind Line.
409 bool isLine() const { return Kind == Line || Kind == Distance; }
422 /// getA - If constraint is a line AX + BY = C, returns A.
426 /// getB - If constraint is a line AX + BY = C, returns B.
430 /// getC - If constraint is a line AX + BY = C, returns C.
444 /// setLine - Change a constraint to Line
    [all...]
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 330 /// \brief The line where this segment begins.
331 unsigned Line;
341 CoverageSegment(unsigned Line, unsigned Col, bool IsRegionEntry)
342 : Line(Line), Col(Col), Count(0), HasCount(false),
345 CoverageSegment(unsigned Line, unsigned Col, uint64_t Count,
347 : Line(Line), Col(Col), Count(Count), HasCount(true),
351 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry) ==
352 std::tie(R.Line, R.Col, R.Count, R.HasCount, R.IsRegionEntry)
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 142 // command line.
146 // on the command line.
157 // Extract the member filename from the command line for the [relpos] argument
173 // Get the archive file name from the command line
189 // Parse the command line options as presented and return the operation
264 // At this point, the next thing on the command line must be
268 // Everything on the command line at this point is a member.
694 StringRef Line = *I;
696 std::tie(CommandStr, Rest) = Line.split(' ');
755 // Do our own parsing of the command line because the CommandLine utilit
    [all...]
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 665 ParagraphLayout::Line *ParagraphLayout::nextLine(float width)
681 // If no glyphs fit on the line, force one to fit.
684 // start of a line unless the paragraph consists of
687 // the previous line...)
1009 ParagraphLayout::Line *ParagraphLayout::computeVisualRuns()
1026 Line *line = new Line(); local
1043 appendRun(line, run, firstChar, lastChar);
1047 return line;
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 20 // A file of names is required as input, one per line. It must be in utf-8 or utf-16 format,
102 // Command line option variables
104 // on the command line by the user.
138 // Definitions for the command line options
187 // struct Line
189 // Each line from the source file (containing a name, presumably) gets
192 struct Line {
203 Line *gFileLines; // Ptr to array of Line structs, one per line in the file
370 int line; local
467 int line; local
1160 int line; local
1611 int line; local
    [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 58 uint32_t Line;
76 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
78 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
88 /// \brief Get the Line of this MCDwarfLoc.
89 unsigned getLine() const { return Line; }
106 /// \brief Set the Line of this MCDwarfLoc.
107 void setLine(unsigned line) { Line = line; }
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 233 unsigned Line;
238 MDNodeKeyImpl(unsigned Line, unsigned Column, Metadata *Scope,
240 : Line(Line), Column(Column), Scope(Scope), InlinedAt(InlinedAt) {}
243 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
247 return Line == RHS->getLine() && Column == RHS->getColumn() &&
251 return hash_combine(Line, Column, Scope, InlinedAt);
335 unsigned Line;
344 MDNodeKeyImpl(unsigned Tag, StringRef Name, Metadata *File, unsigned Line,
348 : Tag(Tag), Name(Name), File(File), Line(Line), Scope(Scope)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 208 // list of line numbers and a single filename, representing lines that belong
212 void addLine(uint32_t Line) {
213 assert(Line != 0 && "Line zero is not a valid real line number.");
214 Lines.push_back(Line);
531 uint32_t Line = 0;
545 if (Line == Loc.getLine()) continue;
546 Line = Loc.getLine();
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 233 GLuint StippleCounter; /**< Line stipple counter */
244 * Point/Line/Triangle function pointers below.
263 * Current point, line and triangle drawing functions.
267 swrast_line_func Line;
445 * For looping over fragment attributes in the pointe, line
  /external/opencv3/doc/pattern_tools/
svgfig.py 104 >>> svg = SVG("g", SVG("g", SVG("line", x1=0, y1=0, x2=1, y2=1)), \
111 (0, 0) <line x2=1 y1=0 x1=0 y2=1 />
125 [0, 0] <line x2=1 y1=0 x1=0 y2=1 />
329 line = "%s %s" % (("%%-%ds" % tree_width) % repr(None),
331 output.append(line)
344 line = "%s %s" % (("%%-%ds" % tree_width) % repr(list(ti)),
346 output.append(line)
787 >>> fig = Fig(Line(0,0,1,1), Rect(0.2,0.2,0.8,0.8), trans="2*x, 2*y")
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 30 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__)
869 struct Line {
895 const Line *lines;
906 void setCollator(Collator *c, Line *l, int32_t nl, UBool atLeastUCA62)
933 IntlTest::gTest->errln(UnicodeString("Compare result not symmetrical on line ") + (i + 1));
938 IntlTest::gTest->errln(UnicodeString("Difference between coll->compare and sortkey compare on line ") + (i + 1));
952 IntlTest::gTest->errln(UnicodeString("Line is not greater or equal than previous line, for line ") + (i + 1));
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 101 int Line;
111 LexLoc.Line++;
171 // Comment until end of line.
207 int getLine() const { return Loc.Line; }
361 int Line;
368 Precedence(Prec), Line(Loc.Line) {}
381 int getLine() const { return Line; }
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 520 unsigned Line;
528 unsigned Line, uint64_t SizeInBits, uint64_t AlignInBits,
530 : DIScope(C, ID, Storage, Tag, Ops), Line(Line), Flags(Flags),
540 unsigned getLine() const { return Line; }
664 unsigned Line, uint64_t SizeInBits, uint64_t AlignInBits,
666 : DIType(C, DIDerivedTypeKind, Storage, Tag, Line, SizeInBits,
671 StringRef Name, DIFile *File, unsigned Line,
678 Line, Scope, BaseType, SizeInBits, AlignInBits, OffsetInBits,
682 MDString *Name, Metadata *File, unsigned Line,
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 192 /// a simple key (we moved on to the next line or went further than 1024 chars).
198 unsigned Line;
329 // A production matching a single line break.
337 // A production matching complete line(s).
410 /// Pos is whitespace or a new line
415 /// Return false if the code unit at the current position isn't a line break.
425 /// Invalid simple keys are not on the current line or are further than 1024
442 /// @brief Skip a single-line comment when the comment starts at the current
509 /// Scan the indentation of a text line in a block scalar.
539 /// @brief Current line number
    [all...]

Completed in 539 milliseconds

1 2 34 5