OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEP_ANTI
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sched-int.h
1141
#define
DEP_ANTI
(DEP_OUTPUT << 1)
1142
#define DEP_CONTROL (
DEP_ANTI
<< 1)
1144
#define DEP_TYPES (DEP_TRUE | DEP_OUTPUT |
DEP_ANTI
| DEP_CONTROL)
/src/external/gpl3/gcc.old/dist/gcc/
sched-int.h
1139
#define
DEP_ANTI
(DEP_OUTPUT << 1)
1140
#define DEP_CONTROL (
DEP_ANTI
<< 1)
1142
#define DEP_TYPES (DEP_TRUE | DEP_OUTPUT |
DEP_ANTI
| DEP_CONTROL)
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026