OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pch_ident
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-pch.cc
201
const char *
pch_ident
;
local
221
pch_ident
= get_ident();
222
if (memcmp (ident,
pch_ident
, IDENT_LENGTH) != 0)
224
if (memcmp (ident,
pch_ident
, 5) == 0)
228
else if (memcmp (ident,
pch_ident
, 4) == 0)
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pch.cc
201
const char *
pch_ident
;
local
221
pch_ident
= get_ident();
222
if (memcmp (ident,
pch_ident
, IDENT_LENGTH) != 0)
224
if (memcmp (ident,
pch_ident
, 5) == 0)
228
else if (memcmp (ident,
pch_ident
, 4) == 0)
Completed in 14 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026