HomeSort by relevance Sort by last modified time
    Searched defs:GraphWriter (Results 1 - 11 of 11) sorted by null

  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 67 template <typename T> class GraphWriter {}; // expected-note 3{{declared here}}
72 GraphWriter<S> x; //expected-error{{no template named 'GraphWriter'; did you mean 'llvm::GraphWriter'?}}
73 (void)new llvm::GraphWriter; // expected-error {{use of class template 'llvm::GraphWriter' requires template arguments}}
74 (void)new llvm::Graphwriter<S>; // expected-error {{no template named 'Graphwriter' in namespace 'llvm'; did you mean 'GraphWriter'?}}
  /external/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
56 class GraphWriter {
95 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
315 GraphWriter<GraphType> W(O, G, ShortNames);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
52 class GraphWriter {
91 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
301 GraphWriter<GraphType> W(O, G, ShortNames);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
56 class GraphWriter {
68 "FIXME: Currently GraphWriter requires the NodeRef type to be "
70 "DOTGraphTraits, and removed from GraphWriter itself.");
100 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
304 GraphWriter<GraphType> W(O, G, ShortNames);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
56 class GraphWriter {
68 "FIXME: Currently GraphWriter requires the NodeRef type to be "
70 "DOTGraphTraits, and removed from GraphWriter itself.");
100 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
304 GraphWriter<GraphType> W(O, G, ShortNames);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
56 class GraphWriter {
68 "FIXME: Currently GraphWriter requires the NodeRef type to be "
70 "DOTGraphTraits, and removed from GraphWriter itself.");
100 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
304 GraphWriter<GraphType> W(O, G, ShortNames);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
56 class GraphWriter {
68 "FIXME: Currently GraphWriter requires the NodeRef type to be "
70 "DOTGraphTraits, and removed from GraphWriter itself.");
100 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
304 GraphWriter<GraphType> W(O, G, ShortNames);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
56 class GraphWriter {
68 "FIXME: Currently GraphWriter requires the NodeRef type to be "
70 "DOTGraphTraits, and removed from GraphWriter itself.");
100 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
304 GraphWriter<GraphType> W(O, G, ShortNames);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
56 class GraphWriter {
68 "FIXME: Currently GraphWriter requires the NodeRef type to be "
70 "DOTGraphTraits, and removed from GraphWriter itself.");
100 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
304 GraphWriter<GraphType> W(O, G, ShortNames);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
56 class GraphWriter {
68 "FIXME: Currently GraphWriter requires the NodeRef type to be "
70 "DOTGraphTraits, and removed from GraphWriter itself.");
100 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
304 GraphWriter<GraphType> W(O, G, ShortNames);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
56 class GraphWriter {
68 "FIXME: Currently GraphWriter requires the NodeRef type to be "
70 "DOTGraphTraits, and removed from GraphWriter itself.");
100 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
304 GraphWriter<GraphType> W(O, G, ShortNames);

Completed in 816 milliseconds