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

1 23 4

  /external/clang/lib/Frontend/
CompilerInstance.cpp 115 (*OS) << "clang -cc1 command line arguments: ";
343 unsigned Line,
346 // line and column.
354 // Truncate the named file at the given line/column.
355 PP.SetCodeCompletionPoint(Entry, Line, Column);
364 Loc.FileName, Loc.Line, Loc.Column,
372 Loc.Line, Loc.Column)) {
391 unsigned Line,
397 if (EnableCodeCompletion(PP, Filename, Line, Column))
    [all...]
ASTUnit.cpp     [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 96 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__)
836 struct Line {
845 const Line *lines;
854 void setCollator(UCollator *c, Line *l, int32_t nl)
862 int32_t line = 0; local
882 error("Compare result not symmetrical on line "+ line);
887 error(UnicodeString("Difference between ucol_strcoll and sortkey compare on line ")+ UnicodeString(line));
892 error(UnicodeString("Line %i is not greater or equal than previous line ")+ UnicodeString(i))
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 30 * dataVersion = Unicode version from -u or --unicode command line option, defaults to 3.0.0
250 } Line;
259 static Line lines[MAX_LINE_COUNT];
286 skipNoise(char *line, int16_t start, int16_t limit);
289 getWord(char *line, int16_t start, int16_t limit);
390 /* preset then read command line options */
398 "error in command line argument \"%s\"\n",
750 skipNoise(char *line, int16_t start, int16_t limit) {
752 while(start<limit && !isWordChar(line[start])) {
760 getWord(char *line, int16_t start, int16_t limit)
921 Line *line=NULL; local
1432 Line *line; local
1489 Line *line; local
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 117 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
205 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
275 // Each comment goes on its own line.
294 // Emit a line of comments.
779 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
784 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
789 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column;
815 << Line << ':' << Column;
    [all...]
MCStreamer.cpp 150 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
155 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa,
MCDwarf.cpp 35 // First special line opcode - leave room for the standard opcodes.
40 // Minimum line offset in a special line info. opcode. This value
44 // Range of line offsets in a special line info. opcode.
66 // a line entry made for it is made.
72 // Create a symbol at in the current section for use in the line entry.
80 // Create a (local) line entry with the symbol and the current .loc info.
92 // Create a new MCLineSection. This will be deleted after the dwarf line
100 // Add the line entry to this section's entries
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 161 // list of line numbers and a single filename, representing lines that belong
165 void addLine(uint32_t Line) {
166 Lines.push_back(Line);
392 uint32_t Line = 0;
396 if (Line == Loc.getLine()) continue;
397 Line = Loc.getLine();
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 105 static OSStatus Line(const Float32Point *pt, void *cb);
428 &SkScalerContext_Mac::Line,
441 OSStatus SkScalerContext_Mac::Line(const Float32Point *pt, void *cb)
  /external/clang/include/clang/Frontend/
ASTUnit.h 216 /// \brief Whether the preamble ends at the start of a new line.
219 /// a line after skipping the preamble.
528 /// \brief Get the source location for the given file:line:col triplet.
534 unsigned Line, unsigned Col) const;
674 /// LoadFromCommandLine - Create an ASTUnit from a vector of command line
702 /// \brief Reparse the source files using the same command-line options that
710 /// \brief Perform code completion at the given file, line, and
715 /// \param Line The line at which code completion will occur.
727 void CodeComplete(StringRef File, unsigned Line, unsigned Column
    [all...]
CompilerInstance.h 538 /// \arg Filename, \arg Line, and \arg Column, to the given output stream \arg
542 unsigned Line, unsigned Column,
  /external/clang/tools/scan-build/
scan-build 283 # AddStatLine - Decode and insert a statistics line into the database.
287 my $Line = shift;
290 print $Line . "\n";
296 if ($Line !~ $Regex) {
592 <tr><th>Command Line:</th><td>${CmdArgs}</td></tr>
666 <td class="Q">Line</td>
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 127 // Describes a segment of the path: either a cubic or a line segment.
136 Line
169 // Initializer for line segments.
177 m_kind = Line;
239 // Computes the number of times a query line starting at the given
277 // can be called either for line or cubic type segments.
317 builder.append(kind() == Line ? "line" : "cubic");
338 case Line:
740 // horizontal line going to x=+infinity, we build up an interva
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 187 /// AddLineNote - Add a line note to the line table that indicates that there
188 /// is a #line at the specified FID/Offset location which changes the presumed
195 "Adding line entries out of order!");
201 // If this is a '#line 4' after '#line 42 "foo.h"', make sure to remember
206 // If we are after a line marker that switched us to system header mode, or
217 /// used for GNU line markers. If EntryExit is 0, then this doesn't change the
230 "Adding line entries out of order!");
253 /// FindNearestLineEntry - Find the line entry nearest to FID that is befor
    [all...]
  /external/skia/src/animator/
SkDisplayType.cpp 149 CASE_NEW(Line);
304 CASE_GET_INFO(Line);
471 { "line", SkType_Line INIT_BOOL_FIELDS },
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 55 // Line long enough to change rinfo encoding.
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 85 /// @param Flags This string lists command line options. This string is
136 /// @param LineNo Line number.
158 /// @param LineNo Line number.
173 /// @param LineNo Line number.
197 /// @param LineNo Line number.
219 /// @param LineNo Line number.
234 /// @param LineNo Line number.
251 /// @param LineNo Line number.
265 /// @param LineNo Line number.
294 /// @param LineNo Line number
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 152 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
513 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 278 * 2D line.
402 RivaLine *Line;
  /external/skia/src/svg/
SkSVGParser.cpp 375 CASE_NEW(Line);
423 {"line", SkSVGType_Line},
  /external/clang/include/clang/Basic/
SourceManager.h 48 /// #line 17
51 /// The expansion location is the line in the source code where the macro
54 /// and the presumed location is where the line directive states that
55 /// the line is 17, or any other line.
99 /// source line. This is lazily computed. This is owned by the
212 /// characteristic of the file and whether it has #line info, all bitmangled
245 /// hasLineDirectives - Return true if this FileID has #line directives in
250 /// line table entries associated with it.
542 /// LineTable - This holds information for #line directives. It is reference
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,
111 add r0, r0, r1 ; move to next input line
208 add r0, r0, r1 ; move to next input line
  /external/clang/include/clang/Lex/
Preprocessor.h 180 /// place the lexer at the start of a line.
272 /// should use from the command line etc.
460 /// pragma line before the pragma string starts, e.g. "STDC" or "GCC".
691 /// \param Line the line at which code completion should occur
699 unsigned Line, unsigned Column);
747 /// start of a line.
    [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 154 JS_INIT(Sk, Line)
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 158 @ Middle-Line

Completed in 2814 milliseconds

1 23 4