OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pragma_buff
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/
macro.cc
1212
CPP_PRAGMA ... CPP_PRAGMA_EOL tokens into *
PRAGMA_BUFF
buffer.
1221
_cpp_buff **
pragma_buff
, unsigned *num_args)
1324
if (*
pragma_buff
== NULL
1325
|| BUFF_ROOM (*
pragma_buff
) < sizeof (cpp_token *))
1328
if (*
pragma_buff
== NULL)
1329
*
pragma_buff
1333
next = *
pragma_buff
;
1334
*
pragma_buff
1336
(BUFF_FRONT (*
pragma_buff
)
1337
- (*
pragma_buff
)->base) * 2)
1520
_cpp_buff *
pragma_buff
= NULL;
local
[
all
...]
macro.cc
1212
CPP_PRAGMA ... CPP_PRAGMA_EOL tokens into *
PRAGMA_BUFF
buffer.
1221
_cpp_buff **
pragma_buff
, unsigned *num_args)
1324
if (*
pragma_buff
== NULL
1325
|| BUFF_ROOM (*
pragma_buff
) < sizeof (cpp_token *))
1328
if (*
pragma_buff
== NULL)
1329
*
pragma_buff
1333
next = *
pragma_buff
;
1334
*
pragma_buff
1336
(BUFF_FRONT (*
pragma_buff
)
1337
- (*
pragma_buff
)->base) * 2)
1520
_cpp_buff *
pragma_buff
= NULL;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libcpp/
macro.cc
1203
CPP_PRAGMA ... CPP_PRAGMA_EOL tokens into *
PRAGMA_BUFF
buffer.
1212
_cpp_buff **
pragma_buff
, unsigned *num_args)
1315
if (*
pragma_buff
== NULL
1316
|| BUFF_ROOM (*
pragma_buff
) < sizeof (cpp_token *))
1319
if (*
pragma_buff
== NULL)
1320
*
pragma_buff
1324
next = *
pragma_buff
;
1325
*
pragma_buff
1327
(BUFF_FRONT (*
pragma_buff
)
1328
- (*
pragma_buff
)->base) * 2)
1511
_cpp_buff *
pragma_buff
= NULL;
local
[
all
...]
macro.cc
1203
CPP_PRAGMA ... CPP_PRAGMA_EOL tokens into *
PRAGMA_BUFF
buffer.
1212
_cpp_buff **
pragma_buff
, unsigned *num_args)
1315
if (*
pragma_buff
== NULL
1316
|| BUFF_ROOM (*
pragma_buff
) < sizeof (cpp_token *))
1319
if (*
pragma_buff
== NULL)
1320
*
pragma_buff
1324
next = *
pragma_buff
;
1325
*
pragma_buff
1327
(BUFF_FRONT (*
pragma_buff
)
1328
- (*
pragma_buff
)->base) * 2)
1511
_cpp_buff *
pragma_buff
= NULL;
local
[
all
...]
Completed in 199 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026