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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 14014 const char *unwind_and_version;
14023 unwind_and_version = "_sj0";
14027 unwind_and_version = "_v0";
14030 unwind_and_version = "_seh0";
14036 name = ACONCAT (("__", lang, "_personality", unwind_and_version, NULL));
13990 const char *unwind_and_version; local
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 13060 const char *unwind_and_version;
13069 unwind_and_version = "_sj0";
13073 unwind_and_version = "_v0";
13076 unwind_and_version = "_seh0";
13082 name = ACONCAT (("__", lang, "_personality", unwind_and_version, NULL));
13036 const char *unwind_and_version; local

Completed in 48 milliseconds