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

  /src/external/mit/expat/dist/xmlwf/
xmlwf_helpgen.py 34 epilog = """
56 epilog=epilog) variable
  /src/external/mit/expat/dist/tests/
ns_tests.c 71 const char *epilog = "</foo:e>"; local
87 if (_XML_Parse_SINGLE_BYTES(g_parser, epilog, (int)strlen(epilog), XML_TRUE)
basic_tests.c 411 "\r\000\n\000\r\000\n\000"; /* epilog */
2838 const char *epilog = "<!-- Back to primary parser -->\n" local
2858 if (_XML_Parse_SINGLE_BYTES(g_parser, epilog, (int)strlen(epilog), XML_TRUE)
3775 /* Test aborting the parse in an epilog works */
3791 /* Test a different code path for abort in the epilog */
3803 /* Test suspension from the epilog */
3840 "Incomplete epilog entry not faulted");
3853 fail("Partial character in epilog not faulted");
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 1432 time, an epilog loop will be generated, and the loop induction variables
1434 the epilog loop. Here we check that the access function of the loop IVs
1517 after LOOP: the IVs of LOOP are now used by an epilog loop.
1545 that leads to the epilog loop; other paths skip the epilog loop). This
1928 value for the epilog loop. If CHECK_PROFITABILITY is true, TH is the
2117 /* LCSSA_PHI is a lcssa phi of EPILOG loop which is copied from LOOP,
2123 find_guard_arg (class loop *loop, class loop *epilog ATTRIBUTE_UNUSED,
2334 /* LOOP and EPILOG are two consecutive loops in CFG and EPILOG is copie
2677 class loop *prolog, *epilog = NULL; local
    [all...]

Completed in 32 milliseconds