OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_available
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.h
142
signed char
target_available
;
member in struct:_expr
180
#define EXPR_TARGET_AVAILABLE(EXPR) ((EXPR)->
target_available
)
sel-sched.cc
1523
bool
target_available
, live_available, hard_available;
1530
target_available
= EXPR_TARGET_AVAILABLE (expr) == 1;
1544
if (
target_available
)
2754
SPEC and
TARGET_AVAILABLE
attributes. */
3750
signed char
target_available
;
3769
target_available
= EXPR_TARGET_AVAILABLE (expr);
3772
set
TARGET_AVAILABLE
to -1 no matter what expr's attribute says. */
3775
target_available
= -1;
3790
if (
target_available
== true)
3797
(
target_available
== fals
1517
bool
target_available
, live_available, hard_available;
local
3739
signed char
target_available
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.h
142
signed char
target_available
;
member in struct:_expr
180
#define EXPR_TARGET_AVAILABLE(EXPR) ((EXPR)->
target_available
)
sel-sched.cc
1523
bool
target_available
, live_available, hard_available;
1530
target_available
= EXPR_TARGET_AVAILABLE (expr) == 1;
1544
if (
target_available
)
2746
SPEC and
TARGET_AVAILABLE
attributes. */
3742
signed char
target_available
;
3761
target_available
= EXPR_TARGET_AVAILABLE (expr);
3764
set
TARGET_AVAILABLE
to -1 no matter what expr's attribute says. */
3767
target_available
= -1;
3782
if (
target_available
== true)
3789
(
target_available
== fals
1517
bool
target_available
, live_available, hard_available;
local
3731
signed char
target_available
;
local
[
all
...]
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026