OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rr_intersect_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
value-relation.cc
75
static const unsigned char
rr_intersect_table
[VREL_LAST][VREL_LAST] = {
variable
107
return relation_kind (
rr_intersect_table
[r1][r2]);
/src/external/gpl3/gcc.old/dist/gcc/
value-relation.cc
95
relation_kind
rr_intersect_table
[VREL_COUNT][VREL_COUNT] = {
variable
122
return
rr_intersect_table
[r1 - VREL_FIRST][r2 - VREL_FIRST];
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026