HomeSort by: relevance | last modified time | path
    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