OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_time_p
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
targhooks.cc
605
static bool
first_time_p
= true;
local
608
if (
first_time_p
)
610
first_time_p
= false;
tree-vect-slp.cc
7842
bool
first_time_p
= shared.datarefs.is_empty ();
local
7844
if (
first_time_p
)
/src/external/gpl3/gcc.old/dist/gcc/
targhooks.cc
594
static bool
first_time_p
= true;
local
597
if (
first_time_p
)
599
first_time_p
= false;
tree-vect-slp.cc
6005
bool
first_time_p
= shared.datarefs.is_empty ();
local
6007
if (
first_time_p
)
Completed in 37 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026