OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_tuple
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
rust-lang.c
507
bool
is_tuple
= rust_tuple_type_p (type);
508
bool is_tuple_struct = !
is_tuple
&& rust_tuple_struct_type_p (type);
511
if (!
is_tuple
)
523
if (
is_tuple
|| is_tuple_struct)
550
if (!
is_tuple
&& !is_tuple_struct)
567
if (
is_tuple
|| is_tuple_struct)
606
bool
is_tuple
= rust_tuple_struct_type_p (variant_type);
617
if (
is_tuple
)
632
if (!
is_tuple
)
641
if (
is_tuple
)
505
bool
is_tuple
= rust_tuple_type_p (type);
local
604
bool
is_tuple
= rust_tuple_struct_type_p (variant_type);
local
812
bool
is_tuple
= rust_tuple_type_p (type);
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
rust-lang.c
512
bool
is_tuple
= rust_tuple_type_p (type);
513
bool is_tuple_struct = !
is_tuple
&& rust_tuple_struct_type_p (type);
516
if (!
is_tuple
)
528
if (
is_tuple
|| is_tuple_struct)
555
if (!
is_tuple
&& !is_tuple_struct)
572
if (
is_tuple
|| is_tuple_struct)
611
bool
is_tuple
= rust_tuple_struct_type_p (variant_type);
622
if (
is_tuple
)
637
if (!
is_tuple
)
646
if (
is_tuple
)
510
bool
is_tuple
= rust_tuple_type_p (type);
local
609
bool
is_tuple
= rust_tuple_struct_type_p (variant_type);
local
817
bool
is_tuple
= rust_tuple_type_p (type);
local
[
all
...]
/src/external/mpl/bind/dist/lib/isccfg/
aclconf.c
636
bool
is_tuple
= false;
local
657
is_tuple
= true;
691
if (
is_tuple
) {
/src/external/mit/isl/dist/
isl_input.c
972
int
is_tuple
;
local
986
is_tuple
= isl_stream_next_token_is(s, '[');
990
return
is_tuple
;
4044
int
is_tuple
;
local
4055
is_tuple
= tok2 && tok2->type != '{';
4060
return
is_tuple
;
Completed in 21 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026