HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 1 - 25 of 4062) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
line-directive.h 0 #line 25 "line-directive.c"
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
091-hash-line.c 0 #line 0
2 #error line 0 error
3 #line 25
4 #error line 25 error
5 #line 0 1
6 #error source 1, line 0 error
7 #line 30 2
8 #error source 2, line 30 error
9 #line 45 2 /* A line with a comment *
    [all...]
  /external/mesa3d/src/glsl/glcpp/tests/
091-hash-line.c 0 #line 0
2 #error line 0 error
3 #line 25
4 #error line 25 error
5 #line 0 1
6 #error source 1, line 0 error
7 #line 30 2
8 #error source 2, line 30 error
9 #line 45 2 /* A line with a comment *
    [all...]
  /external/clang/test/Preprocessor/
print_line_empty_file.c 3 #line 21 ""
6 #line 4 "bug.c"
line-directive-output.c 4 // CHECK: # 1 "{{.*}}line-directive-output.c"
7 // CHECK-NOT: # 1 "{{.*}}line-directive-output.c" 1
11 // CHECK-NEXT: # 50 "{{.*}}line-directive-output.c"
13 #line 50
16 // CHECK: # 13 "{{.*}}line-directive-output.c"
23 #line 1 "A.c"
25 #line 2
28 #line 1 "B.c"
31 #line 1000 "A.c"
line-directive.c 5 #line 'a' // expected-error {{#line directive requires a positive integer argument}}
6 #line 0 // expected-warning {{#line directive with zero argument is a GNU extension}}
7 #line 00 // expected-warning {{#line directive with zero argument is a GNU extension}}
8 #line 2147483648 // expected-warning {{C requires #line number to be less than 2147483648, allowed as extension}}
9 #line 42 // ok
10 #line 42 'a' // expected-error {{invalid filename for #line directive}
    [all...]
  /external/clang/test/CodeGen/
debug-info-typedef.c 3 #line 1 "a.c"
4 #line 2 "b.h"
6 #line 2 "a.c"
10 // CHECK: metadata ![[HEADER:[0-9]+]], null, metadata !"MyType"{{.*}} ; [ DW_TAG_typedef ] [MyType] [line 2, size 0, align 0, offset 0] [from int]
  /external/elfutils/0.153/libdwfl/
dwfl_linemodule.c 1 /* Fetch the module containing a source line record returned by libdwfl.
53 dwfl_linemodule (Dwfl_Line *line)
55 if (line == NULL)
58 return dwfl_linecu (line)->mod;
  /external/elfutils/0.153/libdw/
dwarf_lineno.c 1 /* Return line number.
59 dwarf_lineno (Dwarf_Line *line, int *linep)
61 if (line == NULL)
64 *linep = line->line;
dwarf_lineaddr.c 1 /* Return line address.
59 dwarf_lineaddr (Dwarf_Line *line, Dwarf_Addr *addrp)
61 if (line == NULL)
64 *addrp = line->addr;
dwarf_linebeginstatement.c 59 dwarf_linebeginstatement (Dwarf_Line *line, bool *flagp)
61 if (line == NULL)
64 *flagp = line->is_stmt;
dwarf_lineblock.c 59 dwarf_lineblock (Dwarf_Line *line, bool *flagp)
61 if (line == NULL)
64 *flagp = line->basic_block;
dwarf_linecol.c 1 /* Return column in line.
59 dwarf_linecol (Dwarf_Line *line, int *colp)
61 if (line == NULL)
64 *colp = line->column;
dwarf_linediscriminator.c 1 /* Return code path discriminator in line record.
58 dwarf_linediscriminator (Dwarf_Line *line, unsigned int *discp)
60 if (line == NULL)
63 *discp = line->discriminator;
dwarf_lineendsequence.c 59 dwarf_lineendsequence (Dwarf_Line *line, bool *flagp)
61 if (line == NULL)
64 *flagp = line->end_sequence;
dwarf_lineepiloguebegin.c 59 dwarf_lineepiloguebegin (Dwarf_Line *line, bool *flagp)
61 if (line == NULL)
64 *flagp = line->epilogue_begin;
dwarf_lineisa.c 1 /* Return ISA in line.
58 dwarf_lineisa (Dwarf_Line *line, unsigned int *isap)
60 if (line == NULL)
63 *isap = line->isa;
dwarf_lineop_index.c 1 /* Return line VLIW operation index.
58 dwarf_lineop_index (Dwarf_Line *line, unsigned int *idxp)
60 if (line == NULL)
63 *idxp = line->op_index;
dwarf_lineprologueend.c 59 dwarf_lineprologueend (Dwarf_Line *line, bool *flagp)
61 if (line == NULL)
64 *flagp = line->prologue_end;
  /external/chromium_org/third_party/skia/experimental/webtry/
result.cpp 13 #line 1
15 #line 2
17 #line 3
19 #line 4
21 #line 5
23 #line 6
25 #line 7
27 #line 8
  /external/oprofile/libutil/
op_cpufreq.c 21 char * line = NULL; local
28 line = op_get_line(fp);
30 if (!line)
33 if (line[0] == '\0') {
34 free(line);
39 if (sscanf(line, "cpu MHz : %lf", &fval) == 1)
42 if (sscanf(line, "clock : %lfMHz", &fval) == 1)
45 if (sscanf(line, "cycle frequency [Hz] : %lu", &uval) == 1) {
50 if (sscanf(line, "Cpu0ClkTck : %lx", &uval) == 1) {
55 if (sscanf(line, "BogoMIPS : %lu", &uval) == 1)
    [all...]
  /external/chromium_org/tools/clang/plugins/tests/
blacklisted_dirs.cpp 9 #line 1 "/src/chromium/src/myheader.h"
14 #line 123 "/src/chrome-breakpad/src/myheader.h"
19 #line 123 "/src/chrome-breakpad/src/breakpad/myheader.h"
  /external/chromium_org/chrome/tools/convert_dict/
hunspell_reader.cc 15 // Shortcut for trimming whitespace from both ends of the line.
16 void TrimLine(std::string* line) {
17 if (line->size() > 3 &&
18 static_cast<unsigned char>((*line)[0]) == 0xef &&
19 static_cast<unsigned char>((*line)[1]) == 0xbb &&
20 static_cast<unsigned char>((*line)[2]) == 0xbf)
21 *line = line->substr(3);
26 base::TrimWhitespace(*line, base::TRIM_ALL, line);
30 const char* line = fgets(line_buffer, kLineBufferLen - 1, file); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
testharness_results.py 20 lines = [line.strip() for line in lines]
25 for line in lines:
26 if line == TESTHARNESSREPORT_HEADER:
28 elif line == TESTHARNESSREPORT_FOOTER:
44 lines = [line.strip() for line in lines]
47 for line in lines:
49 if len(line) == 0:
53 if line == TESTHARNESSREPORT_HEADER or
    [all...]
  /external/lldb/test/functionalities/command_script/import/
main.c 4 printf("Hello world.\n"); // Set break point at this line.
9 char line[100]; local
10 while (fgets(line, sizeof(line), stdin)) { // Waiting to be attached...
11 printf("input line=>%s\n", line);

Completed in 1674 milliseconds

1 2 3 4 5 6 7 8 91011>>