Searched refs:dotty (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Support/ |
D | GraphWriter.cpp | 194 sys::Path dotty(LLVM_PATH_DOTTY); in DisplayGraph() local 197 args.push_back(dotty.c_str()); in DisplayGraph() 206 if (!ExecGraphViewer(dotty, args, Filename, wait, ErrMsg)) in DisplayGraph()
|
/external/llvm/include/llvm/Config/ |
D | llvm-config.h.in | 91 /* Define to path to dotty program if found or 'echo dotty' otherwise */
|
D | llvm-config.h.cmake | 91 /* Define to path to dotty program if found or 'echo dotty' otherwise */
|
D | config.h.in | 110 /* Define if the dotty program is available */ 624 /* Define to path to dotty program if found or 'echo dotty' otherwise */
|
D | config.h.cmake | 110 /* Define if the dotty program is available */ 627 /* Define to path to dotty program if found or 'echo dotty' otherwise */
|
/external/mksh/src/ |
D | jobs.c | 481 bool dotty = false; in exchild() local 486 dotty = true; in exchild() 494 if (ttypgrp_ok && dotty && !(flags & XBGND)) in exchild()
|
/external/llvm/projects/sample/autoconf/ |
D | configure.ac | 926 AC_PATH_PROG(DOTTY, [dotty], [echo dotty]) 927 if test "$DOTTY" != "echo dotty" ; then 928 AC_DEFINE([HAVE_DOTTY],[1],[Define if the dotty program is available]) 934 [Define to path to dotty program if found or 'echo dotty' otherwise])
|
/external/llvm/autoconf/ |
D | configure.ac | 1151 AC_PATH_PROG(DOTTY, [dotty], [echo dotty]) 1152 if test "$DOTTY" != "echo dotty" ; then 1153 AC_DEFINE([HAVE_DOTTY],[1],[Define if the dotty program is available]) 1159 [Define to path to dotty program if found or 'echo dotty' otherwise])
|
/external/llvm/cmake/ |
D | config-ix.cmake | 259 llvm_find_program(dotty)
|
/external/llvm/projects/sample/ |
D | configure | 6752 set dummy dotty; ac_word=$2
|
/external/llvm/ |
D | configure | 7106 set dummy dotty; ac_word=$2
|