/external/clang/test/SemaTemplate/ |
derived.cpp | 7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignored: can't deduce a type for 'T' which would make 'const T' equal 'int'}} 11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}}
|
/external/valgrind/main/memcheck/tests/ |
deep_templates.cpp | 28 typedef Stack<Foo,Foo> Foo2; 29 typedef Stack<Foo2,Foo2> Foo3;
|
/external/clang/test/CodeGenCXX/ |
debug-info-decl-nested.cpp | 49 class Foo2;
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
p1-cxx11.cpp | 60 void Foo2() {
|
p1.cpp | 80 void Foo2() {
|
/external/clang/test/SemaCXX/ |
virtual-override.cpp | 158 struct Foo2 : Base { 163 Foo2<Base1> f1; 164 Foo2<Base2> f2;
|
new-delete.cpp | 477 template <class Payload> struct Foo2 { 478 Foo2() : a_(new scoped_array2<int>[5]) { } 482 Foo2<Bar2> x2;
|
conditional-expr.cpp | 254 struct Foo2 { }; 263 operator const Foo2&() const; 269 (void)(true ? Bar() : Foo2()); // okay
|
warn-thread-safety-analysis.cpp | 525 LateFoo Foo2; 589 BarA.Foo2.a = 2; // \ 590 // expected-warning{{writing variable 'a' requires locking 'BarA.Foo2.mu' exclusively}} \ 1607 void foo2() { function in struct:test_scoped_lockable::TestScopedLockable 1671 void foo2() { function in struct:TryLockTest::TestTryLock 3666 void Foo::foo2() { function in class:MultipleAttributeTest::Foo [all...] |
warn-thread-safety-parsing.cpp | 81 class Foo2 { [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
object-prototype-constructor.js | 34 var Foo2 = { Bar: F}; 35 var f2 = new Foo2.Bar(); 36 shouldBe("f2.constructor", "Foo2.Bar");
|
/external/clang/test/Misc/ |
diag-template-diffing.cpp | [all...] |
/external/clang/test/Analysis/ |
misc-ps-region-store.cpp | 204 class Foo2 { 209 bool Foo2<T>::Bar() {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_property.py | 218 class Foo2(FooBase):
|
test_int.py | 397 class Foo2(int): 415 self.assertEqual(int(Foo2()), 42)
|
test_str.py | 60 class Foo2(object): 103 self.assertEqual(str(Foo2()), "foo")
|
test_long.py | 476 class Foo2(long): 494 self.assertEqual(long(Foo2()), 42L) [all...] |
test_float.py | 134 class Foo2(float): 161 self.assertAlmostEqual(float(Foo2()), 42.) [all...] |
test_unicode.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_property.py | 218 class Foo2(FooBase):
|
test_int.py | 397 class Foo2(int): 415 self.assertEqual(int(Foo2()), 42)
|
test_str.py | 60 class Foo2(object): 103 self.assertEqual(str(Foo2()), "foo")
|
test_long.py | 476 class Foo2(long): 494 self.assertEqual(long(Foo2()), 42L) [all...] |
test_float.py | 134 class Foo2(float): 161 self.assertAlmostEqual(float(Foo2()), 42.) [all...] |
test_unicode.py | [all...] |