OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:macro_of_context
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/
macro.cc
363
static cpp_hashnode*
macro_of_context
(cpp_context *context);
1077
if (
macro_of_context
(pfile->context) == NULL
2485
macro =
macro_of_context
(pfile->context);
2518
macro =
macro_of_context
(pfile->context);
2800
macro_of_context
(cpp_context *context)
function
2812
function
macro_of_context
returns a pointer to the macro being
2821
||
macro_of_context
(pfile->context));
2870
&&
macro_of_context
(context->prev) != macro)
3117
&&
macro_of_context
(pfile->context) != NULL)
/src/external/gpl3/gcc.old/dist/libcpp/
macro.cc
363
static cpp_hashnode*
macro_of_context
(cpp_context *context);
1068
if (
macro_of_context
(pfile->context) == NULL
2476
macro =
macro_of_context
(pfile->context);
2509
macro =
macro_of_context
(pfile->context);
2791
macro_of_context
(cpp_context *context)
function
2803
function
macro_of_context
returns a pointer to the macro being
2812
||
macro_of_context
(pfile->context));
2861
&&
macro_of_context
(context->prev) != macro)
3108
&&
macro_of_context
(pfile->context) != NULL)
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026