Home
last modified time | relevance | path

Searched refs:Foo1 (Results 1 – 25 of 25) 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/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 …SR>c:annotate-comments-typedef.m@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration>…
/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() struct
17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
/external/swiftshader/third_party/llvm-7.0/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/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/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc28 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/
Drewrite-modern-ivars-2.mm84 @interface Foo1 { interface
90 @implementation Foo1 implementation
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp245 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/
DMCJITTest.cpp244 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/
Dmp_newtype.py57 f1 = manager.Foo1()
/external/python/cpython2/Doc/includes/
Dmp_newtype.py67 f1 = manager.Foo1()
/external/libxml2/result/HTML/
Dcf_128.html.sax30 Foo1
/external/clang/test/Misc/
Ddiag-template-diffing.cpp628 template <unsigned N> class Foo1 {}; class
633 Foo1<1> F1; in Play1()
634 Foo1<2> F2, F3; in Play1()
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen_test.cc162 name: "Foo1" in TEST()
/external/clang/test/SemaObjC/
Dproperty.m50 @interface Foo1 { interface
/external/googletest/googletest/docs/
DPumpManual.md81 // Foo1 does blah for 1-ary predicates.
83 class Foo1 {
/external/python/cpython2/Lib/test/
Dtest_str.py59 class Foo1: class
105 self.assertEqual(str(Foo1()), "foo")
Dtest_int.py416 class Foo1(object): class
437 self.assertEqual(int(Foo1()), 42)
Dtest_long.py493 class Foo1(object): class
514 self.assertEqual(long(Foo1()), 42L)
Dtest_float.py170 class Foo1(object): class
200 self.assertAlmostEqual(float(Foo1()), 42.)
Dtest_unicode.py1220 class Foo1: class
1266 self.assertEqual(unicode(Foo1()), u"foo")
/external/python/cpython3/Lib/test/
Dtest_float.py176 class Foo1(object): class
201 self.assertEqual(float(Foo1()), 42.)
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs207 [pbr::OriginalName("FOO1")] Foo1 = 1, enumerator