Home
last modified time | relevance | path

Searched refs:Foo1 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Dconditional-expr.cpp234 struct Foo1 { struct
235 Foo1();
236 Foo1(const Foo1&);
247 operator const Foo1&() const;
253 (void)(true ? Bar() : Foo1()); // okay in f()
Dwarn-thread-safety-analysis.cpp1719 class Foo1 { class
1736 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND()
1742 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { in barD()
1751 Foo1 fooBase;
1793 Foo1 f1; in test()
/external/clang/test/Rewriter/
Drewrite-modern-ivars-2.mm84 @interface Foo1 { interface
90 @implementation Foo1 implementation
/external/clang/test/SemaObjC/
Dproperty.m51 @interface Foo1 { interface