OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocfntype
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
call-details.cc
391
tree
allocfntype
;
local
393
allocfntype
= TREE_TYPE (fndecl);
395
allocfntype
= gimple_call_fntype (m_call);
397
if (!
allocfntype
)
400
return lookup_attribute (attr_name, TYPE_ATTRIBUTES (
allocfntype
));
call-details.cc
391
tree
allocfntype
;
local
393
allocfntype
= TREE_TYPE (fndecl);
395
allocfntype
= gimple_call_fntype (m_call);
397
if (!
allocfntype
)
400
return lookup_attribute (attr_name, TYPE_ATTRIBUTES (
allocfntype
));
Completed in 31 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026