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

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 9691 tree fndecl2 = get_callee_fndecl (CALL_EXPR_ARG (exp, nargs - 1));
9692 if (fndecl2 && fndecl_built_in_p (fndecl2, BUILT_IN_VA_ARG_PACK))
9734 tree fndecl2 = get_callee_fndecl (argarray[n - 1]);
9735 if (fndecl2 && fndecl_built_in_p (fndecl2, BUILT_IN_VA_ARG_PACK))
9688 tree fndecl2 = get_callee_fndecl (CALL_EXPR_ARG (exp, nargs - 1)); local
9731 tree fndecl2 = get_callee_fndecl (argarray[n - 1]); local
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 10898 tree fndecl2 = get_callee_fndecl (CALL_EXPR_ARG (exp, nargs - 1));
10899 if (fndecl2 && fndecl_built_in_p (fndecl2, BUILT_IN_VA_ARG_PACK))
10941 tree fndecl2 = get_callee_fndecl (argarray[n - 1]);
10942 if (fndecl2 && fndecl_built_in_p (fndecl2, BUILT_IN_VA_ARG_PACK))
10895 tree fndecl2 = get_callee_fndecl (CALL_EXPR_ARG (exp, nargs - 1)); local
10938 tree fndecl2 = get_callee_fndecl (argarray[n - 1]); local

Completed in 37 milliseconds