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

  /src/external/gpl2/xcvs/dist/src/
annotate.c 20 __RCSID("$NetBSD: annotate.c,v 1.4 2016/05/17 14:00:09 christos Exp $");
56 annotate (int argc, char **argv) function
131 send_to_server ("annotate\012", 0);
  /src/external/gpl2/dtc/dist/
dtc.c 25 int annotate; /* Level of annotation: 1 for input source location variable
73 {"annotate", no_argument, NULL, 'T'},
259 annotate++;
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
300 die("--annotate requires -I dts -O dts\n");
  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.cpp 2310 void TokenAnnotator::annotate(AnnotatedLine &Line) { function in class:clang::format::TokenAnnotator
2314 annotate(**I);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp 2187 void ModuloScheduleTestAnnotater::annotate() { function in class:ModuloScheduleTestAnnotater

Completed in 48 milliseconds