Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddebug-info-decl-nested.cpp37 class Foo1;
47 void Bar(const Foo1 *);
54 void OuterClass1::Bar(const Foo1 *meta) { } in Bar()
/external/clang/test/SemaCXX/
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()
Dwarn-thread-safety-analysis.cpp1837 class Foo1 { class
1854 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND()
1860 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { in barD()
1869 Foo1 fooBase;
1911 Foo1 f1; in test()
/external/compiler-rt/test/asan/TestCases/
Dcoverage-caller-callee-total-count.cc14 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument
17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
Dcoverage-caller-callee.cc27 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() struct
48 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
/external/llvm/test/Verifier/
Dbitcast-address-space-through-gep-2.ll8 %struct.Foo1 = type { i32 addrspace(1)* }
14 global %struct.Foo1 { i32 addrspace(1)* bitcast
/external/clang/test/Rewriter/
Drewrite-modern-ivars-2.mm84 @interface Foo1 { interface
90 @implementation Foo1 implementation
/external/libxml2/result/HTML/
Dcf_128.html.sax30 Foo1
/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.m50 @interface Foo1 { interface