Searched defs:const (Results 176 - 200 of 1521) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr68851.C11 virtual bool isFormControlElement() const {} argument
23 bool isFormControlElement() const {} argument
25 bool C::checkPseudoClass(const D &p1, int &) const { argument
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_hash_fun.h51 size_t operator()(const char* __s) const { return __stl_hash_string(__s); } argument
56 size_t operator()(const char* __s) const { return __stl_hash_string(__s); } argument
60 size_t operator()(char __x) const { return __x; } argument
63 size_t operator()(unsigned char __x) const { return __x; } argument
66 size_t operator()(unsigned char __x) const { return __x; } argument
69 size_t operator()(short __x) const { retur argument
72 operator ()(unsigned short __x) const argument
75 operator ()(int __x) const argument
78 operator ()(unsigned int __x) const argument
81 operator ()(long __x) const argument
84 operator ()(unsigned long __x) const argument
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgo-dump.h22 is_enabled() const argument
H A Dgo-optimize.h22 is_enabled() const argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattr-alias-1.C12 int Klass::implementation (void) const argument
H A Dattr-alias-2.C12 int Klass::implementation (void) const argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dptrmem3.C13 ParserFunctionPtr getPreFunc() const { return preFunc; } argument
14 ParserFunctionPtr getPostFunc() const { return postFunc; } argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr13066-1.C8 operator nsIURI*() const argument
H A Dpr20991.C12 inline int S::foo () const argument
17 inline bool S::bar () const argument
H A Dptrmem6.C14 inline operator bool_type() const argument
H A Dreg-stack3.C14 float g() const {return 0;} argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dcanon-37342.C6 emitfunc_t getemit () const { return emitfunc; } argument
H A Dpr34435.C12 operator __m128i() const { argument
H A Dpr40561.C16 std::set<SyAccess*> getNullDependencies(void) const argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dcrash7.C3 int foo () const { return 0; } argument
H A Dfn-typedef1.C13 void Foo::fn() const { called = true; } argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dprof-robust-1.C14 void MyClass::foo() const { printf("Goodbye World\n"); } argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Darray10.C12 template<class T> inline T& Vec<T>::operator[](int i) const argument
H A Dcond4.C7 const A* bar() const argument
14 const A& X<T>::foo() const argument
H A Ddefarg4.C4 int get() const {} argument
H A Derror23.C8 operator T* ( void ) const { argument
H A Dnontype24.C11 float operator() (float) const { return 1; } argument
H A Doverload4.C11 void m() const {} argument
14 bool n() const { return b->m < 42; } argument
H A Dptrmem1.C12 T operator() (C & c) const { return (c.*M); } argument
18 T operator()(C & c) const { return (c.*M)(); } argument
H A Dqual1.C13 Link_array<T>::sort (int (*compare) (T *const&,T *const&)) argument

Completed in 142 milliseconds

1234567891011>>