/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/clang/test/Index/ |
D | annotate-comments-typedef.m | 42 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>…
|
/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() struct 17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
|
/external/swiftshader/third_party/llvm-7.0/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/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/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-caller-callee.cc | 28 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() struct 49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-ivars-2.mm | 84 @interface Foo1 { interface 90 @implementation Foo1 implementation
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 245 Function *Foo1 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), in TEST_F() local 250 CallInst *Call1 = Builder.CreateCall(Foo1, {}); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 244 Function *Foo1 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), in TEST_F() local 249 CallInst *Call1 = Builder.CreateCall(Foo1, {}); in TEST_F()
|
/external/python/cpython3/Doc/includes/ |
D | mp_newtype.py | 57 f1 = manager.Foo1()
|
/external/python/cpython2/Doc/includes/ |
D | mp_newtype.py | 67 f1 = manager.Foo1()
|
/external/libxml2/result/HTML/ |
D | cf_128.html.sax | 30 Foo1
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 628 template <unsigned N> class Foo1 {}; class 633 Foo1<1> F1; in Play1() 634 Foo1<2> F2, F3; in Play1()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen_test.cc | 162 name: "Foo1" in TEST()
|
/external/clang/test/SemaObjC/ |
D | property.m | 50 @interface Foo1 { interface
|
/external/googletest/googletest/docs/ |
D | PumpManual.md | 81 // Foo1 does blah for 1-ary predicates. 83 class Foo1 {
|
/external/python/cpython2/Lib/test/ |
D | test_str.py | 59 class Foo1: class 105 self.assertEqual(str(Foo1()), "foo")
|
D | test_int.py | 416 class Foo1(object): class 437 self.assertEqual(int(Foo1()), 42)
|
D | test_long.py | 493 class Foo1(object): class 514 self.assertEqual(long(Foo1()), 42L)
|
D | test_float.py | 170 class Foo1(object): class 200 self.assertAlmostEqual(float(Foo1()), 42.)
|
D | test_unicode.py | 1220 class Foo1: class 1266 self.assertEqual(unicode(Foo1()), u"foo")
|
/external/python/cpython3/Lib/test/ |
D | test_float.py | 176 class Foo1(object): class 201 self.assertEqual(float(Foo1()), 42.)
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 207 [pbr::OriginalName("FOO1")] Foo1 = 1, enumerator
|