OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_bool_type
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
d-convert.cc
86
return fold_build2 (code,
d_bool_type
, op0, op1);
109
if (TREE_TYPE (expr) ==
d_bool_type
)
111
return build2 (TREE_CODE (expr),
d_bool_type
,
119
if (TREE_TYPE (expr) ==
d_bool_type
)
121
return build2 (TREE_CODE (expr),
d_bool_type
,
126
if (TREE_TYPE (expr) ==
d_bool_type
)
128
return build1 (TREE_CODE (expr),
d_bool_type
,
173
return build2 (COMPOUND_EXPR,
d_bool_type
, TREE_OPERAND (expr, 1),
181
return fold_build3 (COND_EXPR,
d_bool_type
, TREE_OPERAND (expr, 0),
932
result = build_zero_cst (
d_bool_type
);
[
all
...]
d-builtins.cc
846
d_bool_type
= make_unsigned_type (1);
847
TREE_SET_CODE (
d_bool_type
, BOOLEAN_TYPE);
849
d_bool_false_node = TYPE_MIN_VALUE (
d_bool_type
);
850
d_bool_true_node = TYPE_MAX_VALUE (
d_bool_type
);
d-codegen.cc
1078
tree result = build_local_temp (
d_bool_type
);
1465
return fold_build2_loc (input_location, code,
d_bool_type
,
1954
tree condition = fold_build2 (GE_EXPR,
d_bool_type
, index, length);
1982
condition = fold_build2 (GT_EXPR,
d_bool_type
, upper, length);
1990
tree lwr_cond = fold_build2 (GT_EXPR,
d_bool_type
, lower, upper);
d-tree.h
441
#define
d_bool_type
d_global_trees[DTI_BOOL_TYPE]
macro
modules.cc
455
d_bool_type
);
types.cc
730
case TY::Tbool: t->ctype =
d_bool_type
; break;
expr.cc
564
t1 = build1 (TRUTH_NOT_EXPR,
d_bool_type
, t1);
1496
result = fold_build1 (TRUTH_NOT_EXPR,
d_bool_type
, result);
Completed in 21 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026