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

  /src/external/gpl3/gcc/dist/gcc/
tree-stdarg.cc 1006 tree ap, aptype, expr, lhs, type; local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2));
1017 gcc_assert (POINTER_TYPE_P (aptype));
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap,
1021 build_int_cst (aptype, 0));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-stdarg.cc 1006 tree ap, aptype, expr, lhs, type; local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2));
1017 gcc_assert (POINTER_TYPE_P (aptype));
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap,
1021 build_int_cst (aptype, 0));

Completed in 24 milliseconds