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

  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 137 static void handle_assertion (cpp_reader *, const char *, int);
2667 handle_assertion (pfile, str, T_ASSERT);
2674 handle_assertion (pfile, str, T_UNASSERT);
2679 handle_assertion (cpp_reader *pfile, const char *str, int type) function
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 137 static void handle_assertion (cpp_reader *, const char *, int);
2641 handle_assertion (pfile, str, T_ASSERT);
2648 handle_assertion (pfile, str, T_UNASSERT);
2653 handle_assertion (cpp_reader *pfile, const char *str, int type) function
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 2094 void handle_assertion (int minv, int minh, int maxv, int maxh, const char *s);
4779 * handle_assertion - handles the assertions created via .www:ASSERT
4788 void html_printer::handle_assertion (int minv, int minh, int maxv, int maxh, const char *s) function in class:html_printer
4899 handle_assertion(env->vpos-env->size*r/72, env->hpos,

Completed in 84 milliseconds