HomeSort by relevance Sort by last modified time
    Searched refs:GraphWriter (Results 1 - 25 of 59) sorted by null

1 2 3

  /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/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
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/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
141 /// custom stuff necessary. The GraphWriter object, instantiated with your
145 template<typename GraphType, typename GraphWriter>
146 static void addCustomGraphFeatures(const GraphType& Graph, GraphWriter &GW) {}
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-4053586/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
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-4393122/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
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) {
303 GraphWriter<GraphType> W(O, G, ShortNames);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DOTGraphTraits.h 11 // graphs generated by the GraphWriter.h file. The default implementation of
147 /// custom stuff necessary. The GraphWriter object, instantiated with your
151 template<typename GraphType, typename GraphWriter>
152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 21 #include "llvm/Support/GraphWriter.h"
73 GraphWriter<ScheduleDAG*> &GW) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGPrinter.cpp 24 #include "llvm/Support/GraphWriter.h"
71 GraphWriter<ScheduleDAG*> &GW) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
RegionPrinter.cpp 101 static void printRegionCluster(const Region *R, GraphWriter<RegionInfo*> &GW,
137 GraphWriter<RegionInfo*> &GW) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 117 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;

Completed in 827 milliseconds

1 2 3