HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 51 - 75 of 288) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 44 bool ShowLineMarkers; ///< Show #line markers.
45 bool UseLineDirective; ///< Use of line directives or line markers.
73 void WriteLineInfo(const char *Filename, int Line,
99 // If we're in microsoft mode, use normal #line instead of line markers.
103 /// Write appropriate line information as either #line directives or GNU line
105 /// \p Line we are located at, using the specified \p EOL line separator, an
    [all...]
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 11 // Command line parsing for source locations.
24 /// \brief A source location that has been parsed on the command line.
27 unsigned Line;
41 !LineSplit.second.getAsInteger(10, PSL.Line)) {
44 // On the command-line, stdin may be specified via "-". Inside the
58 /// \brief Command-line option parser that parses source locations.
60 /// Source locations are of the form filename:line:column.
78 << "source location must be of the form filename:line:column\n";
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
30 /// The source file line number, if available.
31 unsigned Line;
  /external/clang/lib/Format/
UnwrappedLineParser.h 27 /// \brief An unwrapped line is a sequence of \c Token, that we would like to
28 /// put on a single line if there was no column limit.
32 /// within an unwrapped line does not affect any other unwrapped lines.
52 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0;
105 // FIXME: We are constantly running into bugs where Line.Level is incorrectly
106 // subtracted from beyond 0. Introduce a method to subtract from Line.Level
108 OwningPtr<UnwrappedLine> Line;
111 // line as the previous token, or not. If not, they belong to the next token.
112 // Since the next token might already be in a new unwrapped line, we need to
123 // after an unwarpped line that has been started was finished
    [all...]
  /external/icu4c/samples/layout/
paragraph.h 49 void addLine(const ParagraphLayout::Line *line);
61 const ParagraphLayout::Line **fLines;
paragraph.cpp 94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax);
162 for (le_int32 line = 0; line < fLineCount; line += 1) {
163 delete /*(LineInfo *)*/ fLines[line];
171 void Paragraph::addLine(const ParagraphLayout::Line *line)
174 fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax + fLinesGrow);
178 fLines[fLineCount++] = line;
193 const ParagraphLayout::Line *line local
224 const ParagraphLayout::Line *line = fLines[li]; local
    [all...]
  /external/llvm/lib/Support/
FormattedStream.cpp 21 /// column we end up in after output, and how many line breaks are contained.
25 unsigned &Line = Position.second;
27 // Keep track of the current column and line by scanning the string for
33 Line += 1;
45 /// ComputePosition - Examine the current output and update line and column
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_rasterizer.c 215 raster->line_smooth = ctx->Line.SmoothFlag;
216 if (ctx->Line.SmoothFlag) {
217 raster->line_width = CLAMP(ctx->Line.Width,
222 raster->line_width = CLAMP(ctx->Line.Width,
227 raster->line_stipple_enable = ctx->Line.StippleFlag;
228 raster->line_stipple_pattern = ctx->Line.StipplePattern;
230 raster->line_stipple_factor = ctx->Line.StippleFactor - 1;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 215 raster->line_smooth = ctx->Line.SmoothFlag;
216 if (ctx->Line.SmoothFlag) {
217 raster->line_width = CLAMP(ctx->Line.Width,
222 raster->line_width = CLAMP(ctx->Line.Width,
227 raster->line_stipple_enable = ctx->Line.StippleFlag;
228 raster->line_stipple_pattern = ctx->Line.StipplePattern;
230 raster->line_stipple_factor = ctx->Line.StippleFactor - 1;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Line.java 47 * A simple line implementation with a start and an end.
51 public class Line extends Mesh {
56 public Line() {
59 public Line(Vector3f start, Vector3f end) {
83 * Update the start and end points of the line.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 148 /** <summary>In case we don't have a token payload, what is the line for errors?</summary> */
149 int Line {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 158 /** <summary>In case we don't have a token payload, what is the line for errors?</summary> */
159 int Line
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 78 int IToken.Line
SlimLexer.cs 78 public int Line
82 return input.Line;
86 input.Line = value;
141 state.tokenStartLine = input.Line;
252 //Line = state.tokenStartLine,
259 //t.Line = state.tokenStartLine;
435 string inputSymbol = ( (char)input.LT( 1 ) ) + " line=" + Line + ":" + CharPositionInLine;
441 string inputSymbol = ( (char)input.LT( 1 ) ) + " line=" + Line + ":" + CharPositionInLine
    [all...]
  /external/clang/unittests/Tooling/
TestVisitor.h 103 /// \brief Expect 'Match' *not* to occur at the given 'Line' and 'Column'.
106 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) {
107 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column));
110 /// \brief Expect 'Match' to occur at the given 'Line' and 'Column'.
114 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) {
115 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ClassicToken.cs 47 int line; field in class:Antlr.Runtime.ClassicToken
61 line = oldToken.Line;
96 public int Line {
98 return line;
101 line = value;
171 return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
Parser.cs 81 t.Line = current.Line;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ClassicToken.cs 49 int line; field in class:Antlr.Runtime.ClassicToken
65 line = oldToken.Line;
108 public int Line
112 return line;
116 line = value;
209 return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
Parser.cs 89 t.Line = current.Line;
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 296 PrivateAllocatorString line; local
303 line = it->second;
320 IMAGEHLP_LINE64 Line;
321 memset(&Line, 0, sizeof(Line));
322 Line.SizeOfStruct = sizeof(Line);
327 &Line);
339 line += " ";
340 line += static_cast<char*>(Line.FileName)
    [all...]
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 26 // Line Table Implementation
30 /// \brief The offset in this file that the line entry occurs at.
33 /// \brief The presumed line number of this line entry: \#line 4.
36 /// \brief The ID of the filename identified by this line entry:
37 /// \#line 4 "foo.c". This is -1 if not specified.
49 static LineEntry get(unsigned Offs, unsigned Line, int Filename,
54 E.LineNo = Line;
76 /// \brief Used to hold and unique data used to represent \#line information
    [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/jmonkeyengine/engine/src/core/com/jme3/math/
Line.java 41 * <code>Line</code> defines a line. Where a line is defined as infinite along
42 * two points. The two points of the line are defined as the origin and direction.
47 public class Line implements Savable, Cloneable, java.io.Serializable {
55 * Constructor instantiates a new <code>Line</code> object. The origin and
59 public Line() {
65 * Constructor instantiates a new <code>Line</code> object. The origin
67 * @param origin the origin of the line.
68 * @param direction the direction of the line.
231 Line line = (Line) super.clone(); local
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 228 if (!Line)
229 Line.reset(new DWARFDebugLine(&lineRelocMap()));
235 return 0; // No line table for this compile unit.
237 // See if the line table is cached.
238 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset))
244 return Line->getOrParseLineTable(lineData, stmtOffset);
349 uint32_t &Line, uint32_t &Column) {
352 // Get the index of row we're looking for in the line table.
356 // Take file number and line/column from the row.
361 Line = Row.Line
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 48 /// Builds a map of Value* to line numbers on which the Value appears in a
63 /// to line numbers.
79 /// If V appears on a line in the textual IR representation, sets Line to the
80 /// line number and returns true, otherwise returns false.
81 bool getLine(const Value *V, unsigned int &Line) const {
84 Line = i->second;
139 /// - adds/updates line number (DebugLoc) entries associated with each
148 /// Map of Value* to line numbers
197 // find line of function declaratio
    [all...]

Completed in 2390 milliseconds

1 23 4 5 6 7 8 91011>>