HomeSort by: relevance | last modified time | path
    Searched defs:fntype_abi (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
function-abi.cc 193 fntype_abi (const_tree type) function
196 if (targetm.calls.fntype_abi)
197 return targetm.calls.fntype_abi (type);
207 const predefined_function_abi &base_abi = fntype_abi (TREE_TYPE (fndecl));
253 return fntype_abi (TREE_TYPE (type));
  /src/external/gpl3/gcc.old/dist/gcc/
function-abi.cc 193 fntype_abi (const_tree type) function
196 if (targetm.calls.fntype_abi)
197 return targetm.calls.fntype_abi (type);
207 const predefined_function_abi &base_abi = fntype_abi (TREE_TYPE (fndecl));
253 return fntype_abi (TREE_TYPE (type));

Completed in 16 milliseconds