OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GraphWriter
(Results
1 - 18
of
18
) 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-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/darwin-x86/clang-4393122/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) {
303
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/darwin-x86/clang-4479392/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) {
303
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GraphWriter.h
1
//===- llvm/Support/
GraphWriter
.h - Write graph to a .dot file --*- C++ -*-===//
66
class
GraphWriter
{
78
"FIXME: Currently
GraphWriter
requires the NodeRef type to be "
80
"DOTGraphTraits, and removed from
GraphWriter
itself.");
110
GraphWriter
(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
313
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GraphWriter.h
1
//===- llvm/Support/
GraphWriter
.h - Write graph to a .dot file --*- C++ -*-===//
66
class
GraphWriter
{
78
"FIXME: Currently
GraphWriter
requires the NodeRef type to be "
80
"DOTGraphTraits, and removed from
GraphWriter
itself.");
110
GraphWriter
(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
313
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GraphWriter.h
1
//===- llvm/Support/
GraphWriter
.h - Write graph to a .dot file --*- C++ -*-===//
66
class
GraphWriter
{
78
"FIXME: Currently
GraphWriter
requires the NodeRef type to be "
80
"DOTGraphTraits, and removed from
GraphWriter
itself.");
110
GraphWriter
(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
313
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GraphWriter.h
1
//===- llvm/Support/
GraphWriter
.h - Write graph to a .dot file --*- C++ -*-===//
66
class
GraphWriter
{
78
"FIXME: Currently
GraphWriter
requires the NodeRef type to be "
80
"DOTGraphTraits, and removed from
GraphWriter
itself.");
110
GraphWriter
(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
313
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);
/prebuilts/clang/host/linux-x86/clang-4393122/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) {
303
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/linux-x86/clang-4479392/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) {
303
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GraphWriter.h
1
//===- llvm/Support/
GraphWriter
.h - Write graph to a .dot file --*- C++ -*-===//
66
class
GraphWriter
{
78
"FIXME: Currently
GraphWriter
requires the NodeRef type to be "
80
"DOTGraphTraits, and removed from
GraphWriter
itself.");
110
GraphWriter
(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
313
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GraphWriter.h
1
//===- llvm/Support/
GraphWriter
.h - Write graph to a .dot file --*- C++ -*-===//
66
class
GraphWriter
{
78
"FIXME: Currently
GraphWriter
requires the NodeRef type to be "
80
"DOTGraphTraits, and removed from
GraphWriter
itself.");
110
GraphWriter
(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
313
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GraphWriter.h
1
//===- llvm/Support/
GraphWriter
.h - Write graph to a .dot file --*- C++ -*-===//
66
class
GraphWriter
{
78
"FIXME: Currently
GraphWriter
requires the NodeRef type to be "
80
"DOTGraphTraits, and removed from
GraphWriter
itself.");
110
GraphWriter
(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
313
GraphWriter
<GraphType> W(O, G, ShortNames);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GraphWriter.h
1
//===- llvm/Support/
GraphWriter
.h - Write graph to a .dot file --*- C++ -*-===//
66
class
GraphWriter
{
78
"FIXME: Currently
GraphWriter
requires the NodeRef type to be "
80
"DOTGraphTraits, and removed from
GraphWriter
itself.");
110
GraphWriter
(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
313
GraphWriter
<GraphType> W(O, G, ShortNames);
/external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_db_writer.cc
235
class
GraphWriter
{
241
GraphWriter
saver{db, txn, graph, now, *graph_id};
250
GraphWriter
(Sqlite* db, SqliteTransaction* txn, GraphDef* graph, uint64 now,
393
TF_DISALLOW_COPY_AND_ASSIGN(
GraphWriter
);
435
GraphWriter
::Save(db, &txn, ids_, g.get(), now, run_id, &graph_id));
[
all
...]
Completed in 1886 milliseconds