HomeSort by: relevance | last modified time | path
    Searched refs:DOT (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/utils/
GenLibDeps.pl 38 # Find the "dot" program
41 chomp($DotPath = `which dot`);
42 die "Can't find 'dot'" if (! -x "$DotPath");
293 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=0 ];\n" };
295 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=10];\n" };
315 open DOT, "| $DotPath -Tgif > libdeps.gif";
317 print DOT "digraph LibDeps {\n";
318 print DOT " size=\"40,15\"; \n";
319 print DOT " ratio=\"1.33333\"; \n";
320 print DOT " margin=\"0.25\"; \n"
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GraphWriter.h 1 //===- llvm/Support/GraphWriter.h - Write graph to a .dot file --*- C++ -*-===//
10 // LLVM graphs to ".dot" files. "dot" is a tool that is part of the AT&T
40 namespace DOT { // Private functions...
48 } // end namespace DOT
53 DOT,
63 GraphProgram::Name program = GraphProgram::DOT);
100 O << "<s" << i << ">" << DOT::EscapeString(label);
132 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
134 O << "digraph \"" << DOT::EscapeString(GraphName) << "\" {\n"
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DependencyGraph.cpp 9 // This code generates a header dependency graph in DOT format, for use
25 namespace DOT = llvm::DOT;
122 OS << DOT::EscapeString(std::string(FileName)) << "\"];\n";
  /src/external/apache2/llvm/dist/clang/lib/AST/
InheritViz.cpp 10 // generates a GraphViz DOT file that depicts the class inheritance
11 // diagram and then calls Graphviz/dot+gv on it.
44 Out << "digraph \"" << llvm::DOT::EscapeString(Type.getAsString())
80 Out << " [ shape=\"box\", label=\"" << llvm::DOT::EscapeString(TypeName);
142 Self.getAsString(), "dot", FD, Filename)) {
  /src/usr.bin/at/
parsetime.c 31 * /NUMBER [DOT NUMBER] [AM|PM]\ /[MONTH NUMBER [NUMBER]] \
65 NUMBER, PLUS, DOT, SLASH, ID, JUNK,
274 return sc_tokid = DOT;
357 * [NUMBER [DOT NUMBER] [AM|PM]]
371 * a HHMM time, otherwise it's HH DOT MM time
373 if (token() == DOT) {
523 if (sc_tokid == SLASH || sc_tokid == DOT) {
538 if (sep == DOT) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
GraphWriter.cpp 35 std::string llvm::DOT::EscapeString(const std::string &Label) {
70 StringRef llvm::DOT::getColorString(unsigned ColorNumber) {
107 sys::fs::createTemporaryFile(CleansedName, "dot", FD, Filename);
159 case GraphProgram::DOT:
160 return "dot";
251 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) {
  /src/external/gpl2/groff/dist/contrib/pdfmark/
pdfroff.sh 524 DOT='^\.[ ]*'
527 CS_FILTER="$STREAM $SED -n '/${DOT}${CS_MACRO}/,/${DOT}${CE_MACRO}/p'"
  /src/external/mpl/dhcp/dist/dhcpctl/
omshell.c 289 if (token != DOT)
301 if (token != DOT)
313 if (token != DOT)
580 else if (token == DOT) {
595 if (token != DOT)
597 /* DOT is zero. */
599 (unsigned *)0, cfile)) == DOT)
  /src/external/mpl/bind/dist/bin/tests/
test_server.c 33 typedef enum { UDP, TCP, DOT, HTTPS, HTTP } protocol_t;
35 static const char *protocols[] = { "udp", "tcp", "dot", "https", "http-plain" };
258 case DOT: {
test_client.c 43 DOT,
51 "dot", "https-post",
388 case DOT: {
  /src/external/gpl3/gdb/dist/gdb/
m2-exp.y 139 %right '^' DOT '[' '('
266 exp : exp DOT NAME
301 non_empty_arglist ']' %prec DOT
315 arglist ')' %prec DOT
798 return DOT;
  /src/external/gpl3/gdb.old/dist/gdb/
m2-exp.y 139 %right '^' DOT '[' '('
262 exp : exp DOT NAME
297 non_empty_arglist ']' %prec DOT
311 arglist ')' %prec DOT
793 return DOT;
  /src/external/bsd/nvi/dist/vi/
vi.c 57 * The dot structure can be set by the underlying vi functions,
60 #define DOT (&VIP(sp)->sdot)
128 * DOT command.
164 switch (v_cmd(sp, DOT, vp, NULL, &comcount, &mapped)) {
186 * Historical practice: if a dot command gets a new count,
293 * Set the dot command structure.
297 * set the dot command, with the exception of the text
301 *DOT = cmd;
302 F_SET(DOT, VC_ISDOT);
307 * Turn the count back on for the dot structure
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
gcc_compat.c 791 q = eve(biop(DOT, bdty(NAME, n), bdty(NAME, loti)));
793 p = biop(DOT, bdty(NAME, n), bdty(NAME, hiti));
801 q = eve(biop(DOT, bdty(NAME, n), bdty(NAME, loti)));
803 p = biop(DOT, bdty(NAME, n), bdty(NAME, hiti));
842 p2 = cast(structref(p2, DOT, loti), p1->n_type, 0);
945 p2 = structref(p2, DOT, loti);
pftn.c 3112 p = buildtree(ASSIGN, structref(ccopy(q), DOT, real), r);
3113 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i));
3122 structref(ccopy(q), DOT, real),
3125 structref(ccopy(q), DOT, imag),
3145 r = structref(r, DOT, ISITY(l->n_type) ? imag : real);
3224 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, real),
3226 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag),
3232 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, real),
3234 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag),
3298 structref(ccopy(q), DOT, real), l)
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 3047 p = buildtree(ASSIGN, structref(ccopy(q), DOT, real), r);
3048 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i));
3057 structref(ccopy(q), DOT, real),
3060 structref(ccopy(q), DOT, imag),
3080 r = structref(r, DOT, ISITY(l->n_type) ? imag : real);
3138 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, real),
3140 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag),
3147 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, real),
3151 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag),
3160 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, real)
    [all...]
