OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strict_p
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
call.cc
3776
*ANY_VIABLE_P to true.
STRICT_P
is true if a candidate should be
3782
bool
strict_p
,
3800
strict_p
= true;
3804
if (!
strict_p
3809
strict_p
= true;
3822
|| (!
strict_p
&& non_strictly_viable != nullptr));
7096
bool
strict_p
;
local
7193
strict_p
= true;
7197
strict_p
= false;
7201
candidates = splice_viable (candidates,
strict_p
, &any_viable_p)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc
3679
*ANY_VIABLE_P to true.
STRICT_P
is true if a candidate should be
3684
bool
strict_p
,
3695
strict_p
= true;
3705
if (!
strict_p
3711
strict_p
= true;
3724
if (
strict_p
? c->viable == 1 : c->viable)
6510
bool
strict_p
;
local
6608
strict_p
= true;
6612
strict_p
= false;
6616
candidates = splice_viable (candidates,
strict_p
, &any_viable_p)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
25855
int
strict_p
= reload_completed;
25857
if (!legitimate_indirect_address_p (addr,
strict_p
))
25860
&& !rs6000_legitimate_offset_address_p (mode, addr,
strict_p
, true))
25863
else if (reg_reg_p && !legitimate_indexed_address_p (addr,
strict_p
))
25804
int
strict_p
= reload_completed;
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
25419
int
strict_p
= reload_completed;
25421
if (!legitimate_indirect_address_p (addr,
strict_p
))
25424
&& !rs6000_legitimate_offset_address_p (mode, addr,
strict_p
, true))
25427
else if (reg_reg_p && !legitimate_indexed_address_p (addr,
strict_p
))
25368
int
strict_p
= reload_completed;
local
Completed in 52 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026