OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idx_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-unswitch.cc
566
tree
idx_type
= TREE_TYPE (idx);
local
601
tree low = fold_convert (
idx_type
, CASE_LOW (lab));
604
tree high = fold_convert (
idx_type
, CASE_HIGH (lab));
608
lab_range.set (
idx_type
, wi::to_wide (low), wi::to_wide (high));
614
lab_range.set (
idx_type
, w, w);
/src/external/gpl3/gdb.old/dist/gdb/
ctfread.c
810
struct type *element_type, *range_type, *
idx_type
;
local
825
idx_type
= fetch_tid_type (ccp, ar.ctr_index);
826
if (
idx_type
== nullptr)
827
idx_type
= builtin_type (objfile)->builtin_int;
830
range_type = create_static_range_type (alloc,
idx_type
, 0, ar.ctr_nelems - 1);
/src/external/gpl3/gdb/dist/gdb/
ctfread.c
810
struct type *element_type, *range_type, *
idx_type
;
local
825
idx_type
= fetch_tid_type (ccp, ar.ctr_index);
826
if (
idx_type
== nullptr)
827
idx_type
= builtin_type (objfile)->builtin_int;
830
range_type = create_static_range_type (alloc,
idx_type
, 0, ar.ctr_nelems - 1);
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc
9809
tree
idx_type
= TREE_TYPE (TREE_TYPE (vec_offset));
local
9818
TYPE_SIZE (
idx_type
),
9822
idx_type
, vec_offset,
9823
TYPE_SIZE (
idx_type
),
Completed in 32 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026