OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_bitcast
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc
1613
tree
t_bitcast
= build1 (VIEW_CONVERT_EXPR, t_dst_type, t_expr);
local
1615
set_tree_location (
t_bitcast
, loc);
1616
return new rvalue (this,
t_bitcast
);
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc
1448
tree
t_bitcast
= build1 (VIEW_CONVERT_EXPR, t_dst_type, t_expr);
local
1450
set_tree_location (
t_bitcast
, loc);
1451
return new rvalue (this,
t_bitcast
);
Completed in 18 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026