OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_expr
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/bin/expr/
Makefile
6
TESTS_SH=
t_expr
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc
1360
tree
t_expr
= expr->as_tree ();
local
1361
t_expr
= fold_const_var (
t_expr
);
1365
t_ret = targetm.convert_to_type (t_dst_type,
t_expr
);
1373
t_ret = convert_to_integer (t_dst_type,
t_expr
);
1379
/* For now, convert to: (
t_expr
!= 0) */
1381
t_expr
,
1382
build_int_cst (TREE_TYPE (
t_expr
), 0));
1386
t_ret = convert_to_real (t_dst_type,
t_expr
);
1390
t_ret = build1 (NOP_EXPR, t_dst_type,
t_expr
);
1435
tree
t_expr
= expr->as_tree ();
local
2162
tree
t_expr
= expr->as_tree ();
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc
13167
c_expr
t_expr
;
13168
t_expr
.value = t;
13169
t_expr
.original_code = ERROR_MARK;
13170
t_expr
.original_type = NULL;
13171
set_c_expr_source_range (&
t_expr
, op_loc, op_loc);
13172
t_expr
= convert_lvalue_to_rvalue (op_loc,
t_expr
,
13174
t = build_indirect_ref (op_loc,
t_expr
.value, RO_ARROW);
13162
c_expr
t_expr
;
local
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
6447
tree
t_expr
= TREE_TYPE (expr);
6450
if (!useless_type_conversion_p (
t_expr
, t_op00))
6444
tree
t_expr
= TREE_TYPE (expr);
local
Completed in 60 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026