OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLOCK_ABSTRACT_ORIGIN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
2171
#define
BLOCK_ABSTRACT_ORIGIN
(NODE) (BLOCK_CHECK (NODE)->block.abstract_origin)
2173
(
BLOCK_ABSTRACT_ORIGIN
(NODE) ?
BLOCK_ABSTRACT_ORIGIN
(NODE) : (NODE))
2191
Note that this is logically distinct from
BLOCK_ABSTRACT_ORIGIN
.
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
2019
#define
BLOCK_ABSTRACT_ORIGIN
(NODE) (BLOCK_CHECK (NODE)->block.abstract_origin)
2021
(
BLOCK_ABSTRACT_ORIGIN
(NODE) ?
BLOCK_ABSTRACT_ORIGIN
(NODE) : (NODE))
2039
Note that this is logically distinct from
BLOCK_ABSTRACT_ORIGIN
.
Completed in 64 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026