OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:line_map
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h
49
/* A logical line/column number, i.e. an "index" into a
line_map
. */
65
and the result_location is less than the next
line_map
's start_location.
99
line_map
below, go read the comments of struct
line_map
below and
177
/* A
line_map
encodes a sequence of locations.
203
struct GTY(())
line_map
{
249
struct
line_map
* GTY ((length ("%h.used"))) maps;
286
/* A set of chronological
line_map
structures. */
306
may require allocating a new
line_map
. */
478
maps, so any stored
line_map
pointers should not be used. *
[
all
...]
cpplib.h
514
The
line_map
is for the new file. It is NULL if there is no new file.
517
void (*file_change) (cpp_reader *, const struct
line_map
*);
707
/* Reset the cpp_reader's
line_map
. This is only used after reading a
[
all
...]
diagnostic.h
179
const struct
line_map
*last_module;
gtype-desc.h
[
all
...]
/external/v8/src/
gdb-jit.cc
2003
static HashMap*
line_map
= NULL;
local
2010
HashMap*
line_map
= GetLineMap();
local
[
all
...]
/external/autotest/contrib/
coverage.py
595
lines, excluded_lines,
line_map
= self.find_executable_statements(
604
result = filename, lines, excluded_lines,
line_map
763
filename, statements, excluded,
line_map
= self.analyze_morf(morf)
769
lines =
line_map
.get(line, [line, line])
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h
[
all
...]
Completed in 526 milliseconds