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

/external/clang/test/SemaCXX/
H A Dfunction-redecl.cpp99 // Ensure we correct the redecl of Foo::isGood to Bar::Foo::isGood and not
110 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}
114 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any declaration in namespace 'redecl_typo::Foo'; did you mean 'Bar::Foo::isGood'?}} function in class:redecl_typo::Foo
/external/webkit/Source/WebCore/platform/audio/
H A DAudioResamplerKernel.cpp68 bool isGood = m_fillIndex < m_sourceBuffer.size() && m_fillIndex + framesNeeded <= m_sourceBuffer.size(); local
69 ASSERT(isGood);
70 if (!isGood)
/external/clang/test/FixIt/
H A Dfixit.cpp255 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}
259 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any declaration in namespace 'redecl_typo::Foo'; did you mean 'Bar::Foo::isGood'?}} function in class:redecl_typo::Foo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 297 milliseconds