Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconditional-expr.cpp247 struct Foo1 { struct
248 Foo1();
249 Foo1(const Foo1&);
260 operator const Foo1&() const;
266 (void)(true ? Bar() : Foo1()); // okay in f()
Dwarn-thread-safety-analysis.cpp1783 class Foo1 { class
1800 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND()
1806 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { in barD()
1815 Foo1 fooBase;
1857 Foo1 f1; in test()
/external/clang/test/Index/
Dannotate-comments-typedef.m42 struct Foo1 { struct
46 typedef struct Foo1 Foo1T; argument
47 // FIXME: we don't attach this comment to 'struct Foo1'
48 …te-comments-typedef.m@{{[0-9]+}}@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration>…
/external/clang/test/Rewriter/
Drewrite-modern-ivars-2.mm84 @interface Foo1 { interface
90 @implementation Foo1 implementation
/external/clang/test/Misc/
Ddiag-template-diffing.cpp634 template <unsigned N> class Foo1 {}; class
639 Foo1<1> F1; in Play1()
640 Foo1<2> F2, F3; in Play1()
/external/clang/test/SemaObjC/
Dproperty.m51 @interface Foo1 { interface