HomeSort by relevance Sort by last modified time
    Searched refs:Bar (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/clang/test/SemaTemplate/
missing-class-keyword-crash.cpp 5 class Bar {};
7 class Bar<G> blah_test; // expected-error{{template argument for non-type template parameter must be an expression}}
  /external/chromium_org/tools/clang/plugins/tests/
nested_class_inline_ctor.h 14 class Bar {
15 Bar() {}
16 ~Bar() {}
  /external/clang/test/CodeGen/
variadic-gpfp-x86.c 3 struct Bar {
9 struct Bar foo(__builtin_va_list ap) {
10 return __builtin_va_arg(ap, struct Bar);
2003-10-09-UnionInitializerBug.c 9 struct Bar {
16 struct Bar test = {0};
  /external/clang/test/CodeGenCXX/
debug-info-indirect-field-decl.cpp 8 struct Bar {
17 Foo<Bar, &Bar::i2> the_foo;
2005-02-19-UnnamedVirtualThunkArgument.cpp 8 struct Bar {
9 Bar();
10 virtual ~Bar();
14 struct Baz : public Foo, public Bar {
union-dtor.cpp 11 struct Bar {
12 Bar();
13 ~Bar();
20 Bar bar; member in union:FooBar
28 Bar bar; member in union:Variant::__anon23539
35 // The ctor and dtor of Foo<> and Bar should not be mentioned in the resulting
copy-initialization.cpp 8 struct Bar {
9 Bar();
20 f(Bar());
  /external/clang/test/PCH/
attrs-PR8406.c 11 struct Bar
20 struct Bar bar; local
rdar10830559.cpp 25 class Bar
34 friend class Templated< Bar::BarImpl >::s;
local_static.cpp 10 void test(Bar &b) {
local_static.h 1 class Bar {
  /external/clang/test/SemaCXX/
zero-length-arrays.cpp 12 class Bar {
19 Bar(): foo_count(0) { }
20 ~Bar() { }
24 Bar b;
25 Bar b2(b);
PR9572.cpp 9 struct Bar : public Foo {
10 Bar() { } // expected-note {{implicit destructor for 'Foo' first required here}}
templated-friend-decl.cpp 6 struct Bar {};
8 // The templated declaration for class Bar should not be instantiated when
12 friend struct Bar;
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
test5-expected.cc 11 struct Bar : public Foo {
21 scoped_refptr<Bar> temp(new Bar);
test5-original.cc 11 struct Bar : public Foo {
21 scoped_refptr<Bar> temp(new Bar);
test6-expected.cc 11 struct Bar : public Foo {
22 scoped_refptr<Bar> temp(new Bar);
test6-original.cc 11 struct Bar : public Foo {
22 scoped_refptr<Bar> temp(new Bar);
temp-passed-as-raw-arg-expected.cc 20 void Bar(Foo* f);
23 Bar(GetBuggyFoo());
temp-passed-as-raw-arg-original.cc 20 void Bar(Foo* f);
23 Bar(GetBuggyFoo());
test8-expected.cc 11 struct Bar : public Foo {
21 // Bar* -> Foo* conversion).
23 scoped_refptr<Bar>* heap_allocated = new scoped_refptr<Bar>();
24 *heap_allocated = new Bar;
test8-original.cc 11 struct Bar : public Foo {
21 // Bar* -> Foo* conversion).
23 scoped_refptr<Bar>* heap_allocated = new scoped_refptr<Bar>();
24 *heap_allocated = new Bar;
  /external/chromium_org/build/android/tests/symbolize/
a.cc 9 void Bar(const char* c);
14 void A::Bar(const char* c) {}
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_Bar.ser 

Completed in 630 milliseconds

1 2 3 4 5 6