Home
last modified time | relevance | path

Searched refs:Foo4 (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Dcode-seg1.cpp52 struct __declspec(code_seg("foo_outer")) Foo4 { struct
58 void Foo4::Inner::bar1() {} in bar1() argument
59 void Foo4::Inner::bar2() {} in bar2()
/external/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
Dstress_test_metafunctions.sh.cpp53 void Foo4(TEST_AND < REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type, false_type > t4) { sink(&t4… in Foo4() function
62 sink(&Foo4); in escape()
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc31 struct Foo4 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument
49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs118 …AssertOption(new ComplexOptionType1 { Foo = 42, Foo4 = { 99, 88 } }, options.TryGetMessage, Comple… in MessageOptions()
/external/python/cpython2/Lib/test/
Dtest_str.py71 class Foo4(unicode): class
108 self.assertEqual(str(Foo4("bar")), "foo")
Dtest_int.py428 class Foo4(int): class
440 self.assertEqual(int(Foo4()), 42L)
Dtest_long.py505 class Foo4(long): class
517 self.assertEqual(long(Foo4()), 42)
Dtest_float.py185 class Foo4(float): class
203 self.assertRaises(TypeError, float, Foo4(42))
Dtest_unicode.py1232 class Foo4(str): class
1269 self.assertEqual(unicode(Foo4("bar")), u"foo")
/external/llvm/docs/
DGoldPlugin.rst110 printf("Foo4");
/external/llvm-project/llvm/docs/
DGoldPlugin.rst123 printf("Foo4");
/external/python/cpython3/Lib/test/
Dtest_float.py191 class Foo4(float): class
205 self.assertRaises(TypeError, float, Foo4(42))
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestCustomOptionsProto3.cs1662 public pbc::RepeatedField<int> Foo4 { property in UnitTest.Issues.TestProtos.ComplexOptionType1
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp4981 class Foo4 { class
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp5406 class Foo4 { class