OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_associated
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
f-lang.c
425
bool
is_associated
= false;
local
435
is_associated
= (pointer_addr != 0);
437
is_associated
= !type_not_associated (pointer_type);
438
return value_from_longest (result_type,
is_associated
? 1 : 0);
486
bool
is_associated
= false;
local
499
is_associated
= true;
557
is_associated
= true;
561
return value_from_longest (result_type,
is_associated
? 1 : 0);
/src/external/gpl3/gdb/dist/gdb/
f-lang.c
425
bool
is_associated
= false;
local
435
is_associated
= (pointer_addr != 0);
437
is_associated
= !type_not_associated (pointer_type);
438
return value_from_longest (result_type,
is_associated
? 1 : 0);
486
bool
is_associated
= false;
local
499
is_associated
= true;
557
is_associated
= true;
561
return value_from_longest (result_type,
is_associated
? 1 : 0);
Completed in 45 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026