OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FUNCTION_DECL_DECL_TYPE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
3354
#define
FUNCTION_DECL_DECL_TYPE
(NODE) \
3365
gcc_assert (
FUNCTION_DECL_DECL_TYPE
(decl) == NONE
3366
||
FUNCTION_DECL_DECL_TYPE
(decl) == t);
3367
FUNCTION_DECL_DECL_TYPE
(decl) = t;
3369
else if (
FUNCTION_DECL_DECL_TYPE
(decl) == t)
3370
FUNCTION_DECL_DECL_TYPE
(decl) = NONE;
3382
(
FUNCTION_DECL_DECL_TYPE
(FUNCTION_DECL_CHECK (NODE)) == OPERATOR_NEW)
3393
(
FUNCTION_DECL_DECL_TYPE
(FUNCTION_DECL_CHECK (NODE)) == OPERATOR_DELETE)
3544
(
FUNCTION_DECL_DECL_TYPE
(FUNCTION_DECL_CHECK (NODE)) == LAMBDA_FUNCTION)
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
3187
#define
FUNCTION_DECL_DECL_TYPE
(NODE) \
3198
gcc_assert (
FUNCTION_DECL_DECL_TYPE
(decl) == NONE
3199
||
FUNCTION_DECL_DECL_TYPE
(decl) == t);
3200
FUNCTION_DECL_DECL_TYPE
(decl) = t;
3202
else if (
FUNCTION_DECL_DECL_TYPE
(decl) == t)
3203
FUNCTION_DECL_DECL_TYPE
(decl) = NONE;
3215
(
FUNCTION_DECL_DECL_TYPE
(FUNCTION_DECL_CHECK (NODE)) == OPERATOR_NEW)
3226
(
FUNCTION_DECL_DECL_TYPE
(FUNCTION_DECL_CHECK (NODE)) == OPERATOR_DELETE)
3377
(
FUNCTION_DECL_DECL_TYPE
(FUNCTION_DECL_CHECK (NODE)) == LAMBDA_FUNCTION)
Completed in 25 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026