OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_inc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/fixincludes/
fixfixes.c
486
static const char
has_inc
[] = "__has_include";
local
487
const size_t has_inc_len = sizeof (
has_inc
) - 1;
490
for (p = memmem (begin, pos - begin,
has_inc
, has_inc_len);
492
p = memmem (p, pos - p,
has_inc
, has_inc_len))
/src/external/gpl3/gcc.old/dist/fixincludes/
fixfixes.c
486
static const char
has_inc
[] = "__has_include";
local
487
const size_t has_inc_len = sizeof (
has_inc
) - 1;
490
for (p = memmem (begin, pos - begin,
has_inc
, has_inc_len);
492
p = memmem (p, pos - p,
has_inc
, has_inc_len))
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026