Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-decl-nested.cpp32 class Foo1;
41 void Bar(const Foo1 *);
44 void OuterClass1::Bar(const Foo1 *meta) { } in Bar()
/minix3/external/bsd/llvm/dist/llvm/test/Verifier/
H A Dbitcast-address-space-through-gep-2.ll8 %struct.Foo1 = type { i32 addrspace(1)* }
14 global %struct.Foo1 { i32 addrspace(1)* bitcast
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconditional-expr.cpp257 struct Foo1 { struct
258 Foo1();
259 Foo1(const Foo1&);
270 operator const Foo1&() const;
276 (void)(true ? Bar() : Foo1()); // okay in f()
H A Dwarn-thread-safety-analysis.cpp1835 class Foo1 { class
1852 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND()
1858 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { in barD()
1867 Foo1 fooBase;
1909 Foo1 f1; in test()
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A 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 …SR>c:annotate-comments-typedef.m@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration>…
/minix3/external/bsd/llvm/dist/clang/test/Rewriter/
H A Drewrite-modern-ivars-2.mm84 @interface Foo1 { interface
90 @implementation Foo1 implementation
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Ddiag-template-diffing.cpp634 template <unsigned N> class Foo1 {}; class
639 Foo1<1> F1; in Play1()
640 Foo1<2> F2, F3; in Play1()
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dproperty.m50 @interface Foo1 { interface