OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:note_includes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
module.cc
324
static vec<const char *, va_heap, vl_embed> *
note_includes
;
variable
19996
else if (
note_includes
)
19997
/* We do not expect the
note_includes
vector to be large, so O(N)
19999
for (unsigned ix =
note_includes
->length (); !note && ix--;)
20000
if (!strcmp ((*
note_includes
)[ix], path))
20404
if (
note_includes
)
20406
for (unsigned ix = 0; ix !=
note_includes
->length (); ix++)
20408
const char *hdr = (*
note_includes
)[ix];
20425
(*
note_includes
)[ix] = path;
20875
vec_safe_push (
note_includes
, str)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc
316
static vec<const char *, va_heap, vl_embed> *
note_includes
;
variable
19207
else if (
note_includes
)
19208
/* We do not expect the
note_includes
vector to be large, so O(N)
19210
for (unsigned ix =
note_includes
->length (); !note && ix--;)
19211
if (!strcmp ((*
note_includes
)[ix], path))
19613
if (
note_includes
)
19615
for (unsigned ix = 0; ix !=
note_includes
->length (); ix++)
19617
const char *hdr = (*
note_includes
)[ix];
19634
(*
note_includes
)[ix] = path;
20051
vec_safe_push (
note_includes
, str)
[
all
...]
Completed in 44 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026