OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cst_uchar_node
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc
2627
tree
cst_uchar_node
= build_type_variant (unsigned_char_type_node, 1, 0);
local
2629
= build_pointer_type_for_mode (
cst_uchar_node
, ptr_mode, true);
2632
tree temp = fold_build2_loc (loc, MEM_REF,
cst_uchar_node
, str, off0);
2634
var = create_tmp_reg_or_ssa_name (
cst_uchar_node
, stmt);
builtins.cc
9298
tree
cst_uchar_node
= build_type_variant (unsigned_char_type_node, 1, 0);
9300
= build_pointer_type_for_mode (
cst_uchar_node
, ptr_mode, true);
9304
build1 (INDIRECT_REF,
cst_uchar_node
,
9310
build1 (INDIRECT_REF,
cst_uchar_node
,
9295
tree
cst_uchar_node
= build_type_variant (unsigned_char_type_node, 1, 0);
local
/src/external/gpl3/gcc.old/dist/gcc/
builtins.cc
8489
tree
cst_uchar_node
= build_type_variant (unsigned_char_type_node, 1, 0);
8491
= build_pointer_type_for_mode (
cst_uchar_node
, ptr_mode, true);
8495
build1 (INDIRECT_REF,
cst_uchar_node
,
8501
build1 (INDIRECT_REF,
cst_uchar_node
,
8486
tree
cst_uchar_node
= build_type_variant (unsigned_char_type_node, 1, 0);
local
gimple-fold.cc
2628
tree
cst_uchar_node
= build_type_variant (unsigned_char_type_node, 1, 0);
local
2630
= build_pointer_type_for_mode (
cst_uchar_node
, ptr_mode, true);
2633
tree temp = fold_build2_loc (loc, MEM_REF,
cst_uchar_node
, str, off0);
2635
var = create_tmp_reg_or_ssa_name (
cst_uchar_node
, stmt);
Completed in 35 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026