Searched refs:Foo1 (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | debug-info-decl-nested.cpp | 37 class Foo1; 47 void Bar(const Foo1 *); 54 void OuterClass1::Bar(const Foo1 *meta) { } in Bar()
|
/external/clang/test/SemaCXX/ |
D | conditional-expr.cpp | 257 struct Foo1 { struct 258 Foo1(); 259 Foo1(const Foo1&); 270 operator const Foo1&() const; 276 (void)(true ? Bar() : Foo1()); // okay in f()
|
D | warn-thread-safety-analysis.cpp | 1837 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/ |
D | coverage-caller-callee-total-count.cc | 14 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};
|
D | coverage-caller-callee.cc | 27 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/ |
D | bitcast-address-space-through-gep-2.ll | 8 %struct.Foo1 = type { i32 addrspace(1)* } 14 global %struct.Foo1 { i32 addrspace(1)* bitcast
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-ivars-2.mm | 84 @interface Foo1 { interface 90 @implementation Foo1 implementation
|
/external/libxml2/result/HTML/ |
D | cf_128.html.sax | 30 Foo1
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 634 template <unsigned N> class Foo1 {}; class 639 Foo1<1> F1; in Play1() 640 Foo1<2> F2, F3; in Play1()
|
/external/clang/test/SemaObjC/ |
D | property.m | 50 @interface Foo1 { interface
|