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

  /src/external/gpl3/gcc/dist/gcc/
print-rtl.cc 185 print_mem_expr (FILE *outfile, const_tree expr) function
585 print_mem_expr (m_outfile, REG_EXPR (in_rtx));
722 print_mem_expr (m_outfile, DEBUG_IMPLICIT_PTR_DECL (in_rtx));
724 print_mem_expr (m_outfile, DEBUG_PARAMETER_REF_DECL (in_rtx));
904 print_mem_expr (m_outfile, PAT_VAR_LOCATION_DECL (in_rtx));
955 print_mem_expr (m_outfile, MEM_EXPR (in_rtx));
  /src/external/gpl3/gcc.old/dist/gcc/
print-rtl.cc 185 print_mem_expr (FILE *outfile, const_tree expr) function
581 print_mem_expr (m_outfile, REG_EXPR (in_rtx));
718 print_mem_expr (m_outfile, DEBUG_IMPLICIT_PTR_DECL (in_rtx));
720 print_mem_expr (m_outfile, DEBUG_PARAMETER_REF_DECL (in_rtx));
900 print_mem_expr (m_outfile, PAT_VAR_LOCATION_DECL (in_rtx));
951 print_mem_expr (m_outfile, MEM_EXPR (in_rtx));

Completed in 25 milliseconds