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_strndup
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-object-size.cc
818
BUILT_IN_STRDUP or BUILT_IN_STRNDUP;
IS_STRNDUP
indicates which it is.
823
strdup_object_size (const gcall *call, int object_size_type, bool
is_strndup
)
829
if (
is_strndup
)
1352
bool
is_strndup
= gimple_call_builtin_p (call, BUILT_IN_STRNDUP);
local
1353
if (is_strdup ||
is_strndup
)
1354
bytes = strdup_object_size (call, object_size_type,
is_strndup
);
Completed in 16 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026