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

1 2 3 45 6 7 8 91011>>

  /external/llvm/include/llvm/MC/
MCContext.h 108 /// We now emit a line table for each compile unit. To reduce the prologue
109 /// size of each line table, the files and directories used by each compile
115 /// The current dwarf line information from the last dwarf .loc directive.
126 /// The default initial text section that we generate dwarf debugging line
149 /// The dwarf line information from the .loc directives for the sections
157 /// The line table start symbol for each Compile Unit.
319 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) {
320 MCLineSections[Sec] = Line;
345 /// is assembled an entry in the line number table with this information and
347 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column
    [all...]
MCDwarf.h 78 // Line - the line number.
79 unsigned Line;
100 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
102 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
112 /// getLine - Get the Line of this MCDwarfLoc.
113 unsigned getLine() const { return Line; }
130 /// setLine - Set the Line of this MCDwarfLoc.
131 void setLine(unsigned line) { Line = line;
    [all...]
MCObjectStreamer.h 104 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 27 * Antialiased line template.
32 * Function to render each fragment in the AA line.
37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
43 const GLuint i = line->span.end;
50 line->span.end++;
51 line->span.array->coverage[i] = coverage;
52 line->span.array->x[i] = ix;
53 line->span.array->y[i] = iy;
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane)
106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) function
114 struct LineInfo line; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sf_state.c 251 uint32_t line_width_u3_7 = U_FIXED(CLAMP(ctx->Line.Width, 0.0, 7.99), 7);
252 /* TODO: line width of 0 is not allowed when MSAA enabled */
257 if (ctx->Line.SmoothFlag) {
261 if (ctx->Line.StippleFlag && intel->is_haswell) {
brw_sf_state.c 235 sf->sf6.line_width = CLAMP(ctx->Line.Width, 1.0, 5.0) * (1<<1);
238 if (ctx->Line.SmoothFlag)
gen6_sf_state.c 222 uint32_t line_width_u3_7 = U_FIXED(CLAMP(ctx->Line.Width, 0.0, 7.99), 7);
223 /* TODO: line width of 0 is not allowed when MSAA enabled */
228 if (ctx->Line.SmoothFlag) {
  /external/chromium_org/v8/test/mjsunit/
eval-stack-trace.js 82 " throw new Error(3); \n" + // Line 2
84 "f(); \n"; // Line 4
116 " eval(code1); \n" + // Line 3
118 "h(); \n"; // Line 5
152 " g(); \n" + // Line 3
154 "h(); \n"; // Line 5
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 41 std::string Line;
42 getline(Input, Line);
44 StringRef LineStr(Line);
46 // Determine whether the following line will start a
VerifyDiagnosticConsumer.cpp 351 unsigned Line = 0;
354 // Relative to current line.
358 if (!Invalid && PH.Next(Line) && (FoundPlus || Line < ExpectedLine)) {
359 if (FoundPlus) ExpectedLine += Line;
360 else ExpectedLine -= Line;
363 } else if (PH.Next(Line)) {
364 // Absolute line number.
365 if (Line > 0)
366 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sf_state.c 251 uint32_t line_width_u3_7 = U_FIXED(CLAMP(ctx->Line.Width, 0.0, 7.99), 7);
252 /* TODO: line width of 0 is not allowed when MSAA enabled */
257 if (ctx->Line.SmoothFlag) {
261 if (ctx->Line.StippleFlag && intel->is_haswell) {
  /external/llvm/include/llvm/
DIBuilder.h 98 /// @param Flags This string lists command line options. This string is
161 /// @param LineNo Line number.
183 /// @param LineNo Line number.
199 /// @param LineNo Line number.
212 /// @param LineNo Line number.
238 /// @param LineNo Line number.
255 /// @param LineNumber Line number.
271 /// @param LineNumber Line number.
294 /// @param LineNumber Line number.
311 /// @param LineNumber Line number
    [all...]
  /external/clang/lib/Format/
Format.cpp 299 // Returns the length of everything up to the first possible line break after
316 const AnnotatedLine &Line, unsigned FirstIndent,
321 : Style(Style), SourceMgr(SourceMgr), Line(Line),
350 // If everything fits on a single line, just put it there.
355 if (Line.Last->TotalLength <= ColumnLimit - FirstIndent) {
361 // If the ObjC method declaration does not fit on a line, we should format
362 // it with one arg per line.
363 if (Line.Type == LT_ObjCMethodDecl)
423 /// \brief Line breaking in this context would break a formatting rule
    [all...]
BreakableToken.cpp 134 encoding::getCodePointCount(Line.substr(Offset, Length), Encoding);
143 Line = Tok.TokenText.substr(
157 return getStringSplit(Line.substr(TailOffset), StartColumn + 2, ColumnLimit,
197 return getCommentSplit(Line.substr(TailOffset), StartColumn + Prefix.size(),
244 // If the last line is empty, the closing "*/" will have a star.
256 // Empty last line means that we already have a star as a part of the
267 // The first line already excludes the star.
268 // For all other lines, adjust the line to exclude the star and
292 // inserting a line break.
297 // Calculate the end of the non-whitespace text in the previous line
    [all...]
BreakableToken.h 44 /// \brief Returns the number of columns required to format the piece of line
48 /// specified from the start of the (original) line.
49 /// \p Length can be set to StringRef::npos, which means "to the end of line".
54 /// \brief Returns a range (offset, length) at which to break the line at
78 /// \brief Base class for single line tokens that can be broken.
95 // The prefix a line needs after a break in the token.
97 // The postfix a line needs before introducing a break.
100 StringRef Line;
105 /// \brief Creates a breakable token for a single line string literal.
120 /// \brief Creates a breakable token for a line comment
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 250 unsigned Line = V.getLineNumber();
251 if (Line == 0)
258 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line);
268 unsigned Line = G.getLineNumber();
269 if (Line == 0)
275 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line);
285 // If the line number is 0, don't add it.
286 unsigned Line = SP.getLineNumber();
287 if (Line == 0)
294 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line);
    [all...]
DwarfDebug.h 46 /// \brief This class is used to record source line correspondence.
48 unsigned Line; // Source line number.
54 : Line(L), Column(C), SourceID(S), Label(label) {}
57 unsigned getLine() const { return Line; }
514 /// the line matrix.
591 /// \brief Register a source line with debug info. Returns the unique
593 /// source line list.
594 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 30 * expand_smacro is used to expand single line macros
32 * expand_mmacro is used to expand multi-line macros
34 * detoken is used to convert the line back to text
55 typedef struct Line Line;
60 * Store the definition of a single-line macro.
74 * Store the definition of a multi-line macro. This is also used to
76 * effectively self-re-invoking multi-line macros which simply
102 Line *expansion;
107 Token *iline; /* invocation line */
1539 char *line, *p; local
2310 Token *line = tokenise(*p); local
4899 char *line; local
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 37 /// source file (MemoryBuffer) along with its \#include path and \#line data.
73 /// to get at the full include stack, line and column information.
105 /// location in the source (e.g. a diagnostic is required for a command line
352 /// A 'presumed' location can be modified by \#line and GNU line marker
358 unsigned Line, Col;
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
375 /// This can be affected by \#line etc.
378 /// \brief Return the presumed line number of this location.
380 /// This can be affected by \#line etc
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 71 /// collectLineCounts - Collect line counts. This must be used after
136 // read line table.
163 /// collectLineCounts - Collect line counts. This must be used after
187 /// collectLineCounts - Collect line counts. This must be used after
219 /// collectLineCounts - Collect line counts. This must be used after
238 /// addLineCount - Add line count for the given line number in a file.
239 void FileInfo::addLineCount(StringRef Filename, uint32_t Line, uint32_t Count) {
248 L[Line-1] = Count;
253 L[Line-1] = Count
    [all...]
  /external/llvm/lib/MC/
MCNullStreamer.cpp 95 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 25 aetypes.Character(2, aetypes.Line(2)),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 25 aetypes.Character(2, aetypes.Line(2)),
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp2.h 47 #error "must have line strips to use render template"
141 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) {
148 if ((flags & PRIM_END) && ctx->Line.StippleFlag)
164 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
211 if (ctx->Line.StippleFlag)
240 dest = ALLOC_ELTS( nr*2 ); /* allocs room for 1 more line */
249 /* Emit 1 more line into space alloced above */
580 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) {
600 if ((flags & PRIM_END) && ctx->Line.StippleFlag)
621 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 153 if (Range.Start.Line > 0 && Range.Start.Column > 0) {
154 OS << Range.Start.Line << ":" << Range.Start.Column << ": ";

Completed in 536 milliseconds

1 2 3 45 6 7 8 91011>>