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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 423 static rtx ix86_function_value (const_tree, const_tree, bool);
1031 a = ix86_function_value (TREE_TYPE (exp), decl_or_type, false);
1032 b = ix86_function_value (TREE_TYPE (DECL_RESULT (cfun->decl)),
4291 ix86_function_value (const_tree valtype, const_tree fntype_or_decl, bool)
26674 #define TARGET_FUNCTION_VALUE ix86_function_value
4279 ix86_function_value (const_tree valtype, const_tree fntype_or_decl, bool) function
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 411 static rtx ix86_function_value (const_tree, const_tree, bool);
981 a = ix86_function_value (TREE_TYPE (exp), decl_or_type, false);
982 b = ix86_function_value (TREE_TYPE (DECL_RESULT (cfun->decl)),
4176 ix86_function_value (const_tree valtype, const_tree fntype_or_decl, bool)
24718 #define TARGET_FUNCTION_VALUE ix86_function_value
4164 ix86_function_value (const_tree valtype, const_tree fntype_or_decl, bool) function

Completed in 58 milliseconds