Searched refs:Graph (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash16.C5 class Graph { // { dg-error "1:new types|1: note: \\(perhaps" } class
8 Graph(void) {} // { dg-message "7:'Graph" } function in class:Graph
11 Graph::Graph(void) // { dg-error "18:return type|1: error: redefinition" } function in class:Graph
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dinit6.C17 class Graph : public GraphBase { class in inherits:GraphBase
19 Iter<typename Graph<T>::Node*> *get();
24 Iter<typename Graph<T>::Node*> *Graph<T>::Inner::get() {
25 SubIter<typename Graph<T>::Node*> *iter;
30 Iter<Graph<int>::Node*> *n2_iter = new SubIter<Graph<int>::Node*>();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb109.C22 class Graph // { dg-message "note" } candidates class
42 ostream& operator<<(ostream& os, Graph<VertexType,EdgeType>& G)
50 typename Graph<VertexType, EdgeType>::Successor::iterator
68 Graph<std::string, Empty> V(true); // { dg-error "no match" } no bool constructor
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp1989.C344 class Graph { class
346 Graph();
347 Graph(const Graph&);
348 ~Graph();
377 Graph<T>::Graph(): function in class:Graph
382 Graph<T>::Graph(const Graph function in class:Graph
[all...]

Completed in 163 milliseconds