HomeSort by relevance Sort by last modified time
    Searched refs:Bar (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /external/clang/test/SemaTemplate/
instantiate-subscript.cpp 39 void Bar() {
temp_explicit.cpp 120 struct Bar
126 struct Foo<int>::Bar<void>
friend-template.cpp 262 struct Bar {
268 Bar<int> b;
temp_arg_nontype.cpp 72 float bar(float);
73 int bar(int);
81 A6<&Z::bar> *a17_2;
129 struct Bar {};
133 Bar<bool(ns::Foo<int>::value)> x;
250 void bar() { foo <0x80000000> (); } // expected-warning{{non-type template argument value '2147483648' truncated to '-2147483648' for template parameter of type 'int'}} function in namespace:PR8372
305 bar, enumerator in enum:PR10579::__anon7008::testenum::type
  /external/clang/test/Misc/
diagnostic-crash.cpp 31 void Bar(wstring* s, util::Status* status,
38 Closure* cb = NewCallback(this, &xxxxxxxxxxxxxxxxx::Bar, s, status); // expected-error{{cannot initialize}}
  /external/clang/test/SemaCXX/
linkage2.cpp 39 void Bar();
41 friend void Bar();
using-decl-templates.cpp 57 template <class T> struct Bar : public Foo<T>, Baz {
64 template int Bar<int>::foo();
warn-missing-noreturn.cpp 111 struct Bar {
121 Bar b;
warn-thread-safety-analysis.cpp 693 LRBar Bar;
697 Bar.aa_elr_fun();
703 Bar.aa_elr_fun_s();
709 Bar.aa_elr_fun_s();
732 Bar.le_fun();
744 Bar.aa_elr_fun_s();
749 Bar.aa_elr_fun_s();
754 Bar.aa_elr_fun_s();
758 Bar.aa_elr_fun(); // \
764 Bar.aa_elr_fun(); //
901 static int bar(int i) { function in namespace:thread_annot_lock_27_modified
986 Bar bar; local
1131 Bar *bar; member in namespace:thread_annot_lock_30_modified
1202 void Foo::bar() function in class:thread_annot_lock_13::Foo
1367 void Foo::bar(int y) { function in class:thread_annot_lock_36_modified::Foo
1642 void bar() { function in namespace:FunctionAttrTest
2241 Bar bar; local
3188 void bar(Foo* f) { function in class:StringIgnoreTest::Bar
3231 void Base::bar(Inner* i) { function in class:LockReturnedScopeFix::Base
    [all...]
using-decl-1.cpp 86 namespace ns1 { struct Bar : ns0::Foo {}; }
89 namespace ns2 { struct Baz : ns1::Bar {}; }
crashes.cpp 17 class Bar;
19 Bar i;
73 struct bar { struct in namespace:PR9007
friend.cpp 39 class Bar {
conditional-expr.cpp 259 struct Bar {
266 (void)(true ? Bar() : Foo1()); // okay
267 (void)(true ? Bar() : Foo2()); // okay
268 (void)(true ? Bar() : Foo3()); // expected-error{{no viable constructor copying temporary}}
warn-enum-compare.cpp 4 enum Bar { BarD, BarE, BarF };
23 Bar getBar();
27 Bar y = BarD;
43 while (AnonBB == y); // expected-warning {{comparison of constant 'AnonBB' (45) with expression of type 'Bar' is always false}}
84 while (x == y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
85 while (x != y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
86 while (x >= y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
87 while (x <= y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
88 while (x > y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
89 while (x < y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
    [all...]
new-delete.cpp 471 class Bar {};
472 Foo<Bar> x;
  /external/clang/test/Index/
comment-cplus-decls.cpp 119 class Bar {
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1.cpp 84 class Bar {
91 void X2<T>::Bar<F>::Func() {}
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 187 struct Bar;
188 Bar* bar_;
205 bool Bar();
209 bool Foo2<T>::Bar() {
218 void Bar();
224 void Foo3<T>::Bar() {
268 struct Rdar9212495_C { virtual void bar() const; };
279 val.bar(); // expected-warning{{Called C++ object pointer is null}}
289 val->bar(); // expected-warning{{Called C++ object pointer is null}}
620 void bar() { function in struct:A
    [all...]
  /external/protobuf/gtest/test/
gtest_environment_test.cc 106 TEST(FooTest, Bar) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 165 Value := 'bar';
167 CheckEquals(FIANTLRString.Value,'bar');
432 FIDictionary.Add('Bar',3);
457 Key := 'Bar';
460 CheckEquals(FIDictionary['Bar'],20);
486 Key := 'Bar';
538 Foo, Bar, Baz, Zip: Boolean;
541 Bar := False;
553 if (Pair.Key = 'Bar') then
555 Bar := True
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 132 class Bar
145 typedef First::Bar<Second::Foo> Special;
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 61 virtual int Bar();
65 'MOCK_METHOD0(Bar,\nint());',
72 virtual void Bar(bool flag) const;
76 'MOCK_CONST_METHOD1(Bar,\nvoid(bool flag));',
83 virtual void Bar(int
88 'MOCK_METHOD1(Bar,\nvoid(int a));',
95 virtual void Bar(int a, // inline comments should be elided.
101 'MOCK_CONST_METHOD2(Bar,\nvoid(int a, int b));',
111 virtual const string& Bar(int /* keeper */, int b);
115 'MOCK_METHOD2(Bar,\nconst string&(int /* keeper */, int b));'
    [all...]
  /external/chromium/testing/gtest/test/
gtest_environment_test.cc 110 TEST(FooTest, Bar) {
  /external/gtest/test/
gtest_environment_test.cc 110 TEST(FooTest, Bar) {
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_environment_test.cc 110 TEST(FooTest, Bar) {

Completed in 809 milliseconds

1 23 4 5