OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nonnull_args
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
sm-malloc.cc
2027
bitmap
nonnull_args
= get_nonnull_args (fntype);
local
2028
if (
nonnull_args
)
2037
if (bitmap_empty_p (
nonnull_args
)
2038
|| bitmap_bit_p (
nonnull_args
, i))
2068
BITMAP_FREE (
nonnull_args
);
region-model.cc
5981
bitmap
nonnull_args
= get_nonnull_args (fntype);
local
5987
bool non_null = (
nonnull_args
5988
? (bitmap_empty_p (
nonnull_args
)
5989
|| bitmap_bit_p (
nonnull_args
, parm_idx))
5998
BITMAP_FREE (
nonnull_args
);
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-malloc.cc
1700
bitmap
nonnull_args
= get_nonnull_args (fntype);
local
1701
if (
nonnull_args
)
1710
if (bitmap_empty_p (
nonnull_args
)
1711
|| bitmap_bit_p (
nonnull_args
, i))
1737
BITMAP_FREE (
nonnull_args
);
region-model.cc
3987
bitmap
nonnull_args
= get_nonnull_args (fntype);
local
3993
bool non_null = (
nonnull_args
3994
? (bitmap_empty_p (
nonnull_args
)
3995
|| bitmap_bit_p (
nonnull_args
, parm_idx))
4004
BITMAP_FREE (
nonnull_args
);
Completed in 36 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026