cgram.y 852 if ($1 != DOT)
857 if ($1 != DOT)
1857 if (f == DOT)
2202 case DOT:
2281 } else if (p1->n_op == DOT || p1->n_op == STREF) {
2291 if (p1->n_op == DOT)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.cpp 1609 const MachineInstr *DOT = nullptr;
1610 auto IsDotWriteFn = [&Reg, &DOT, this](const MachineInstr &MI) {
1614 DOT = &MI;
1638 DOT = nullptr;
1641 if (DOT) {
1643 if (DOT->getOpcode() == MI->getOpcode()) {
1722 DOT = nullptr;
1725 if (DOT && DOT->getOpcode() != MI->getOpcode())
  /src/lib/libc/gen/
glob.c 111 #define DOT '.'
790 * Initial DOT must be matched literally, unless we have
794 if (dp->d_name[0] == DOT && *pattern != DOT)
800 (dp->d_name[0] == DOT) &&
802 ((dp->d_name[1] == DOT) && (dp->d_name[2] == EOS))))
  /src/external/historical/nawk/dist/
b.c 49 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
54 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
1003 case DOT:
1006 return (unary(op2(DOT, NIL, NIL)));
1048 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(':
1279 case '.': return DOT;
1499 || (k == DOT && c != 0 && c != HAT)
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 38 DOT = '.',
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 42 DOT = '.',
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.cpp 843 OS << "\\n" << DOT::EscapeString(Plan.getName());
871 // Due to "dot" we print an edge between two regions as an edge between the
901 // Implement dot-formatted dump by performing plain-text dump into the
916 OS << Indent << '"' << DOT::EscapeString(Line.str()) << "\\l\"" << Suffix;
935 << DOT::EscapeString(Region->isReplicator() ? "<xVFxUF> " : "<x1> ")
936 << DOT::EscapeString(Region->getName()) << "\"\n";
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 93 my @DOT = ("dot"); # leave non-absolute, since it may be in /usr/local
202 --dot Generate DOT file to stdout
407 "dot!" => \$main::opt_dot,
2034 # Print DOT graph
2073 # Open DOT output file
2075 my $escaped_dot = ShellEscape(@DOT);
2096 open(DOT, $output) || error("$output: $!\n");
2099 printf DOT ("digraph \"%s; %s %s\" {\n"
    [all...]
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 93 my @DOT = ("dot"); # leave non-absolute, since it may be in /usr/local
202 --dot Generate DOT file to stdout
402 "dot!" => \$main::opt_dot,
2019 # Print DOT graph
2058 # Open DOT output file
2060 my $escaped_dot = ShellEscape(@DOT);
2081 open(DOT, $output) || error("$output: $!\n");
2084 printf DOT ("digraph \"%s; %s %s\" {\n"
    [all...]

Completed in 79 milliseconds

1 2