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

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 884 #define DUMP_AND_RETURN(reason) \
901 DUMP_AND_RETURN("Return value has uses outside return stmt"
913 DUMP_AND_RETURN("callee_decl does not have malloc attribute for"
935 DUMP_AND_RETURN ("phi arg is not SSA_NAME.");
937 DUMP_AND_RETURN ("phi arg has uses outside phi"
944 DUMP_AND_RETURN ("nested phi fail")
950 DUMP_AND_RETURN ("phi arg is a not a call_stmt.")
956 DUMP_AND_RETURN("callee_decl does not have malloc attribute"
968 DUMP_AND_RETURN ("Return value is a phi with all args equal to 0.")
972 DUMP_AND_RETURN("def_stmt of return value is not a call or phi-stmt."
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 873 #define DUMP_AND_RETURN(reason) \
890 DUMP_AND_RETURN("Return value has uses outside return stmt"
902 DUMP_AND_RETURN("callee_decl does not have malloc attribute for"
924 DUMP_AND_RETURN ("phi arg is not SSA_NAME.");
926 DUMP_AND_RETURN ("phi arg has uses outside phi"
933 DUMP_AND_RETURN ("nested phi fail")
939 DUMP_AND_RETURN ("phi arg is a not a call_stmt.")
945 DUMP_AND_RETURN("callee_decl does not have malloc attribute"
957 DUMP_AND_RETURN ("Return value is a phi with all args equal to 0.")
961 DUMP_AND_RETURN("def_stmt of return value is not a call or phi-stmt."
    [all...]

Completed in 19 milliseconds