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

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 2159 associated_internal_fn (built_in_function fn, tree return_type)
2195 associated_internal_fn (tree fndecl)
2198 return associated_internal_fn (DECL_FUNCTION_CODE (fndecl),
2210 associated_internal_fn (combined_fn cfn, tree return_type)
2214 return associated_internal_fn (as_builtin_fn (cfn), return_type);
2230 internal_fn ifn = associated_internal_fn (gimple_call_fndecl (call));
2158 associated_internal_fn (built_in_function fn, tree return_type) function
2194 associated_internal_fn (tree fndecl) function
2209 associated_internal_fn (combined_fn cfn, tree return_type) function
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 2187 associated_internal_fn (built_in_function fn, tree return_type)
2223 associated_internal_fn (tree fndecl)
2226 return associated_internal_fn (DECL_FUNCTION_CODE (fndecl),
2238 associated_internal_fn (combined_fn cfn, tree return_type)
2242 return associated_internal_fn (as_builtin_fn (cfn), return_type);
2258 internal_fn ifn = associated_internal_fn (gimple_call_fndecl (call));
2186 associated_internal_fn (built_in_function fn, tree return_type) function
2222 associated_internal_fn (tree fndecl) function
2237 associated_internal_fn (combined_fn cfn, tree return_type) function

Completed in 38 milliseconds