OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initialized_p
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
function-abi.h
42
bool
initialized_p
() const { return m_initialized; }
function in class:predefined_function_abi
profile-count.h
243
bool
initialized_p
() const
function
269
if (!
initialized_p
())
277
gcc_checking_assert (
initialized_p
());
292
gcc_checking_assert (
initialized_p
());
329
if (!
initialized_p
() || !other.
initialized_p
())
347
if (!
initialized_p
() || !other.
initialized_p
())
362
if (!
initialized_p
() || !other.
initialized_p
())
786
bool
initialized_p
() const
function
[
all
...]
/src/external/gpl3/binutils/dist/opcodes/
kvx-dis.c
196
int
initialized_p
;
member in struct:kvx_dis_env
206
.
initialized_p
= 0,
257
env.
initialized_p
= 1;
1009
if (!env.
initialized_p
)
1211
if (!env.
initialized_p
)
/src/external/gpl3/binutils.old/dist/opcodes/
kvx-dis.c
196
int
initialized_p
;
member in struct:kvx_dis_env
206
.
initialized_p
= 0,
257
env.
initialized_p
= 1;
1009
if (!env.
initialized_p
)
1211
if (!env.
initialized_p
)
/src/external/gpl3/binutils/dist/bfd/
elfnn-kvx.c
154
static bool
initialized_p
= false;
local
158
if (!
initialized_p
)
165
initialized_p
= true;
elfnn-aarch64.c
2194
static bool
initialized_p
= false;
local
2198
if (!
initialized_p
)
2206
initialized_p
= true;
/src/external/gpl3/binutils.old/dist/bfd/
elfnn-kvx.c
154
static bool
initialized_p
= false;
local
158
if (!
initialized_p
)
165
initialized_p
= true;
elfnn-aarch64.c
2194
static bool
initialized_p
= false;
local
2198
if (!
initialized_p
)
2206
initialized_p
= true;
/src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc
328
bool
initialized_p
;
member in struct:__anon10829
18714
if (mips_tuning_info.
initialized_p
18723
mips_tuning_info.
initialized_p
= true;
Completed in 95 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026