OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECL_THUNK_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h
569
7:
DECL_THUNK_P
(in a member FUNCTION_DECL)
2934
/* In a FUNCTION_DECL for which
DECL_THUNK_P
holds, this is
2936
In a FUNCTION_DECL for which
DECL_THUNK_P
does not hold,
2941
/* In a
DECL_THUNK_P
FUNCTION_DECL, this is THUNK_VIRTUAL_OFFSET.
3500
#define
DECL_THUNK_P
(NODE) \
3505
/* Set
DECL_THUNK_P
for node. */
3512
(
DECL_THUNK_P
(NODE) && LANG_DECL_FN_CHECK (NODE)->this_thunk_p)
3516
(
DECL_THUNK_P
(NODE) && !LANG_DECL_FN_CHECK (NODE)->this_thunk_p)
3520
(TREE_CODE (NODE) == FUNCTION_DECL && !
DECL_THUNK_P
(NODE))
/src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h
560
7:
DECL_THUNK_P
(in a member FUNCTION_DECL)
2879
/* In a FUNCTION_DECL for which
DECL_THUNK_P
holds, this is
2881
In a FUNCTION_DECL for which
DECL_THUNK_P
does not hold,
2886
/* In a
DECL_THUNK_P
FUNCTION_DECL, this is THUNK_VIRTUAL_OFFSET.
3412
#define
DECL_THUNK_P
(NODE) \
3417
/* Set
DECL_THUNK_P
for node. */
3424
(
DECL_THUNK_P
(NODE) && LANG_DECL_FN_CHECK (NODE)->this_thunk_p)
3428
(
DECL_THUNK_P
(NODE) && !LANG_DECL_FN_CHECK (NODE)->this_thunk_p)
3432
(TREE_CODE (NODE) == FUNCTION_DECL && !
DECL_THUNK_P
(NODE))
Completed in 38 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026