Searched refs:Baz (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/CodeGenCXX/
H A D2005-02-19-UnnamedVirtualThunkArgument.cpp14 struct Baz : public Foo, public Bar { struct in inherits:Foo,Bar
15 Baz();
16 virtual ~Baz();
20 bool Baz::test(bool) const {
/external/clang/test/SemaCXX/
H A DPR9572.cpp12 struct Baz { struct
14 Baz() { } function in struct:Baz
H A Dwarn-shadow.cpp49 static void Baz();
54 void Foo::Baz() { function in class:rdar8900456::Foo
H A Dusing-decl-templates.cpp54 struct Baz { struct in namespace:PR7896
57 template <class T> struct Bar : public Foo<T>, Baz {
59 using Baz::k;
H A Dusing-decl-1.cpp89 namespace ns2 { struct Baz : ns1::Bar {}; } struct in namespace:test1::ns2
92 void test(ns2::Baz *p) {
H A Dwarn-enum-compare.cpp10 enum Baz {B1, B2, B3}; enum in namespace:name1
14 enum Baz {B1, B2, B3}; enum in namespace:name2
17 using name1::Baz;
28 Baz z = name1::B3;
68 while (B1 == B2); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
69 while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
70 while (z == name2::B2); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
[all...]
/external/clang/test/Index/
H A Dlinkage.c3 enum Baz { Qux = 0 }; enum
14 // CHECK: EnumDecl=Baz:3:6 (Definition)linkage=External
/external/clang/test/CodeGen/
H A D2009-06-18-StaticInitTailPadPack.c11 struct Baz { struct
17 struct Baz f2;
/external/clang/test/SemaTemplate/
H A Dclass-template-decl.cpp64 typedef Bar<T1> Baz; typedef in struct:PR8001::Foo
73 Foo<int>::Baz x;
H A Dtemp_arg_nontype.cpp141 struct Baz {}; struct in namespace:ns
143 Baz<k> f1; // This works.
144 Baz<E(0)> f2; // This too.
145 Baz<static_cast<E>(0)> f3; // And this.
147 Baz<ns::E(0)> b1; // This doesn't work.
148 Baz<static_cast<ns::E>(0)> b2; // This neither.
/external/chromium/testing/gtest/test/
H A Dgtest_list_tests_unittest_.cc61 TEST(FooBar, Baz) {
/external/gtest/test/
H A Dgtest_list_tests_unittest_.cc62 TEST(FooBar, Baz) {
/external/protobuf/gtest/test/
H A Dgtest_list_tests_unittest_.cc61 TEST(FooBar, Baz) {
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3.cpp36 int Foo(Bar *b, void (*Baz)(const T &t), T * = 0) {
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp219 void Baz();
225 Baz();

Completed in 881 milliseconds