HomeSort by relevance Sort by last modified time
    Searched refs:Baz (Results 1 - 20 of 20) sorted by null

  /external/clang/test/CodeGenCXX/
2005-02-19-UnnamedVirtualThunkArgument.cpp 14 struct Baz : public Foo, public Bar {
15 Baz();
16 virtual ~Baz();
20 bool Baz::test(bool) const {
  /external/clang/test/Analysis/
member-expr.cpp 12 void testEnumVal(Foo Baz) {
13 clang_analyzer_eval(Baz.Bar == Foo::Bar); // expected-warning{{TRUE}}
16 void testEnumRef(Foo &Baz) {
17 clang_analyzer_eval(Baz.Bar == Foo::Bar); // expected-warning{{TRUE}}
20 void testEnumPtr(Foo *Baz) {
21 clang_analyzer_eval(Baz->Bar == Foo::Bar); // expected-warning{{TRUE}}
misc-ps-region-store.cpp 219 void Baz();
225 Baz();
577 void baz();
584 void PR11146::baz() { function in class:PR11146
670 union baz union in struct:Rdar12755044_foo::Rdar12755044_bar
  /external/clang/test/SemaCXX/
PR9572.cpp 12 struct Baz {
14 Baz() { }
warn-shadow.cpp 49 static void Baz();
54 void Foo::Baz() {
using-decl-templates.cpp 54 struct Baz {
57 template <class T> struct Bar : public Foo<T>, Baz {
59 using Baz::k;
using-decl-1.cpp 89 namespace ns2 { struct Baz : ns1::Bar {}; }
92 void test(ns2::Baz *p) {
warn-enum-compare.cpp 10 enum Baz {B1, B2, B3};
14 enum Baz {B1, B2, B3};
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/
codecompletion-chained.cpp 19 extern int Baz;
linkage.c 3 enum Baz { Qux = 0 };
22 // CHECK: EnumDecl=Baz:3:6 (Definition)linkage=External
  /external/clang/test/CodeGen/
2009-06-18-StaticInitTailPadPack.c 11 struct Baz {
17 struct Baz f2;
  /external/chromium/testing/gtest/test/
gtest_list_tests_unittest_.cc 61 TEST(FooBar, Baz) {
  /external/gtest/test/
gtest_list_tests_unittest_.cc 61 TEST(FooBar, Baz) {
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_list_tests_unittest_.cc 61 TEST(FooBar, Baz) {
  /external/protobuf/gtest/test/
gtest_list_tests_unittest_.cc 61 TEST(FooBar, Baz) {
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 36 int Foo(Bar *b, void (*Baz)(const T &t), T * = 0) {
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 64 typedef Bar<T1> Baz;
73 Foo<int>::Baz x;
temp_arg_nontype.cpp 74 double baz(double);
82 A6<&Z::baz> *a17_3; // expected-error{{non-type template argument of type 'double (Z::*)(double)' cannot be converted to a value of type 'int (Z::*)(int)'}}
141 struct Baz {};
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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 433 FIDictionary.Add('Baz',7);
447 Key := 'Baz';
538 Foo, Bar, Baz, Zip: Boolean;
542 Baz := False;
559 if (Pair.Key = 'Baz') then
561 Baz := True;
575 CheckTrue(Baz);
  /external/clang/test/FixIt/
fixit.cpp 205 template<typename> struct Baz> // expected-error {{template template parameter requires 'class' after the parameter list}}

Completed in 901 milliseconds